Skip to content

Commit 3bf9c8d

Browse files
qunaibittimfel
authored andcommitted
[GR-21590] Update imports
PullRequest: graalpython/3058
2 parents 3c6c612 + e241beb commit 3bf9c8d

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

48 files changed

+181
-12
lines changed

ci.jsonnet

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{ "overlay": "7fe9a9d2f54b6a3f5aab2dacfc2977f33c9dd60a" }
1+
{ "overlay": "bb8378044eb09680f5a3fa8317005610d6323751" }

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
*graalpython.lib-python.3.test.test_ast.ASTHelpers_Test.test_get_docstring
1010
*graalpython.lib-python.3.test.test_ast.ASTHelpers_Test.test_get_docstring_none
1111
*graalpython.lib-python.3.test.test_ast.ASTHelpers_Test.test_increment_lineno
12+
*graalpython.lib-python.3.test.test_ast.ASTHelpers_Test.test_increment_lineno_on_module
1213
*graalpython.lib-python.3.test.test_ast.ASTHelpers_Test.test_iter_child_nodes
1314
*graalpython.lib-python.3.test.test_ast.ASTHelpers_Test.test_iter_fields
1415
*graalpython.lib-python.3.test.test_ast.ASTHelpers_Test.test_level_as_none

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,3 +27,4 @@
2727
*graalpython.lib-python.3.test.test_bdb.StateTestCase.test_until_in_caller_frame
2828
*graalpython.lib-python.3.test.test_bdb.StateTestCase.test_until_with_too_large_count
2929
*graalpython.lib-python.3.test.test_bdb.StateTestCase.test_up
30+
*graalpython.lib-python.3.test.test_bdb.TestRegressions.test_format_stack_entry_no_lineno

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
*graalpython.lib-python.3.test.test_bool.BoolTest.test_bool_called_at_least_once
33
*graalpython.lib-python.3.test.test_bool.BoolTest.test_boolean
44
*graalpython.lib-python.3.test.test_bool.BoolTest.test_callable
5+
*graalpython.lib-python.3.test.test_bool.BoolTest.test_complex
56
*graalpython.lib-python.3.test.test_bool.BoolTest.test_contains
67
*graalpython.lib-python.3.test.test_bool.BoolTest.test_convert
78
*graalpython.lib-python.3.test.test_bool.BoolTest.test_convert_to_bool

