[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 12:32:05 PDT 2018


stella.stamenova marked an inline comment as done.
stella.stamenova added inline comments.


================
Comment at: packages/Python/lldbsuite/test/tools/lldb-vscode/attach/TestVSCode_attach.py:50
     @skipIfDarwin # Skip this test for now until we can figure out why tings aren't working on build bots
+    @skipIfLinux # This test is timing out and/or failing on Linux is well as Darwin
     @no_debug_info_test
----------------
teemperor wrote:
> "is well as" -> "as well as" (same for the other comments).
Apparently I can't spell today. Thanks for catching this!


Repository:
  rLLDB LLDB

https://reviews.llvm.org/D51227





More information about the lldb-commits mailing list