8000 GH-124408: Skip `test_strftime_y2k` for emulated Linux JIT CI by savannahostrowski · Pull Request #124466 · python/cpython · GitHub
[go: up one dir, main page]

Skip to content

GH-124408: Skip test_strftime_y2k for emulated Linux JIT CI #124466

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 5 commits into from
Sep 25, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
Add tests to skip
  • Loading branch information
savannahostrowski committed Sep 24, 2024
commit a3dc3f4622b61e5f6015ce1e8ac81d580a4510ae
3 changes: 3 additions & 0 deletions Tools/jit/ignore-tests-emulated-linux.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
test_multiprocessing_fork
test.datetimetester.TestDate_Fast
test.datetimetester.TestDateTimeTZ_Fast
test.datetimetester.TestSubclassDateTime_Fast
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
Expand Down
0