[Lldb-commits] [lldb] r341186 - XFail one more VSCode test which fails under heavy load

Pavel Labath via lldb-commits lldb-commits at lists.llvm.org
Fri Aug 31 01:31:27 PDT 2018


Author: labath
Date: Fri Aug 31 01:31:27 2018
New Revision: 341186

URL: http://llvm.org/viewvc/llvm-project?rev=341186&view=rev
Log:
XFail one more VSCode test which fails 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=341186&r1=341185&r2=341186&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 Fri Aug 31 01:31:27 2018
@@ -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.




More information about the lldb-commits mailing list