Index: lldb/test/API/functionalities/inferior-crashing/TestInferiorCrashingStep.py =================================================================== --- lldb/test/API/functionalities/inferior-crashing/TestInferiorCrashingStep.py +++ lldb/test/API/functionalities/inferior-crashing/TestInferiorCrashingStep.py @@ -49,8 +49,8 @@ self.build() self.inferior_crashing_step_after_break() - # Inferior exits after stepping after a segfault. This is working as - # intended IMHO. + # A test for Darwin-specific behavior. On other platforms, inferior + # exits after stepping after a segfault. @skipIf(oslist=["freebsd", "linux", "netbsd"]) def test_inferior_crashing_expr_step_and_expr(self): """Test that lldb expressions work before and after stepping after a crash.""" Index: lldb/test/API/functionalities/inferior-crashing/recursive-inferior/TestRecursiveInferiorStep.py =================================================================== --- lldb/test/API/functionalities/inferior-crashing/recursive-inferior/TestRecursiveInferiorStep.py +++ lldb/test/API/functionalities/inferior-crashing/recursive-inferior/TestRecursiveInferiorStep.py @@ -25,8 +25,8 @@ self.build() self.recursive_inferior_crashing_step_after_break() - # Inferior exits after stepping after a segfault. This is working as - # intended IMHO. + # A test for Darwin-specific behavior. On other platforms, inferior + # exits after stepping after a segfault. @skipIf(oslist=["freebsd", "linux", "netbsd"]) def test_recursive_inferior_crashing_expr_step_and_expr(self): """Test that lldb expressions work before and after stepping after a crash."""