Skip to content

Commit 3fec793

Browse files
committed
Disable test_compileall::test_workers* (GR-47592)
1 parent 526dc0c commit 3fec793

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

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

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,6 @@
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
29-
*graalpython.lib-python.3.test.test_compileall.CommandLineTestsNoSourceEpoch.test_workers_available_cores
3028
*graalpython.lib-python.3.test.test_compileall.CommandLineTestsWithSourceEpoch.test_compiles_as_much_as_possible
3129
*graalpython.lib-python.3.test.test_compileall.CommandLineTestsWithSourceEpoch.test_d_compile_error
3230
*graalpython.lib-python.3.test.test_compileall.CommandLineTestsWithSourceEpoch.test_d_runtime_error
@@ -54,8 +52,6 @@
5452
*graalpython.lib-python.3.test.test_compileall.CommandLineTestsWithSourceEpoch.test_regexp
5553
*graalpython.lib-python.3.test.test_compileall.CommandLineTestsWithSourceEpoch.test_silent
5654
*graalpython.lib-python.3.test.test_compileall.CommandLineTestsWithSourceEpoch.test_symlink_loop
57-
*graalpython.lib-python.3.test.test_compileall.CommandLineTestsWithSourceEpoch.test_workers
58-
*graalpython.lib-python.3.test.test_compileall.CommandLineTestsWithSourceEpoch.test_workers_available_cores
5955
*graalpython.lib-python.3.test.test_compileall.CommmandLineTestsNoSourceEpoch.test_compiles_as_much_as_possible
6056
*graalpython.lib-python.3.test.test_compileall.CommmandLineTestsNoSourceEpoch.test_d_compile_error
6157
*graalpython.lib-python.3.test.test_compileall.CommmandLineTestsNoSourceEpoch.test_d_runtime_error

mx.graalpython/mx_graalpython.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -667,6 +667,10 @@ def update_unittest_tags(args):
667667
('test_httpservers.txt', '*graalpython.lib-python.3.test.test_httpservers.CGIHTTPServerTestCase.test_url_collapse_path'),
668668
('test_httpservers.txt', '*graalpython.lib-python.3.test.test_httpservers.CGIHTTPServerTestCase.test_urlquote_decoding_in_cgi_check'),
669669
('test_httpservers.txt', '*graalpython.lib-python.3.test.test_httpservers.RequestHandlerLoggingTestCase.test_err'),
670+
# Disabled because of fatal error in Sulong (GR-47592)
671+
('test_compileall.txt', '*graalpython.lib-python.3.test.test_compileall.CommandLineTestsNoSourceEpoch.test_workers_available_cores'),
672+
('test_compileall.txt', '*graalpython.lib-python.3.test.test_compileall.CommandLineTestsWithSourceEpoch.test_workers'),
673+
('test_compileall.txt', '*graalpython.lib-python.3.test.test_compileall.CommandLineTestsWithSourceEpoch.test_workers_available_cores')
670674
}
671675

672676
result_tags = linux_tags & darwin_tags - tag_exclusions

0 commit comments

Comments
 (0)