Skip to content

Commit b4c090f

Browse files
committed
Simplify regrex for Windows junit tests, because all integration tests now pass or are ignored using assumption on Windows
1 parent 6f672ba commit b4c090f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mx.graalpython/mx_graalpython.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1353,7 +1353,7 @@ def graalpython_gate_runner(args, tasks):
13531353
"--verbose",
13541354
"--no-leak-tests",
13551355
"--regex",
1356-
r'((com\.oracle\.truffle\.tck\.tests)|(graal\.python\.test\.(integration\.)?(advanced\.Benchmark|advanced\.ResourcesTest|basic|builtin|decorator|generator|interop|util)))'
1356+
r'((com\.oracle\.truffle\.tck\.tests)|(graal\.python\.test\.integration)|(graal\.python\.test\.(builtin|interop|util)))'
13571357
],
13581358
report=True
13591359
)

0 commit comments

Comments
 (0)