From f82d71f0257f305b6bd3a6ff617f4bcbdd0a0a2a Mon Sep 17 00:00:00 2001 From: Pavel Labath Date: Tue, 19 Jan 2016 10:59:10 +0000 Subject: Remove last XTIMEOUTs from android tests TestHelloWorld seems to be passing now as far as I can tell. TestExitDuringStep is still hanging. I have marked the relevant tests as flaky, which should handle the timeouts now as well. I'll be monitoring the buildbots for fallout. llvm-svn: 258114 --- lldb/packages/Python/lldbsuite/test/dosep.py | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) (limited to 'lldb/packages/Python/lldbsuite/test/dosep.py') diff --git a/lldb/packages/Python/lldbsuite/test/dosep.py b/lldb/packages/Python/lldbsuite/test/dosep.py index 87a410fa090..9b1b8a774f4 100644 --- a/lldb/packages/Python/lldbsuite/test/dosep.py +++ b/lldb/packages/Python/lldbsuite/test/dosep.py @@ -1144,12 +1144,7 @@ def getExpectedTimeouts(platform_name): expected_timeout = set() - if target.startswith("android"): - expected_timeout |= { - "TestExitDuringStep.py", - "TestHelloWorld.py", - } - elif target.startswith("freebsd"): + if target.startswith("freebsd"): expected_timeout |= { "TestBreakpointConditions.py", "TestChangeProcessGroup.py", -- cgit v1.2.3