diff options
author | Jonas Devlieghere <jonas@devlieghere.com> | 2019-11-11 15:58:27 -0800 |
---|---|---|
committer | Jonas Devlieghere <jonas@devlieghere.com> | 2019-11-11 15:59:54 -0800 |
commit | 0b8dfb5762fdc350c5071c9eeffd4f7e4d495e98 (patch) | |
tree | 116222c9260b5c24d83ffa11d075c91ce39ab7d0 /lldb/packages/Python/lldbsuite/test/tools/lldb-vscode/stackTrace | |
parent | 9e5116f756f05b68e8394e392027dca7bc574559 (diff) | |
download | bcm5719-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.py | 1 |
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): ''' |