diff options
author | Vedant Kumar <vsk@apple.com> | 2018-03-14 20:32:10 +0000 |
---|---|---|
committer | Vedant Kumar <vsk@apple.com> | 2018-03-14 20:32:10 +0000 |
commit | ffc71c0a194fdcc6074f84fde9de4c7b713ddd80 (patch) | |
tree | 2eb81c99321f9014c4587abeb547b8697b767ec4 /lldb/packages/Python/lldbsuite/test/tools/lldb-mi/TestMiLibraryLoaded.py | |
parent | af841d113cd206e0045cbb224a2852fc1c702a61 (diff) | |
download | bcm5719-llvm-ffc71c0a194fdcc6074f84fde9de4c7b713ddd80.tar.gz bcm5719-llvm-ffc71c0a194fdcc6074f84fde9de4c7b713ddd80.zip |
[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
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/tools/lldb-mi/TestMiLibraryLoaded.py')
-rw-r--r-- | lldb/packages/Python/lldbsuite/test/tools/lldb-mi/TestMiLibraryLoaded.py | 1 |
1 files changed, 1 insertions, 0 deletions
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.""" |