@@ -1363,35 +1363,18 @@ def graalpython_gate_runner(args, tasks):
1363
1363
"test_zipimport.py" , # sys.getwindowsversion
1364
1364
"test_ssl_java_integration.py" ,
1365
1365
"*/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" ,
1373
1366
"*/cpyext/test_functions.py" ,
1374
- "*/cpyext/test_gc.py" ,
1375
1367
"*/cpyext/test_long.py" ,
1376
1368
"*/cpyext/test_member.py" ,
1377
1369
"*/cpyext/test_memoryview.py" ,
1378
- "*/cpyext/test_method.py" ,
1379
1370
"*/cpyext/test_misc.py" ,
1380
- "*/cpyext/test_mixed_inheritance.py" ,
1381
1371
"*/cpyext/test_mmap.py" ,
1382
- "*/cpyext/test_modsupport.py" ,
1383
- "*/cpyext/test_module.py" ,
1384
1372
"*/cpyext/test_object.py" ,
1385
- "*/cpyext/test_simple.py" ,
1386
1373
"*/cpyext/test_slice.py" ,
1387
1374
"*/cpyext/test_shutdown.py" ,
1388
- "*/cpyext/test_structseq.py" ,
1389
1375
"*/cpyext/test_thread.py" ,
1390
- "*/cpyext/test_traceback.py" ,
1391
- "*/cpyext/test_tuple.py" ,
1392
1376
"*/cpyext/test_unicode.py" ,
1393
1377
"*/cpyext/test_wiki.py" ,
1394
- "*/cpyext/test_tp_slots.py" , # GR-52191
1395
1378
]
1396
1379
else :
1397
1380
excluded_tests = []
0 commit comments