diff options
author | Greg Clayton <gclayton@apple.com> | 2018-08-18 00:33:15 +0000 |
---|---|---|
committer | Greg Clayton <gclayton@apple.com> | 2018-08-18 00:33:15 +0000 |
commit | c1f10e34ed14372d9b4080db116c8e7f4fd0f7fb (patch) | |
tree | 23dd2ee83818e6176a5cdf302393076fd7f3ab18 /lldb/packages/Python/lldbsuite/test/tools/lldb-vscode/stackTrace | |
parent | 59b2485ba2850e4b60512eee80e13ddfe3abcfbc (diff) | |
download | bcm5719-llvm-c1f10e34ed14372d9b4080db116c8e7f4fd0f7fb.tar.gz bcm5719-llvm-c1f10e34ed14372d9b4080db116c8e7f4fd0f7fb.zip |
Skip tests on Darwin for now. The build bots are not passing due to heavy load and poor machines.
llvm-svn: 340112
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/tools/lldb-vscode/stackTrace')
-rw-r--r-- | lldb/packages/Python/lldbsuite/test/tools/lldb-vscode/stackTrace/TestVSCode_stackTrace.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lldb/packages/Python/lldbsuite/test/tools/lldb-vscode/stackTrace/TestVSCode_stackTrace.py b/lldb/packages/Python/lldbsuite/test/tools/lldb-vscode/stackTrace/TestVSCode_stackTrace.py index 4aca14fc827..4bb061881c4 100644 --- a/lldb/packages/Python/lldbsuite/test/tools/lldb-vscode/stackTrace/TestVSCode_stackTrace.py +++ b/lldb/packages/Python/lldbsuite/test/tools/lldb-vscode/stackTrace/TestVSCode_stackTrace.py @@ -53,6 +53,7 @@ class TestVSCode_stackTrace(lldbvscode_testcase.VSCodeTestCaseBase): expected_line)) @skipIfWindows + @skipIfDarwin # Skip this test for now until we can figure out why tings aren't working on build bots @no_debug_info_test def test_stackTrace(self): ''' |