File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -76,13 +76,13 @@ jobs:
76
76
runner : ubuntu-latest
77
77
compiler : gcc
78
78
# These fail because of emulation, not because of the JIT:
79
- exclude : test_unix_events test_init test_process_pool test_shutdown test_multiprocessing_fork test_cmd_line test_faulthandler test_os test_perf_profiler test_posix test_signal test_socket test_subprocess test_threading test_venv test_external_inspection
79
+ exclude : test_pathlib test_posixpath test_unix_events test_init test_process_pool test_shutdown test_multiprocessing_fork test_cmd_line test_faulthandler test_os test_perf_profiler test_posix test_signal test_socket test_subprocess test_threading test_venv test_external_inspection
80
80
- target : aarch64-unknown-linux-gnu/clang
81
81
architecture : aarch64
82
82
runner : ubuntu-latest
83
83
compiler : clang
84
84
# These fail because of emulation, not because of the JIT:
85
- exclude : test_unix_events test_init test_process_pool test_shutdown test_multiprocessing_fork test_cmd_line test_faulthandler test_os test_perf_profiler test_posix test_signal test_socket test_subprocess test_threading test_venv test_external_inspection
85
+ exclude : test_pathlib test_posixpath test_unix_events test_init test_process_pool test_shutdown test_multiprocessing_fork test_cmd_line test_faulthandler test_os test_perf_profiler test_posix test_signal test_socket test_subprocess test_threading test_venv test_external_inspection
86
86
env :
87
87
CC : ${{ matrix.compiler }}
88
88
steps :
You can’t perform that action at this time.
0 commit comments