Skip to content

Commit 0010a15

Browse files
committed
Re-enable some cpyext tests on windows
1 parent e80f93f commit 0010a15

File tree

1 file changed

+0
-17
lines changed

1 file changed

+0
-17
lines changed

mx.graalpython/mx_graalpython.py

Lines changed: 0 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1363,35 +1363,18 @@ def graalpython_gate_runner(args, tasks):
13631363
"test_zipimport.py", # sys.getwindowsversion
13641364
"test_ssl_java_integration.py",
13651365
"*/cpyext/test_abstract.py",
1366-
"*/cpyext/test_bytes.py",
1367-
"*/cpyext/test_cpython_sre.py",
1368-
"*/cpyext/test_datetime.py",
1369-
"*/cpyext/test_descr.py",
1370-
"*/cpyext/test_err.py",
1371-
"*/cpyext/test_exceptionobject.py",
1372-
"*/cpyext/test_float.py",
13731366
"*/cpyext/test_functions.py",
1374-
"*/cpyext/test_gc.py",
13751367
"*/cpyext/test_long.py",
13761368
"*/cpyext/test_member.py",
13771369
"*/cpyext/test_memoryview.py",
1378-
"*/cpyext/test_method.py",
13791370
"*/cpyext/test_misc.py",
1380-
"*/cpyext/test_mixed_inheritance.py",
13811371
"*/cpyext/test_mmap.py",
1382-
"*/cpyext/test_modsupport.py",
1383-
"*/cpyext/test_module.py",
13841372
"*/cpyext/test_object.py",
1385-
"*/cpyext/test_simple.py",
13861373
"*/cpyext/test_slice.py",
13871374
"*/cpyext/test_shutdown.py",
1388-
"*/cpyext/test_structseq.py",
13891375
"*/cpyext/test_thread.py",
1390-
"*/cpyext/test_traceback.py",
1391-
"*/cpyext/test_tuple.py",
13921376
"*/cpyext/test_unicode.py",
13931377
"*/cpyext/test_wiki.py",
1394-
"*/cpyext/test_tp_slots.py", # GR-52191
13951378
]
13961379
else:
13971380
excluded_tests = []

0 commit comments

Comments
 (0)