summaryrefslogtreecommitdiffstats
path: root/lldb/packages/Python/lldbsuite/test/tools/lldb-vscode/stackTrace
diff options
context:
space:
mode:
authorJonas Devlieghere <jonas@devlieghere.com>2019-11-11 15:58:27 -0800
committerJonas Devlieghere <jonas@devlieghere.com>2019-11-11 15:59:54 -0800
commit0b8dfb5762fdc350c5071c9eeffd4f7e4d495e98 (patch)
tree116222c9260b5c24d83ffa11d075c91ce39ab7d0 /lldb/packages/Python/lldbsuite/test/tools/lldb-vscode/stackTrace
parent9e5116f756f05b68e8394e392027dca7bc574559 (diff)
downloadbcm5719-llvm-0b8dfb5762fdc350c5071c9eeffd4f7e4d495e98.tar.gz
bcm5719-llvm-0b8dfb5762fdc350c5071c9eeffd4f7e4d495e98.zip
[lldb] Re-enable VSCode tests
The VSCode tests were all disabled on macOS because the implementation had some issues that resulted in flakiness on Darwin. It seems most of these issues have been addressed. I've re-enabled all the tests that consistently passed locally.
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/tools/lldb-vscode/stackTrace')
-rw-r--r--lldb/packages/Python/lldbsuite/test/tools/lldb-vscode/stackTrace/TestVSCode_stackTrace.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/lldb/packages/Python/lldbsuite/test/tools/lldb-vscode/stackTrace/TestVSCode_stackTrace.py b/lldb/packages/Python/lldbsuite/test/tools/lldb-vscode/stackTrace/TestVSCode_stackTrace.py
index 4bb061881c4..4aca14fc827 100644
--- a/lldb/packages/Python/lldbsuite/test/tools/lldb-vscode/stackTrace/TestVSCode_stackTrace.py
+++ b/lldb/packages/Python/lldbsuite/test/tools/lldb-vscode/stackTrace/TestVSCode_stackTrace.py
@@ -53,7 +53,6 @@ class TestVSCode_stackTrace(lldbvscode_testcase.VSCodeTestCaseBase):
expected_line))
@skipIfWindows
- @skipIfDarwin # Skip this test for now until we can figure out why tings aren't working on build bots
@no_debug_info_test
def test_stackTrace(self):
'''
OpenPOWER on IntegriCloud