summaryrefslogtreecommitdiffstats
path: root/lldb/packages/Python/lldbsuite
diff options
context:
space:
mode:
authorPavel Labath <labath@google.com>2016-01-05 12:51:26 +0000
committerPavel Labath <labath@google.com>2016-01-05 12:51:26 +0000
commitb4872150d2f9d88250090d7a36767a80f4decc4f (patch)
tree93924c10d77bde39ef5b2e70e2c23a39bc801e7f /lldb/packages/Python/lldbsuite
parentc28ae257c08102b217606330c657faf14d0f41b3 (diff)
downloadbcm5719-llvm-b4872150d2f9d88250090d7a36767a80f4decc4f.tar.gz
bcm5719-llvm-b4872150d2f9d88250090d7a36767a80f4decc4f.zip
Remove XTIMEOUT from TestEvents on linux
I'm getting rid of the expected timeouts. I'll XFAIL/skip any tests that show up as failing after this (I haven't seen any when running locally, but maybe the buildbot will disagree). llvm-svn: 256827
Diffstat (limited to 'lldb/packages/Python/lldbsuite')
-rw-r--r--lldb/packages/Python/lldbsuite/test/dosep.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/lldb/packages/Python/lldbsuite/test/dosep.py b/lldb/packages/Python/lldbsuite/test/dosep.py
index 8733fc6695d..d5242f643c8 100644
--- a/lldb/packages/Python/lldbsuite/test/dosep.py
+++ b/lldb/packages/Python/lldbsuite/test/dosep.py
@@ -1146,7 +1146,6 @@ def getExpectedTimeouts(platform_name):
if target.startswith("linux"):
expected_timeout |= {
- "TestEvents.py",
"TestMultithreaded.py",
}
elif target.startswith("android"):
OpenPOWER on IntegriCloud