Don't check-fast xfail-win32 tests
This commit is contained in:
parent
7940382070
commit
e193c9c1d6
@ -27,7 +27,8 @@ for t in os.listdir(run_pass):
|
||||
f = codecs.open(os.path.join(run_pass, t), "r", "utf8")
|
||||
s = f.read()
|
||||
if not ("xfail-test" in s or
|
||||
"xfail-fast" in s):
|
||||
"xfail-fast" in s or
|
||||
"xfail-win32" in s):
|
||||
stage2_tests.append(t)
|
||||
if "main(args: [str])" in s:
|
||||
take_args[t] = True
|
||||
|
Loading…
x
Reference in New Issue
Block a user