forked from OSchip/llvm-project
Mark TestMultithreaded as XTIMEOUT on Linux.
llvm-svn: 239450
This commit is contained in:
parent
ca6ef66e4c
commit
18f4c9f5a0
|
@ -250,6 +250,7 @@ def getExpectedTimeouts(platform_name):
|
|||
"TestEvents.py",
|
||||
"TestExitDuringStep.py",
|
||||
"TestHelloWorld.py", # Times out in ~10% of the times on the build bot
|
||||
"TestMultithreaded.py",
|
||||
"TestThreadStepOut.py",
|
||||
}
|
||||
elif target.startswith("android"):
|
||||
|
|
Loading…
Reference in New Issue