Index: test/functionalities/thread/state/TestThreadStates.py =================================================================== --- test/functionalities/thread/state/TestThreadStates.py +++ test/functionalities/thread/state/TestThreadStates.py @@ -37,6 +37,7 @@ self.thread_state_after_continue_test() @dwarf_test + @skipIfDarwin # 'llvm.org/pr23669', cause Python crash randomly def test_state_after_continue_with_dwarf(self): """Test thread state after continue.""" self.buildDwarf(dictionary=self.getBuildFlags(use_cpp11=False))