Skip to content

Commit 0cb5248

Browse files
committed
update unittest tags
1 parent 35f8296 commit 0cb5248

File tree

3 files changed

+20
-0
lines changed

3 files changed

+20
-0
lines changed

graalpython/com.oracle.graal.python.test/src/tests/unittest_tags/test_imp.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
*graalpython.lib-python.3.test.test_imp.ImportTests.test_issue3594
1111
*graalpython.lib-python.3.test.test_imp.ImportTests.test_issue5604
1212
*graalpython.lib-python.3.test.test_imp.ImportTests.test_issue9319
13+
*graalpython.lib-python.3.test.test_imp.ImportTests.test_issue_35321
1314
*graalpython.lib-python.3.test.test_imp.ImportTests.test_load_dynamic_ImportError_path
1415
*graalpython.lib-python.3.test.test_imp.ImportTests.test_load_from_source
1516
*graalpython.lib-python.3.test.test_imp.ImportTests.test_load_module_extension_file_is_None

graalpython/com.oracle.graal.python.test/src/tests/unittest_tags/test_lib2to3.txt

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -439,6 +439,24 @@
439439
*lib2to3.tests.test_fixers.Test_urllib.test_import_module_as
440440
*lib2to3.tests.test_fixers.Test_urllib.test_import_module_usage
441441
*lib2to3.tests.test_fixers.Test_urllib.test_indented
442+
*lib2to3.tests.test_fixers.Test_urllib.test_star
443+
*lib2to3.tests.test_fixers.Test_xrange.test_in_consuming_context
444+
*lib2to3.tests.test_fixers.Test_xrange.test_in_contains_test
445+
*lib2to3.tests.test_fixers.Test_xrange.test_prefix_preservation
446+
*lib2to3.tests.test_fixers.Test_xrange.test_range_in_for
447+
*lib2to3.tests.test_fixers.Test_xrange.test_single_arg
448+
*lib2to3.tests.test_fixers.Test_xrange.test_three_args
449+
*lib2to3.tests.test_fixers.Test_xrange.test_two_args
450+
*lib2to3.tests.test_fixers.Test_xrange.test_wrap_in_list
451+
*lib2to3.tests.test_fixers.Test_xrange.test_xrange_in_for
452+
*lib2to3.tests.test_fixers.Test_xrange_with_reduce.test_double_transform
453+
*lib2to3.tests.test_fixers.Test_xreadlines.test_attr_ref
454+
*lib2to3.tests.test_fixers.Test_xreadlines.test_call
455+
*lib2to3.tests.test_fixers.Test_xreadlines.test_unchanged
456+
*lib2to3.tests.test_fixers.Test_zip.test_future_builtins
457+
*lib2to3.tests.test_fixers.Test_zip.test_zip_basic
458+
*lib2to3.tests.test_fixers.Test_zip.test_zip_nochange
459+
*lib2to3.tests.test_fixers.Test_zip.test_zip_trailers
442460
*lib2to3.tests.test_parser.TestPgen2Caching.test_load_grammar_from_pickle
443461
*lib2to3.tests.test_parser.TestPgen2Caching.test_load_grammar_from_subprocess
444462
*lib2to3.tests.test_parser.TestPgen2Caching.test_load_grammar_from_txt_file

graalpython/com.oracle.graal.python.test/src/tests/unittest_tags/test_unicodedata.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
*graalpython.lib-python.3.test.test_unicodedata.UnicodeFunctionsTest.test_category
22
*graalpython.lib-python.3.test.test_unicodedata.UnicodeFunctionsTest.test_east_asian_width_9_0_changes
33
*graalpython.lib-python.3.test.test_unicodedata.UnicodeFunctionsTest.test_issue10254
4+
*graalpython.lib-python.3.test.test_unicodedata.UnicodeFunctionsTest.test_issue29456
45
*graalpython.lib-python.3.test.test_unicodedata.UnicodeFunctionsTest.test_normalize
56
*graalpython.lib-python.3.test.test_unicodedata.UnicodeFunctionsTest.test_pr29
67
*graalpython.lib-python.3.test.test_unicodedata.UnicodeMiscTest.test_bug_1704793

0 commit comments

Comments
 (0)