]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
GH-124408: Temporarily skip test_strftime_y2k for emulated Linux JIT CI (GH-124466)
authorSavannah Ostrowski <savannahostrowski@gmail.com>
Wed, 25 Sep 2024 01:09:50 +0000 (18:09 -0700)
committerGitHub <noreply@github.com>
Wed, 25 Sep 2024 01:09:50 +0000 (18:09 -0700)
.github/workflows/jit.yml
Tools/jit/ignore-tests-emulated-linux.txt

index 8f56220feea90b30f734c6d7325baae5f73470df..754f179f105591ff4ff7f15cd67695d3ed93c0ec 100644 (file)
@@ -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
 
index dbb364673b5c1abaaacc8a48669d727e28e8375e..e379e39def0eaf4a9113e172a3fdcd138488046f 100644 (file)
@@ -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