[Lldb-commits] [PATCH] D51227: [vscode] Skip the vscode tests on Linux

Stella Stamenova via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Fri Aug 24 11:46:21 PDT 2018


stella.stamenova created this revision.
stella.stamenova added reviewers: asmith, clayborg.
Herald added a subscriber: lldb-commits.

These are already skipped on Darwin because they cause build bot failures. Both on the build bots as well as in our testing we have seen a number of these tests fail and hang. This change treats them the same way on Linux as they are treated on Darwin.


Repository:
  rLLDB LLDB

https://reviews.llvm.org/D51227

Files:
  packages/Python/lldbsuite/test/tools/lldb-vscode/attach/TestVSCode_attach.py
  packages/Python/lldbsuite/test/tools/lldb-vscode/breakpoint/TestVSCode_setBreakpoints.py
  packages/Python/lldbsuite/test/tools/lldb-vscode/breakpoint/TestVSCode_setExceptionBreakpoints.py
  packages/Python/lldbsuite/test/tools/lldb-vscode/breakpoint/TestVSCode_setFunctionBreakpoints.py
  packages/Python/lldbsuite/test/tools/lldb-vscode/launch/TestVSCode_launch.py
  packages/Python/lldbsuite/test/tools/lldb-vscode/stackTrace/TestVSCode_stackTrace.py
  packages/Python/lldbsuite/test/tools/lldb-vscode/step/TestVSCode_step.py
  packages/Python/lldbsuite/test/tools/lldb-vscode/variables/TestVSCode_variables.py

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D51227.162430.patch
Type: text/x-patch
Size: 10025 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20180824/2e256ec4/attachment.bin>


More information about the lldb-commits mailing list