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
This commit is contained in:
Pavel Labath 2016-01-05 12:51:26 +00:00
parent c28ae257c0
commit b4872150d2
1 changed files with 0 additions and 1 deletions

View File

@ -1146,7 +1146,6 @@ def getExpectedTimeouts(platform_name):
if target.startswith("linux"):
expected_timeout |= {
"TestEvents.py",
"TestMultithreaded.py",
}
elif target.startswith("android"):