Skip to content

Commit b6471f4

Browse files
GH-124408: Temporarily skip test_strftime_y2k for emulated Linux JIT CI (GH-124466)
1 parent 950fab4 commit b6471f4

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/jit.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ jobs:
157157
CC="${{ matrix.compiler == 'clang' && 'clang --target=$HOST' || '$HOST-gcc' }}" \
158158
CPP="$CC --preprocess" \
159159
HOSTRUNNER=qemu-${{ matrix.architecture }} \
160-
./configure --enable-experimental-jit ${{ matrix.debug && '--with-pydebug' || '--enable-optimizations --with-lto' }} --build=x86_64-linux-gnu --host="$HOST" --with-build-python=../build/bin/python3 --with-pkg-config=no ac_cv_buggy_getaddrinfo=no ac_cv_file__dev_ptc=no ac_cv_file__dev_ptmx=yes
160+
./configure --enable-experimental-jit ${{ matrix.debug && '--with-pydebug' || '--with-lto' }} --build=x86_64-linux-gnu --host="$HOST" --with-build-python=../build/bin/python3 --with-pkg-config=no ac_cv_buggy_getaddrinfo=no ac_cv_file__dev_ptc=no ac_cv_file__dev_ptmx=yes
161161
make all --jobs 4
162162
./python -m test --ignorefile=Tools/jit/ignore-tests-emulated-linux.txt --multiprocess 0 --timeout 4500 --verbose2 --verbose3
163163

Tools/jit/ignore-tests-emulated-linux.txt

+1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
test_multiprocessing_fork
2+
test_strftime_y2k
23
test.test_asyncio.test_unix_events.TestFork.test_fork_asyncio_run
34
test.test_asyncio.test_unix_events.TestFork.test_fork_asyncio_subprocess
45
test.test_asyncio.test_unix_events.TestFork.test_fork_signal_handling

0 commit comments

Comments
 (0)