File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
graalpython/com.oracle.graal.python.test/src/tests/unittest_tags Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 25
25
*graalpython.lib-python.3.test.test_compileall.CommandLineTestsNoSourceEpoch.test_regexp
26
26
*graalpython.lib-python.3.test.test_compileall.CommandLineTestsNoSourceEpoch.test_silent
27
27
*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
30
28
*graalpython.lib-python.3.test.test_compileall.CommandLineTestsWithSourceEpoch.test_compiles_as_much_as_possible
31
29
*graalpython.lib-python.3.test.test_compileall.CommandLineTestsWithSourceEpoch.test_d_compile_error
32
30
*graalpython.lib-python.3.test.test_compileall.CommandLineTestsWithSourceEpoch.test_d_runtime_error
54
52
*graalpython.lib-python.3.test.test_compileall.CommandLineTestsWithSourceEpoch.test_regexp
55
53
*graalpython.lib-python.3.test.test_compileall.CommandLineTestsWithSourceEpoch.test_silent
56
54
*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
59
55
*graalpython.lib-python.3.test.test_compileall.CommmandLineTestsNoSourceEpoch.test_compiles_as_much_as_possible
60
56
*graalpython.lib-python.3.test.test_compileall.CommmandLineTestsNoSourceEpoch.test_d_compile_error
61
57
*graalpython.lib-python.3.test.test_compileall.CommmandLineTestsNoSourceEpoch.test_d_runtime_error
Original file line number Diff line number Diff line change @@ -667,6 +667,10 @@ def update_unittest_tags(args):
667
667
('test_httpservers.txt' , '*graalpython.lib-python.3.test.test_httpservers.CGIHTTPServerTestCase.test_url_collapse_path' ),
668
668
('test_httpservers.txt' , '*graalpython.lib-python.3.test.test_httpservers.CGIHTTPServerTestCase.test_urlquote_decoding_in_cgi_check' ),
669
669
('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' )
670
674
}
671
675
672
676
result_tags = linux_tags & darwin_tags - tag_exclusions
You can’t perform that action at this time.
0 commit comments