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

Raphael Isemann via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Fri Aug 24 12:04:04 PDT 2018


teemperor 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
----------------
"is well as" -> "as well as" (same for the other comments).


Repository:
  rLLDB LLDB

https://reviews.llvm.org/D51227





More information about the lldb-commits mailing list