https://github.com/python/cpython/commit/b6471f4a391e9d3c8e1b244c56a4cc25974632c9
commit: b6471f4a391e9d3c8e1b244c56a4cc25974632c9
branch: main
author: Savannah Ostrowski <[email protected]>
committer: brandtbucher <[email protected]>
date: 2024-09-24T18:09:50-07:00
summary:
GH-124408: Temporarily skip test_strftime_y2k for emulated Linux JIT CI
(GH-124466)
files:
M .github/workflows/jit.yml
M Tools/jit/ignore-tests-emulated-linux.txt
diff --git a/.github/workflows/jit.yml b/.github/workflows/jit.yml
index 8f56220feea90b..754f179f105591 100644
--- a/.github/workflows/jit.yml
+++ b/.github/workflows/jit.yml
@@ -157,7 +157,7 @@ jobs:
CC="${{ matrix.compiler == 'clang' && 'clang --target=$HOST' ||
'$HOST-gcc' }}" \
CPP="$CC --preprocess" \
HOSTRUNNER=qemu-${{ matrix.architecture }} \
- ./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
+ ./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
make all --jobs 4
./python -m test
--ignorefile=Tools/jit/ignore-tests-emulated-linux.txt --multiprocess 0
--timeout 4500 --verbose2 --verbose3
diff --git a/Tools/jit/ignore-tests-emulated-linux.txt
b/Tools/jit/ignore-tests-emulated-linux.txt
index dbb364673b5c1a..e379e39def0eaf 100644
--- a/Tools/jit/ignore-tests-emulated-linux.txt
+++ b/Tools/jit/ignore-tests-emulated-linux.txt
@@ -1,4 +1,5 @@
test_multiprocessing_fork
+test_strftime_y2k
test.test_asyncio.test_unix_events.TestFork.test_fork_asyncio_run
test.test_asyncio.test_unix_events.TestFork.test_fork_asyncio_subprocess
test.test_asyncio.test_unix_events.TestFork.test_fork_signal_handling
_______________________________________________
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]