File tree Expand file tree Collapse file tree 1 file changed +0
-4
lines changed
Expand file tree Collapse file tree 1 file changed +0
-4
lines changed Original file line number Diff line number Diff line change @@ -452,10 +452,6 @@ def update_unittest_tags(args):
452452 ('test_functools.txt' , '*graalpython.lib-python.3.test.test_functools.TestPartialCSubclass.test_recursive_pickle' ),
453453 ('test_functools.txt' , '*graalpython.lib-python.3.test.test_functools.TestPartialPy.test_recursive_pickle' ),
454454 ('test_functools.txt' , '*graalpython.lib-python.3.test.test_functools.TestPartialPySubclass.test_recursive_pickle' ),
455- # TODO temporary. Tests for async that just happen to pass when AST interpreter completely ignores the async keyword
456- ('test_coroutines.txt' , '*graalpython.lib-python.3.test.test_coroutines.CoroutineTest.test_for_tuple' ),
457- ('test_coroutines.txt' , '*graalpython.lib-python.3.test.test_coroutines.CoroutineTest.test_comp_7' ),
458- ('test_asyncio.txt' , '*test.test_asyncio.test_base_events.BaseEventLoopTests.test_run_forever_keyboard_interrupt' ),
459455 }
460456
461457 result_tags = linux_tags & darwin_tags - tag_exclusions
You can’t perform that action at this time.
0 commit comments