From 470ea723675c60390a92987158b3aac9b5bce5e3 Mon Sep 17 00:00:00 2001 From: Pavel Labath Date: Mon, 4 Jan 2016 11:34:24 +0000 Subject: Remove XTIMEOUT from TestExitDuringStep on linux The test has passed last 200 buildbot runs, so it's hopefully working now. I'll watch buildbots for signs of trouble. llvm-svn: 256746 --- lldb/packages/Python/lldbsuite/test/dosep.py | 1 - 1 file changed, 1 deletion(-) (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 7b80d02fe89..5ddbba0d71b 100644 --- a/lldb/packages/Python/lldbsuite/test/dosep.py +++ b/lldb/packages/Python/lldbsuite/test/dosep.py @@ -1147,7 +1147,6 @@ def getExpectedTimeouts(platform_name): if target.startswith("linux"): expected_timeout |= { "TestEvents.py", - "TestExitDuringStep.py", # Times out in ~10% of the times on the build bot "TestHelloWorld.py", -- cgit v1.2.3