diff options
author | Stella Stamenova <stilis@microsoft.com> | 2018-08-24 21:42:53 +0000 |
---|---|---|
committer | Stella Stamenova <stilis@microsoft.com> | 2018-08-24 21:42:53 +0000 |
commit | 04acc99db8fc64a789b01103249fa26ef69de0a4 (patch) | |
tree | 11a5acf6828f91dcb62943952e92e4efc0657fad /lldb/packages/Python/lldbsuite/test/tools/lldb-vscode/step | |
parent | bcf726a32d1cc341a25d0218359cf21825e12d83 (diff) | |
download | bcm5719-llvm-04acc99db8fc64a789b01103249fa26ef69de0a4.tar.gz bcm5719-llvm-04acc99db8fc64a789b01103249fa26ef69de0a4.zip |
[vscode] Skip some of the vscode tests on Linux and fix one
Summary: 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 skips the failing/hanging tests on Linux and also fixes one of the test - the test needs the thread library to build.
Reviewers: asmith, clayborg, aprantl
Subscribers: teemperor, lldb-commits
Differential Revision: https://reviews.llvm.org/D51227
llvm-svn: 340658
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/tools/lldb-vscode/step')
-rw-r--r-- | lldb/packages/Python/lldbsuite/test/tools/lldb-vscode/step/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lldb/packages/Python/lldbsuite/test/tools/lldb-vscode/step/Makefile b/lldb/packages/Python/lldbsuite/test/tools/lldb-vscode/step/Makefile index 314f1cb2f07..f24bb9f4d26 100644 --- a/lldb/packages/Python/lldbsuite/test/tools/lldb-vscode/step/Makefile +++ b/lldb/packages/Python/lldbsuite/test/tools/lldb-vscode/step/Makefile @@ -1,5 +1,7 @@ LEVEL = ../../../make +ENABLE_THREADS := YES + CXX_SOURCES := main.cpp include $(LEVEL)/Makefile.rules |