Skip to content

Commit d03402e

Browse files
committed
[GR-21590] Update Python imports.
PullRequest: graalpython/2074
2 parents b9fc7d0 + fac87b5 commit d03402e

File tree

5 files changed

+44
-4
lines changed

5 files changed

+44
-4
lines changed

ci.jsonnet

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{ "overlay": "414fc7a3344c7ec2832a03f4023c3687e50cd274" }
1+
{ "overlay": "ba29b5f9ffdf9af75d357ae1d529aa1d529a2508" }

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
*graalpython.lib-python.3.test.test_capi.CAPITest.test_mapping_keys_values_items_bad_arg
55
*graalpython.lib-python.3.test.test_capi.CAPITest.test_memoryview_from_NULL_pointer
66
*graalpython.lib-python.3.test.test_capi.CAPITest.test_negative_refcount
7+
*graalpython.lib-python.3.test.test_capi.CAPITest.test_pynumber_tobase
78
*graalpython.lib-python.3.test.test_capi.CAPITest.test_return_null_without_error
89
*graalpython.lib-python.3.test.test_capi.CAPITest.test_return_result_with_error
910
*graalpython.lib-python.3.test.test_capi.CAPITest.test_subprocess_fork_exec

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
@@ -19,6 +19,7 @@
1919
*graalpython.lib-python.3.test.test_compileall.CommmandLineTestsNoSourceEpoch.test_recursion_control
2020
*graalpython.lib-python.3.test.test_compileall.CommmandLineTestsNoSourceEpoch.test_recursion_limit
2121
*graalpython.lib-python.3.test.test_compileall.CommmandLineTestsNoSourceEpoch.test_regexp
22+
*graalpython.lib-python.3.test.test_compileall.CommmandLineTestsNoSourceEpoch.test_silent
2223
*graalpython.lib-python.3.test.test_compileall.CommmandLineTestsNoSourceEpoch.test_workers_available_cores
2324
*graalpython.lib-python.3.test.test_compileall.CommmandLineTestsWithSourceEpoch.test_compiles_as_much_as_possible
2425
*graalpython.lib-python.3.test.test_compileall.CommmandLineTestsWithSourceEpoch.test_d_compile_error

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

Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -384,6 +384,44 @@
384384
*lib2to3.tests.test_fixers.Test_sys_exc.test_3
385385
*lib2to3.tests.test_fixers.Test_sys_exc.test_4
386386
*lib2to3.tests.test_fixers.Test_sys_exc.test_5
387+
*lib2to3.tests.test_fixers.Test_throw.test_1
388+
*lib2to3.tests.test_fixers.Test_throw.test_2
389+
*lib2to3.tests.test_fixers.Test_throw.test_3
390+
*lib2to3.tests.test_fixers.Test_throw.test_4
391+
*lib2to3.tests.test_fixers.Test_throw.test_tb_1
392+
*lib2to3.tests.test_fixers.Test_throw.test_tb_2
393+
*lib2to3.tests.test_fixers.Test_throw.test_tb_3
394+
*lib2to3.tests.test_fixers.Test_throw.test_tb_4
395+
*lib2to3.tests.test_fixers.Test_throw.test_tb_5
396+
*lib2to3.tests.test_fixers.Test_throw.test_tb_6
397+
*lib2to3.tests.test_fixers.Test_throw.test_tb_7
398+
*lib2to3.tests.test_fixers.Test_throw.test_tb_8
399+
*lib2to3.tests.test_fixers.Test_throw.test_untouched_1
400+
*lib2to3.tests.test_fixers.Test_throw.test_untouched_2
401+
*lib2to3.tests.test_fixers.Test_throw.test_untouched_3
402+
*lib2to3.tests.test_fixers.Test_throw.test_warn_1
403+
*lib2to3.tests.test_fixers.Test_throw.test_warn_2
404+
*lib2to3.tests.test_fixers.Test_throw.test_warn_3
405+
*lib2to3.tests.test_fixers.Test_tuple_params.test_1
406+
*lib2to3.tests.test_fixers.Test_tuple_params.test_2
407+
*lib2to3.tests.test_fixers.Test_tuple_params.test_3
408+
*lib2to3.tests.test_fixers.Test_tuple_params.test_docstring
409+
*lib2to3.tests.test_fixers.Test_tuple_params.test_keywords
410+
*lib2to3.tests.test_fixers.Test_tuple_params.test_lambda_nested
411+
*lib2to3.tests.test_fixers.Test_tuple_params.test_lambda_nested_multi_use
412+
*lib2to3.tests.test_fixers.Test_tuple_params.test_lambda_no_change
413+
*lib2to3.tests.test_fixers.Test_tuple_params.test_lambda_one_tuple
414+
*lib2to3.tests.test_fixers.Test_tuple_params.test_lambda_parens_single_arg
415+
*lib2to3.tests.test_fixers.Test_tuple_params.test_lambda_simple
416+
*lib2to3.tests.test_fixers.Test_tuple_params.test_lambda_simple_multi_use
417+
*lib2to3.tests.test_fixers.Test_tuple_params.test_lambda_simple_reverse
418+
*lib2to3.tests.test_fixers.Test_tuple_params.test_multi_1
419+
*lib2to3.tests.test_fixers.Test_tuple_params.test_multi_2
420+
*lib2to3.tests.test_fixers.Test_tuple_params.test_semicolon
421+
*lib2to3.tests.test_fixers.Test_tuple_params.test_unchanged_1
422+
*lib2to3.tests.test_fixers.Test_tuple_params.test_unchanged_2
423+
*lib2to3.tests.test_fixers.Test_tuple_params.test_unchanged_3
424+
*lib2to3.tests.test_fixers.Test_tuple_params.test_varargs
387425
*lib2to3.tests.test_parser.TestPgen2Caching.test_load_grammar_from_pickle
388426
*lib2to3.tests.test_parser.TestPgen2Caching.test_load_grammar_from_subprocess
389427
*lib2to3.tests.test_parser.TestPgen2Caching.test_load_grammar_from_txt_file

mx.graalpython/suite.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -44,23 +44,23 @@
4444
},
4545
{
4646
"name": "tools",
47-
"version": "fa8db34069fcf2525c435b729c15b870110462dc",
47+
"version": "ea284d7c22816d9ff6717e0934fca12ff7b1b051",
4848
"subdir": True,
4949
"urls": [
5050
{"url": "https://github.com/oracle/graal", "kind": "git"},
5151
],
5252
},
5353
{
5454
"name": "sulong",
55-
"version": "fa8db34069fcf2525c435b729c15b870110462dc",
55+
"version": "ea284d7c22816d9ff6717e0934fca12ff7b1b051",
5656
"subdir": True,
5757
"urls": [
5858
{"url": "https://github.com/oracle/graal", "kind": "git"},
5959
]
6060
},
6161
{
6262
"name": "regex",
63-
"version": "fa8db34069fcf2525c435b729c15b870110462dc",
63+
"version": "ea284d7c22816d9ff6717e0934fca12ff7b1b051",
6464
"subdir": True,
6565
"urls": [
6666
{"url": "https://github.com/oracle/graal", "kind": "git"},

0 commit comments

Comments
 (0)