diff options
author | Pavel Labath <pavel@labath.sk> | 2018-08-31 08:31:27 +0000 |
---|---|---|
committer | Pavel Labath <pavel@labath.sk> | 2018-08-31 08:31:27 +0000 |
commit | 8b0853a6da02bcf2aa8806cc9f087cfdca8ffb4a (patch) | |
tree | c27432b2eae645bbf4bea3955e4925a3ac46f665 /lldb/packages/Python/lldbsuite/test/tools | |
parent | b998eae2f2327b6df9ea71e8fb475b84cc657b57 (diff) | |
download | bcm5719-llvm-8b0853a6da02bcf2aa8806cc9f087cfdca8ffb4a.tar.gz bcm5719-llvm-8b0853a6da02bcf2aa8806cc9f087cfdca8ffb4a.zip |
XFail one more VSCode test which fails under heavy load
llvm-svn: 341186
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/tools')
-rw-r--r-- | lldb/packages/Python/lldbsuite/test/tools/lldb-vscode/breakpoint/TestVSCode_setFunctionBreakpoints.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lldb/packages/Python/lldbsuite/test/tools/lldb-vscode/breakpoint/TestVSCode_setFunctionBreakpoints.py b/lldb/packages/Python/lldbsuite/test/tools/lldb-vscode/breakpoint/TestVSCode_setFunctionBreakpoints.py index 8a3f3549f6e..c7c67597c86 100644 --- a/lldb/packages/Python/lldbsuite/test/tools/lldb-vscode/breakpoint/TestVSCode_setFunctionBreakpoints.py +++ b/lldb/packages/Python/lldbsuite/test/tools/lldb-vscode/breakpoint/TestVSCode_setFunctionBreakpoints.py @@ -21,6 +21,7 @@ class TestVSCode_setFunctionBreakpoints( @skipIfWindows @skipIfDarwin # Skip this test for now until we can figure out why tings aren't working on build bots + @skipIfLinux # test hangs on linux under heavy load @no_debug_info_test def test_set_and_clear(self): '''Tests setting and clearing function breakpoints. |