diff options
author | Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> | 2024-06-26 13:56:15 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-06-26 13:56:15 (GMT) |
commit | 7db14f1eba1ac6a42f0fb0d5fbaea07ed3d7d492 (patch) | |
tree | 4be624fbce58cc8884a96371f86db98656ba8b3d | |
parent | e26e0985d94f1b9812cf41f043df89185f247945 (diff) | |
download | cpython-7db14f1eba1ac6a42f0fb0d5fbaea07ed3d7d492.zip cpython-7db14f1eba1ac6a42f0fb0d5fbaea07ed3d7d492.tar.gz cpython-7db14f1eba1ac6a42f0fb0d5fbaea07ed3d7d492.tar.bz2 |
[3.13] Ignore some failing tests in emulated JIT CI (GH-120977)
(cherry picked from commit 07daaf1ce10eb6d7a5ca9ea7c9055bf571d9e57f)
Co-authored-by: Diego Russo <diego.russo@arm.com>
-rw-r--r-- | Tools/jit/ignore-tests-emulated-linux.txt | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/Tools/jit/ignore-tests-emulated-linux.txt b/Tools/jit/ignore-tests-emulated-linux.txt index 84e8c0e..9e0f13f 100644 --- a/Tools/jit/ignore-tests-emulated-linux.txt +++ b/Tools/jit/ignore-tests-emulated-linux.txt @@ -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 @@ -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
\ No newline at end of file +test.test_venv.BasicTest.test_zippath_from_non_installed_posix |