diff options
Diffstat (limited to 'lldb/test/functionalities/breakpoint/breakpoint_command/TestBreakpointCommand.py')
| -rw-r--r-- | lldb/test/functionalities/breakpoint/breakpoint_command/TestBreakpointCommand.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lldb/test/functionalities/breakpoint/breakpoint_command/TestBreakpointCommand.py b/lldb/test/functionalities/breakpoint/breakpoint_command/TestBreakpointCommand.py index 7eb3acfefda..bda402de116 100644 --- a/lldb/test/functionalities/breakpoint/breakpoint_command/TestBreakpointCommand.py +++ b/lldb/test/functionalities/breakpoint/breakpoint_command/TestBreakpointCommand.py @@ -26,6 +26,7 @@ class BreakpointCommandTestCase(TestBase): self.breakpoint_command_sequence() self.breakpoint_command_script_parameters () + @unittest2.skipIf(sys.platform.startswith("linux"), "Hanging on Linux: bugzilla #14385") @dwarf_test def test_with_dwarf(self): """Test a sequence of breakpoint command add, list, and delete.""" |

