Skip to content

Commit f69bda4

Browse files
committed
Remove bytecode retagger exclusions
1 parent 7b3492f commit f69bda4

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

mx.graalpython/mx_graalpython.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)