Skip to content

Commit edc6e76

Browse files
committed
[GR-21590] Update Python imports
PullRequest: graalpython/2022
2 parents 5c9e9d0 + 8c2faec commit edc6e76

File tree

5 files changed

+11
-4
lines changed

5 files changed

+11
-4
lines changed

ci.jsonnet

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{ "overlay": "6b013946c7ad69e629c6eda6591900d26018bcda" }
1+
{ "overlay": "ddedb064589561bcf5cb1f0ecd019a05f0315585" }

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818
*graalpython.lib-python.3.test.test_compileall.CommmandLineTestsNoSourceEpoch.test_quiet
1919
*graalpython.lib-python.3.test.test_compileall.CommmandLineTestsNoSourceEpoch.test_recursion_control
2020
*graalpython.lib-python.3.test.test_compileall.CommmandLineTestsNoSourceEpoch.test_recursion_limit
21+
*graalpython.lib-python.3.test.test_compileall.CommmandLineTestsNoSourceEpoch.test_regexp
2122
*graalpython.lib-python.3.test.test_compileall.CommmandLineTestsNoSourceEpoch.test_workers_available_cores
2223
*graalpython.lib-python.3.test.test_compileall.CommmandLineTestsWithSourceEpoch.test_compiles_as_much_as_possible
2324
*graalpython.lib-python.3.test.test_compileall.CommmandLineTestsWithSourceEpoch.test_d_compile_error
@@ -27,7 +28,10 @@
2728
*graalpython.lib-python.3.test.test_compileall.CommmandLineTestsWithSourceEpoch.test_include_file_no_arg
2829
*graalpython.lib-python.3.test.test_compileall.CommmandLineTestsWithSourceEpoch.test_include_file_with_arg
2930
*graalpython.lib-python.3.test.test_compileall.CommmandLineTestsWithSourceEpoch.test_include_on_stdin
31+
*graalpython.lib-python.3.test.test_compileall.CommmandLineTestsWithSourceEpoch.test_invalid_arg_produces_message
3032
*graalpython.lib-python.3.test.test_compileall.CommmandLineTestsWithSourceEpoch.test_legacy_paths
33+
*graalpython.lib-python.3.test.test_compileall.CommmandLineTestsWithSourceEpoch.test_multiple_runs
34+
*graalpython.lib-python.3.test.test_compileall.CommmandLineTestsWithSourceEpoch.test_no_args_respects_force_flag
3135
*graalpython.lib-python.3.test.test_compileall.CommmandLineTestsWithSourceEpoch.test_no_args_respects_quiet_flag
3236
*graalpython.lib-python.3.test.test_compileall.CommmandLineTestsWithSourceEpoch.test_pep3147_paths_normal
3337
*graalpython.lib-python.3.test.test_compileall.CommmandLineTestsWithSourceEpoch.test_pyc_invalidation_mode

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
*graalpython.lib-python.3.test.test_gc.GCCallbackTests.test_collect_garbage
22
*graalpython.lib-python.3.test.test_gc.GCCallbackTests.test_refcount_errors
3+
*graalpython.lib-python.3.test.test_gc.GCTests.test_bug1055820b
34
*graalpython.lib-python.3.test.test_gc.GCTests.test_bug21435
45
*graalpython.lib-python.3.test.test_gc.GCTests.test_collect_generations
56
*graalpython.lib-python.3.test.test_gc.GCTests.test_frame
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
*graalpython.lib-python.3.test.test_threadsignals.ThreadSignals.test_lock_acquire_retries_on_intr
2+
*graalpython.lib-python.3.test.test_threadsignals.ThreadSignals.test_rlock_acquire_retries_on_intr

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": "1e3022f74100d54c80d2710ee6449f8c785b5d15",
47+
"version": "77da7e95ed6ef536a6e1ea409a37ab49e8344ecc",
4848
"subdir": True,
4949
"urls": [
5050
{"url": "https://github.com/oracle/graal", "kind": "git"},
5151
],
5252
},
5353
{
5454
"name": "sulong",
55-
"version": "1e3022f74100d54c80d2710ee6449f8c785b5d15",
55+
"version": "77da7e95ed6ef536a6e1ea409a37ab49e8344ecc",
5656
"subdir": True,
5757
"urls": [
5858
{"url": "https://github.com/oracle/graal", "kind": "git"},
5959
]
6060
},
6161
{
6262
"name": "regex",
63-
"version": "1e3022f74100d54c80d2710ee6449f8c785b5d15",
63+
"version": "77da7e95ed6ef536a6e1ea409a37ab49e8344ecc",
6464
"subdir": True,
6565
"urls": [
6666
{"url": "https://github.com/oracle/graal", "kind": "git"},

0 commit comments

Comments
 (0)