Skip to content

JIT: ignore some failing test_logging tests #120375

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 1 commit into from
Jun 19, 2024
Merged
Changes from all commits
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
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
Loading