Skip to content

Commit

Permalink
[3.13] Ignore some failing tests in emulated JIT CI (pythonGH-120977)
Browse files Browse the repository at this point in the history
(cherry picked from commit 07daaf1)
Co-authored-by: Diego Russo <diego.russo@arm.com>
  • Loading branch information
miss-islington committed Jun 26, 2024
1 parent e26e098 commit 7db14f1
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion Tools/jit/ignore-tests-emulated-linux.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@ test.test_external_inspection.TestGetStackTrace.test_self_trace
test.test_faulthandler.FaultHandlerTests.test_enable_fd
test.test_faulthandler.FaultHandlerTests.test_enable_file
test.test_init.ProcessPoolForkFailingInitializerTest.test_initializer
test.test_logging.ConfigDictTest.test_111615
test.test_logging.ConfigDictTest.test_config_queue_handler
test.test_logging.ConfigDictTest.test_multiprocessing_queues
test.test_os.ForkTests.test_fork_warns_when_non_python_thread_exists
test.test_os.TimerfdTests.test_timerfd_initval
test.test_os.TimerfdTests.test_timerfd_interval
Expand Down Expand Up @@ -76,4 +79,4 @@ test.test_subprocess.ProcessTestCaseNoPoll.test_cwd_with_relative_executable
test.test_subprocess.ProcessTestCaseNoPoll.test_empty_env
test.test_subprocess.ProcessTestCaseNoPoll.test_file_not_found_includes_filename
test.test_subprocess.ProcessTestCaseNoPoll.test_one_environment_variable
test.test_venv.BasicTest.test_zippath_from_non_installed_posix
test.test_venv.BasicTest.test_zippath_from_non_installed_posix

0 comments on commit 7db14f1

Please sign in to comment.