summaryrefslogtreecommitdiffstats
path: root/lldb/packages/Python/lldbsuite
diff options
context:
space:
mode:
authorPavel Labath <pavel@labath.sk>2019-03-18 16:04:53 +0000
committerPavel Labath <pavel@labath.sk>2019-03-18 16:04:53 +0000
commit0e5012eac35bcc497bf3ae6dfaa6b80552d39335 (patch)
tree3ecf12b4f529449c037d2b1acad37dc3ab902297 /lldb/packages/Python/lldbsuite
parent370e5dbacdc7f01d347094c261dd4af1619eb51b (diff)
downloadbcm5719-llvm-0e5012eac35bcc497bf3ae6dfaa6b80552d39335.tar.gz
bcm5719-llvm-0e5012eac35bcc497bf3ae6dfaa6b80552d39335.zip
Skip TestVSCode_setFunctionBreakpoints on linux
Test hangs under heavy load. llvm-svn: 356379
Diffstat (limited to 'lldb/packages/Python/lldbsuite')
-rw-r--r--lldb/packages/Python/lldbsuite/test/tools/lldb-vscode/breakpoint/TestVSCode_setFunctionBreakpoints.py1
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 c7c67597c86..a175b2f5ba6 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
@@ -114,6 +114,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_functionality(self):
'''Tests hitting breakpoints and the functionality of a single
OpenPOWER on IntegriCloud