[Lldb-commits] [lldb] r356379 - Skip TestVSCode_setFunctionBreakpoints on linux

Pavel Labath via lldb-commits lldb-commits at lists.llvm.org
Mon Mar 18 09:04:53 PDT 2019


Author: labath
Date: Mon Mar 18 09:04:53 2019
New Revision: 356379

URL: http://llvm.org/viewvc/llvm-project?rev=356379&view=rev
Log:
Skip TestVSCode_setFunctionBreakpoints on linux

Test hangs under heavy load.

Modified:
    lldb/trunk/packages/Python/lldbsuite/test/tools/lldb-vscode/breakpoint/TestVSCode_setFunctionBreakpoints.py

Modified: lldb/trunk/packages/Python/lldbsuite/test/tools/lldb-vscode/breakpoint/TestVSCode_setFunctionBreakpoints.py
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/packages/Python/lldbsuite/test/tools/lldb-vscode/breakpoint/TestVSCode_setFunctionBreakpoints.py?rev=356379&r1=356378&r2=356379&view=diff
==============================================================================
--- lldb/trunk/packages/Python/lldbsuite/test/tools/lldb-vscode/breakpoint/TestVSCode_setFunctionBreakpoints.py (original)
+++ lldb/trunk/packages/Python/lldbsuite/test/tools/lldb-vscode/breakpoint/TestVSCode_setFunctionBreakpoints.py Mon Mar 18 09:04:53 2019
@@ -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




More information about the lldb-commits mailing list