mirror of
https://github.com/capstone-engine/llvm-capstone.git
synced 2024-11-26 07:01:05 +00:00
XTIMEOUT TestEvents and TestThreadStates for Windows to Android.
llvm-svn: 245464
This commit is contained in:
parent
749adeba3d
commit
febef1b017
@ -277,6 +277,7 @@ def walk_and_invoke(test_directory, test_subdir, dotest_argv, num_threads):
|
||||
def getExpectedTimeouts(platform_name):
|
||||
# returns a set of test filenames that might timeout
|
||||
# are we running against a remote target?
|
||||
host = sys.platform
|
||||
if platform_name is None:
|
||||
target = sys.platform
|
||||
remote = False
|
||||
@ -308,6 +309,11 @@ def getExpectedTimeouts(platform_name):
|
||||
"TestExitDuringStep.py",
|
||||
"TestHelloWorld.py",
|
||||
}
|
||||
if host.startswith("win32"):
|
||||
expected_timeout |= {
|
||||
"TestEvents.py",
|
||||
"TestThreadStates.py",
|
||||
}
|
||||
elif target.startswith("freebsd"):
|
||||
expected_timeout |= {
|
||||
"TestBreakpointConditions.py",
|
||||
|
Loading…
Reference in New Issue
Block a user