Skip to content

Commit 4d6eb2d

Browse files
committed
Update unittest tags
1 parent 0be6a19 commit 4d6eb2d

File tree

12 files changed

+326
-0
lines changed

12 files changed

+326
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@
2525
*graalpython.lib-python.3.test.test_compileall.CommandLineTestsNoSourceEpoch.test_regexp
2626
*graalpython.lib-python.3.test.test_compileall.CommandLineTestsNoSourceEpoch.test_silent
2727
*graalpython.lib-python.3.test.test_compileall.CommandLineTestsNoSourceEpoch.test_symlink_loop
28+
*graalpython.lib-python.3.test.test_compileall.CommandLineTestsNoSourceEpoch.test_workers
2829
*graalpython.lib-python.3.test.test_compileall.CommandLineTestsNoSourceEpoch.test_workers_available_cores
2930
*graalpython.lib-python.3.test.test_compileall.CommandLineTestsWithSourceEpoch.test_compiles_as_much_as_possible
3031
*graalpython.lib-python.3.test.test_compileall.CommandLineTestsWithSourceEpoch.test_d_compile_error

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,9 @@
2929
*graalpython.lib-python.3.test.test_concurrent_futures.ProcessPoolForkserverProcessPoolExecutorTest.test_max_workers_too_large
3030
*graalpython.lib-python.3.test.test_concurrent_futures.ProcessPoolForkserverProcessPoolExecutorTest.test_no_stale_references
3131
*graalpython.lib-python.3.test.test_concurrent_futures.ProcessPoolSpawnAsCompletedTest.test_correct_timeout_exception_msg
32+
*graalpython.lib-python.3.test.test_concurrent_futures.ProcessPoolSpawnAsCompletedTest.test_duplicate_futures
33+
*graalpython.lib-python.3.test.test_concurrent_futures.ProcessPoolSpawnAsCompletedTest.test_no_timeout
34+
*graalpython.lib-python.3.test.test_concurrent_futures.ProcessPoolSpawnAsCompletedTest.test_zero_timeout
3235
*graalpython.lib-python.3.test.test_concurrent_futures.ProcessPoolSpawnProcessPoolExecutorTest.test_max_workers_too_large
3336
*graalpython.lib-python.3.test.test_concurrent_futures.ProcessPoolSpawnProcessPoolExecutorTest.test_no_stale_references
3437
*graalpython.lib-python.3.test.test_concurrent_futures.ProcessPoolSpawnProcessPoolShutdownTest.test_run_after_shutdown

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
*graalpython.lib-python.3.test.test_context.ContextTest.test_context_copy_1
22
*graalpython.lib-python.3.test.test_context.ContextTest.test_context_get_context_1
3+
*graalpython.lib-python.3.test.test_context.ContextTest.test_context_getset_1
34
*graalpython.lib-python.3.test.test_context.ContextTest.test_context_getset_2
5+
*graalpython.lib-python.3.test.test_context.ContextTest.test_context_getset_3
46
*graalpython.lib-python.3.test.test_context.ContextTest.test_context_getset_5
57
*graalpython.lib-python.3.test.test_context.ContextTest.test_context_run_1
68
*graalpython.lib-python.3.test.test_context.ContextTest.test_context_run_2

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -253,6 +253,7 @@
253253
*ctypes.test.test_prototypes.WCharPointersTestCase.test_c_wchar_p_arg
254254
*ctypes.test.test_python_api.PythonAPITestCase.test_PyBytes_FromStringAndSize
255255
*ctypes.test.test_python_api.PythonAPITestCase.test_PyLong_Long
256+
*ctypes.test.test_python_api.PythonAPITestCase.test_PyOS_snprintf
256257
*ctypes.test.test_python_api.PythonAPITestCase.test_PyObj_FromPtr
257258
*ctypes.test.test_python_api.PythonAPITestCase.test_PyString_FromString
258259
*ctypes.test.test_random_things.call_function_TestCase.test

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -170,6 +170,7 @@
170170
*graalpython.lib-python.3.test.test_dataclasses.TestOrdering.test_functools_total_ordering
171171
*graalpython.lib-python.3.test.test_dataclasses.TestOrdering.test_no_order
172172
*graalpython.lib-python.3.test.test_dataclasses.TestOrdering.test_overwriting_order
173+
*graalpython.lib-python.3.test.test_dataclasses.TestReplace.test
173174
*graalpython.lib-python.3.test.test_dataclasses.TestReplace.test_classvar
174175
*graalpython.lib-python.3.test.test_dataclasses.TestReplace.test_frozen
175176
*graalpython.lib-python.3.test.test_dataclasses.TestReplace.test_initvar_is_specified

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,5 +54,6 @@
5454
*graalpython.lib-python.3.test.test_fileinput.Test_hook_compressed.test_gz_ext_fake
5555
*graalpython.lib-python.3.test.test_fileinput.Test_hook_compressed.test_gz_with_encoding_fake
5656
*graalpython.lib-python.3.test.test_fileinput.Test_hook_compressed.test_no_ext
57+
*graalpython.lib-python.3.test.test_fileinput.Test_hook_encoded.test
5758
*graalpython.lib-python.3.test.test_fileinput.Test_hook_encoded.test_errors
5859
*graalpython.lib-python.3.test.test_fileinput.Test_hook_encoded.test_modes

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
*graalpython.lib-python.3.test.test_int.IntStrDigitLimitsTests.test_denial_of_service_prevented_int_to_str
12
*graalpython.lib-python.3.test.test_int.IntStrDigitLimitsTests.test_denial_of_service_prevented_str_to_int
23
*graalpython.lib-python.3.test.test_int.IntStrDigitLimitsTests.test_disabled_limit
34
*graalpython.lib-python.3.test.test_int.IntStrDigitLimitsTests.test_int_from_other_bases

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

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -106,6 +106,7 @@
106106
*lib2to3.tests.test_fixers.Test_filter.test_filter_trailers
107107
*lib2to3.tests.test_fixers.Test_filter.test_future_builtins
108108
*lib2to3.tests.test_fixers.Test_filter.test_prefix_preservation
109+
*lib2to3.tests.test_fixers.Test_funcattrs.test
109110
*lib2to3.tests.test_fixers.Test_funcattrs.test_unchanged
110111
*lib2to3.tests.test_fixers.Test_future.test_future
111112
*lib2to3.tests.test_fixers.Test_future.test_run_order
@@ -187,6 +188,7 @@
187188
*lib2to3.tests.test_fixers.Test_input.test_idempotency
188189
*lib2to3.tests.test_fixers.Test_input.test_prefix_preservation
189190
*lib2to3.tests.test_fixers.Test_input.test_trailing_comment
191+
*lib2to3.tests.test_fixers.Test_intern.test
190192
*lib2to3.tests.test_fixers.Test_intern.test_prefix_preservation
191193
*lib2to3.tests.test_fixers.Test_intern.test_unchanged
192194
*lib2to3.tests.test_fixers.Test_isinstance.test_prefix_preservation
@@ -221,6 +223,7 @@
221223
*lib2to3.tests.test_fixers.Test_metaclass.test_comments
222224
*lib2to3.tests.test_fixers.Test_metaclass.test_meta
223225
*lib2to3.tests.test_fixers.Test_metaclass.test_unchanged
226+
*lib2to3.tests.test_fixers.Test_methodattrs.test
224227
*lib2to3.tests.test_fixers.Test_methodattrs.test_unchanged
225228
*lib2to3.tests.test_fixers.Test_ne.test_basic
226229
*lib2to3.tests.test_fixers.Test_ne.test_chained
@@ -360,6 +363,7 @@
360363
*lib2to3.tests.test_fixers.Test_reduce.test_call_with_lambda
361364
*lib2to3.tests.test_fixers.Test_reduce.test_simple_call
362365
*lib2to3.tests.test_fixers.Test_reduce.test_unchanged
366+
*lib2to3.tests.test_fixers.Test_reload.test
363367
*lib2to3.tests.test_fixers.Test_reload.test_comment
364368
*lib2to3.tests.test_fixers.Test_reload.test_space
365369
*lib2to3.tests.test_fixers.Test_reload.test_unchanged
@@ -378,6 +382,7 @@
378382
*lib2to3.tests.test_fixers.Test_set_literal.test_listcomps
379383
*lib2to3.tests.test_fixers.Test_set_literal.test_unchanged
380384
*lib2to3.tests.test_fixers.Test_set_literal.test_whitespace
385+
*lib2to3.tests.test_fixers.Test_standarderror.test
381386
*lib2to3.tests.test_fixers.Test_sys_exc.test_0
382387
*lib2to3.tests.test_fixers.Test_sys_exc.test_1
383388
*lib2to3.tests.test_fixers.Test_sys_exc.test_2

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,7 @@
100100
*graalpython.lib-python.3.test.test_logging.HandlerTest.test_name
101101
*graalpython.lib-python.3.test.test_logging.HandlerTest.test_path_objects
102102
*graalpython.lib-python.3.test.test_logging.HandlerTest.test_post_fork_child_no_deadlock
103+
*graalpython.lib-python.3.test.test_logging.HandlerTest.test_race
103104
*graalpython.lib-python.3.test.test_logging.IPv6SysLogHandlerTest.test_output
104105
*graalpython.lib-python.3.test.test_logging.LastResortTest.test_last_resort
105106
*graalpython.lib-python.3.test.test_logging.LogRecordFactoryTest.test_logrecord_class
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
*graalpython.lib-python.3.test.test_pty.PtyTest.test_basic
2+
*graalpython.lib-python.3.test.test_pty.PtyTest.test_master_read
23
*graalpython.lib-python.3.test.test_pty.SmallPtyTests.test__copy_eof_on_all
34
*graalpython.lib-python.3.test.test_pty.SmallPtyTests.test__copy_to_each
45
*graalpython.lib-python.3.test.test_pty.SmallPtyTests.test__restore_tty_mode_normal_return

0 commit comments

Comments
 (0)