| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -70,13 +70,13 @@ jobs: | |||
| 70 | 70 | runner: ubuntu-latest | |
| 71 | 71 | compiler: gcc | |
| 72 | 72 | # These fail because of emulation, not because of the JIT: | |
| 73 | - 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 | ||
| 73 | + 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 | ||
| 74 | 74 | - target: aarch64-unknown-linux-gnu/clang | |
| 75 | 75 | architecture: aarch64 | |
| 76 | 76 | runner: ubuntu-latest | |
| 77 | 77 | compiler: clang | |
| 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 | ||
| 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 | ||
| 80 | 80 | env: | |
| 81 | 81 | CC: ${{ matrix.compiler }} | |
| 82 | 82 | steps: | |
| Back | FazBrowse Home | New Git URL |
0 commit comments