From ffc71c0a194fdcc6074f84fde9de4c7b713ddd80 Mon Sep 17 00:00:00 2001 From: Vedant Kumar Date: Wed, 14 Mar 2018 20:32:10 +0000 Subject: [test] Skip some lldb-mi tests which time out on Darwin These don't always timeout, but it's inconvenient when they do. llvm-svn: 327568 --- lldb/packages/Python/lldbsuite/test/tools/lldb-mi/TestMiLibraryLoaded.py | 1 + 1 file changed, 1 insertion(+) (limited to 'lldb/packages/Python/lldbsuite/test/tools/lldb-mi/TestMiLibraryLoaded.py') diff --git a/lldb/packages/Python/lldbsuite/test/tools/lldb-mi/TestMiLibraryLoaded.py b/lldb/packages/Python/lldbsuite/test/tools/lldb-mi/TestMiLibraryLoaded.py index c1c6faf10f0..92b7fdaca66 100644 --- a/lldb/packages/Python/lldbsuite/test/tools/lldb-mi/TestMiLibraryLoaded.py +++ b/lldb/packages/Python/lldbsuite/test/tools/lldb-mi/TestMiLibraryLoaded.py @@ -18,6 +18,7 @@ class MiLibraryLoadedTestCase(lldbmi_testcase.MiTestCaseBase): @skipIfWindows # llvm.org/pr24452: Get lldb-mi tests working on Windows @skipIfFreeBSD # llvm.org/pr22411: Failure presumably due to known thread races @skipIfRemote # We do not currently support remote debugging via the MI. + @skipIfDarwin def test_lldbmi_library_loaded(self): """Test that 'lldb-mi --interpreter' shows the =library-loaded notifications.""" -- cgit v1.2.3