diff options
author | Michal Gorny <mgorny@gentoo.org> | 2019-04-18 12:31:48 +0000 |
---|---|---|
committer | Michal Gorny <mgorny@gentoo.org> | 2019-04-18 12:31:48 +0000 |
commit | 36d6bf8841c416c9c4e7a9644f01489ec10de78d (patch) | |
tree | 843c05e36e9b694dd33ce0ca167dc12f49951c3d /lldb/packages/Python/lldbsuite/test/tools/lldb-vscode/launch | |
parent | 55e1987f810ff2e29ad2b9f9666af7e4235f77d3 (diff) | |
download | bcm5719-llvm-36d6bf8841c416c9c4e7a9644f01489ec10de78d.tar.gz bcm5719-llvm-36d6bf8841c416c9c4e7a9644f01489ec10de78d.zip |
[lldb] [test] Mark three more tests flakey/xfail on NetBSD
llvm-svn: 358660
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/tools/lldb-vscode/launch')
-rw-r--r-- | lldb/packages/Python/lldbsuite/test/tools/lldb-vscode/launch/TestVSCode_launch.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lldb/packages/Python/lldbsuite/test/tools/lldb-vscode/launch/TestVSCode_launch.py b/lldb/packages/Python/lldbsuite/test/tools/lldb-vscode/launch/TestVSCode_launch.py index 5c996fbee45..2927ac3ba1c 100644 --- a/lldb/packages/Python/lldbsuite/test/tools/lldb-vscode/launch/TestVSCode_launch.py +++ b/lldb/packages/Python/lldbsuite/test/tools/lldb-vscode/launch/TestVSCode_launch.py @@ -61,6 +61,7 @@ class TestVSCode_launch(lldbvscode_testcase.VSCodeTestCaseBase): @skipIfWindows @skipIfDarwin # Skip this test for now until we can figure out why tings aren't working on build bots + @expectedFailureNetBSD @no_debug_info_test def test_cwd(self): ''' @@ -89,6 +90,7 @@ class TestVSCode_launch(lldbvscode_testcase.VSCodeTestCaseBase): @skipIfWindows @skipIfDarwin # Skip this test for now until we can figure out why tings aren't working on build bots + @expectedFailureNetBSD @no_debug_info_test def test_debuggerRoot(self): ''' |