graalpython/com.oracle.graal.python.test/src/tests/unittest_tags/test_buffer.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_buffer.TestBufferProtocol.test_ndarray_offset
2626
*graalpython.lib-python.3.test.test_buffer.TestBufferProtocol.test_ndarray_random_invalid
2727
*graalpython.lib-python.3.test.test_buffer.TestBufferProtocol.test_ndarray_re_export
28+
*graalpython.lib-python.3.test.test_buffer.TestBufferProtocol.test_ndarray_slice_multidim
2829
*graalpython.lib-python.3.test.test_buffer.TestBufferProtocol.test_ndarray_slice_redundant_suboffsets
2930
*graalpython.lib-python.3.test.test_buffer.TestBufferProtocol.test_ndarray_slice_zero_shape
3031
*graalpython.lib-python.3.test.test_buffer.TestBufferProtocol.test_ndarray_tolist_null_strides

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@
2121
*graalpython.lib-python.3.test.test_builtin.BuiltinTest.test_exec
2222
*graalpython.lib-python.3.test.test_builtin.BuiltinTest.test_exec_redirected
2323
*graalpython.lib-python.3.test.test_builtin.BuiltinTest.test_filter
24+
*graalpython.lib-python.3.test.test_builtin.BuiltinTest.test_filter_dealloc
2425
*graalpython.lib-python.3.test.test_builtin.BuiltinTest.test_filter_pickle
2526
*graalpython.lib-python.3.test.test_builtin.BuiltinTest.test_format
2627
*graalpython.lib-python.3.test.test_builtin.BuiltinTest.test_general_eval

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

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -98,9 +98,13 @@
9898
*graalpython.lib-python.3.test.test_compileall.CommmandLineTestsWithSourceEpoch.test_silent
9999
*graalpython.lib-python.3.test.test_compileall.CompileallTestsWithSourceEpoch.test_compile_dir_maxlevels
100100
*graalpython.lib-python.3.test.test_compileall.CompileallTestsWithSourceEpoch.test_compile_dir_pathlike
101+
*graalpython.lib-python.3.test.test_compileall.CompileallTestsWithSourceEpoch.test_compile_dir_pathlike_prependdir
102+
*graalpython.lib-python.3.test.test_compileall.CompileallTestsWithSourceEpoch.test_compile_dir_pathlike_stripdir
101103
*graalpython.lib-python.3.test.test_compileall.CompileallTestsWithSourceEpoch.test_compile_file_encoding_fallback
102104
*graalpython.lib-python.3.test.test_compileall.CompileallTestsWithSourceEpoch.test_compile_file_pathlike
103105
*graalpython.lib-python.3.test.test_compileall.CompileallTestsWithSourceEpoch.test_compile_file_pathlike_ddir
106+
*graalpython.lib-python.3.test.test_compileall.CompileallTestsWithSourceEpoch.test_compile_file_pathlike_prependdir
107+
*graalpython.lib-python.3.test.test_compileall.CompileallTestsWithSourceEpoch.test_compile_file_pathlike_stripdir
104108
*graalpython.lib-python.3.test.test_compileall.CompileallTestsWithSourceEpoch.test_compile_files
105109
*graalpython.lib-python.3.test.test_compileall.CompileallTestsWithSourceEpoch.test_compile_missing_multiprocessing
106110
*graalpython.lib-python.3.test.test_compileall.CompileallTestsWithSourceEpoch.test_compile_one_worker
@@ -120,9 +124,13 @@
120124
*graalpython.lib-python.3.test.test_compileall.CompileallTestsWithSourceEpoch.test_year_2038_mtime_compilation
121125
*graalpython.lib-python.3.test.test_compileall.CompileallTestsWithoutSourceEpoch.test_compile_dir_maxlevels
122126
*graalpython.lib-python.3.test.test_compileall.CompileallTestsWithoutSourceEpoch.test_compile_dir_pathlike
127+
*graalpython.lib-python.3.test.test_compileall.CompileallTestsWithoutSourceEpoch.test_compile_dir_pathlike_prependdir
128+
*graalpython.lib-python.3.test.test_compileall.CompileallTestsWithoutSourceEpoch.test_compile_dir_pathlike_stripdir
123129
*graalpython.lib-python.3.test.test_compileall.CompileallTestsWithoutSourceEpoch.test_compile_file_encoding_fallback
124130
*graalpython.lib-python.3.test.test_compileall.CompileallTestsWithoutSourceEpoch.test_compile_file_pathlike
125131
*graalpython.lib-python.3.test.test_compileall.CompileallTestsWithoutSourceEpoch.test_compile_file_pathlike_ddir
132+
*graalpython.lib-python.3.test.test_compileall.CompileallTestsWithoutSourceEpoch.test_compile_file_pathlike_prependdir
133+
*graalpython.lib-python.3.test.test_compileall.CompileallTestsWithoutSourceEpoch.test_compile_file_pathlike_stripdir
126134
*graalpython.lib-python.3.test.test_compileall.CompileallTestsWithoutSourceEpoch.test_compile_files
127135
*graalpython.lib-python.3.test.test_compileall.CompileallTestsWithoutSourceEpoch.test_compile_missing_multiprocessing
128136
*graalpython.lib-python.3.test.test_compileall.CompileallTestsWithoutSourceEpoch.test_compile_one_worker

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,7 @@
6363
*graalpython.lib-python.3.test.test_concurrent_futures.ProcessPoolSpawnProcessPoolShutdownTest.test_context_manager_shutdown
6464
*graalpython.lib-python.3.test.test_concurrent_futures.ProcessPoolSpawnProcessPoolShutdownTest.test_del_shutdown
6565
*graalpython.lib-python.3.test.test_concurrent_futures.ProcessPoolSpawnProcessPoolShutdownTest.test_hang_gh83386
66+
*graalpython.lib-python.3.test.test_concurrent_futures.ProcessPoolSpawnProcessPoolShutdownTest.test_hang_gh94440
6667
*graalpython.lib-python.3.test.test_concurrent_futures.ProcessPoolSpawnProcessPoolShutdownTest.test_hang_issue12364
6768
*graalpython.lib-python.3.test.test_concurrent_futures.ProcessPoolSpawnProcessPoolShutdownTest.test_processes_terminate
6869
*graalpython.lib-python.3.test.test_concurrent_futures.ProcessPoolSpawnProcessPoolShutdownTest.test_run_after_shutdown

graalpython/com.oracle.graal.python.test/src/tests/unittest_tags/test_contextlib.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_contextlib.ContextManagerTestCase.test_contextmanager_finally
1111
*graalpython.lib-python.3.test.test_contextlib.ContextManagerTestCase.test_contextmanager_no_reraise
1212
*graalpython.lib-python.3.test.test_contextlib.ContextManagerTestCase.test_contextmanager_plain
13+
*graalpython.lib-python.3.test.test_contextlib.ContextManagerTestCase.test_contextmanager_traceback
1314
*graalpython.lib-python.3.test.test_contextlib.ContextManagerTestCase.test_contextmanager_trap_yield_after_throw
1415
*graalpython.lib-python.3.test.test_contextlib.ContextManagerTestCase.test_instance_docstring_given_cm_docstring
1516
*graalpython.lib-python.3.test.test_contextlib.ContextManagerTestCase.test_keywords

graalpython/com.oracle.graal.python.test/src/tests/unittest_tags/test_contextlib_async.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_contextlib_async.AsyncContextManagerTestCase.test_contextmanager_no_reraise
1111
*graalpython.lib-python.3.test.test_contextlib_async.AsyncContextManagerTestCase.test_contextmanager_non_normalised
1212
*graalpython.lib-python.3.test.test_contextlib_async.AsyncContextManagerTestCase.test_contextmanager_plain
13+
*graalpython.lib-python.3.test.test_contextlib_async.AsyncContextManagerTestCase.test_contextmanager_traceback
1314
*graalpython.lib-python.3.test.test_contextlib_async.AsyncContextManagerTestCase.test_contextmanager_trap_no_yield
1415
*graalpython.lib-python.3.test.test_contextlib_async.AsyncContextManagerTestCase.test_contextmanager_trap_second_yield
1516
*graalpython.lib-python.3.test.test_contextlib_async.AsyncContextManagerTestCase.test_contextmanager_trap_yield_after_throw

0 commit comments

Comments
 (0)