https://github.com/python/cpython/commit/4d1d35b906010c6db15f54443a9701c20af1db2d
commit: 4d1d35b906010c6db15f54443a9701c20af1db2d
branch: main
author: Erlend E. Aasland <[email protected]>
committer: erlend-aasland <[email protected]>
date: 2024-02-28T23:16:01Z
summary:
gh-116075: Skip test_external_inspection on qemu in JIT CI (#116076)
files:
M .github/workflows/jit.yml
diff --git a/.github/workflows/jit.yml b/.github/workflows/jit.yml
index 21d4603b8679ea..43d0b2c1b4016c 100644
--- a/.github/workflows/jit.yml
+++ b/.github/workflows/jit.yml
@@ -70,13 +70,13 @@ jobs:
runner: ubuntu-latest
compiler: gcc
# These fail because of emulation, not because of the JIT:
- 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
+ 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
- target: aarch64-unknown-linux-gnu/clang
architecture: aarch64
runner: ubuntu-latest
compiler: clang
# These fail because of emulation, not because of the JIT:
- 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
+ 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
env:
CC: ${{ matrix.compiler }}
steps:
_______________________________________________
Python-checkins mailing list -- [email protected]
To unsubscribe send an email to [email protected]
https://mail.python.org/mailman3/lists/python-checkins.python.org/
Member address: [email protected]