Skip to content

Commit e193c9c

Browse files
committed
Don't check-fast xfail-win32 tests
1 parent 7940382 commit e193c9c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/etc/combine-tests.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,8 @@ def scrub(b):
2727
f = codecs.open(os.path.join(run_pass, t), "r", "utf8")
2828
s = f.read()
2929
if not ("xfail-test" in s or
30-
"xfail-fast" in s):
30+
"xfail-fast" in s or
31+
"xfail-win32" in s):
3132
stage2_tests.append(t)
3233
if "main(args: [str])" in s:
3334
take_args[t] = True

0 commit comments

Comments
 (0)