Skip to content

Commit 8942bf4

Browse files
GH-118246: Exclude test_pathlib and test_posixpath from emulated JIT CI (GH-118247)
1 parent 93b7ed7 commit 8942bf4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/jit.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -76,13 +76,13 @@ jobs:
7676
runner: ubuntu-latest
7777
compiler: gcc
7878
# 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
8080
- target: aarch64-unknown-linux-gnu/clang
8181
architecture: aarch64
8282
runner: ubuntu-latest
8383
compiler: clang
8484
# 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
8686
env:
8787
CC: ${{ matrix.compiler }}
8888
steps:

0 commit comments

Comments
 (0)