diff options
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/lang/cpp/auto')
| -rw-r--r-- | lldb/packages/Python/lldbsuite/test/lang/cpp/auto/TestCPPAuto.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lldb/packages/Python/lldbsuite/test/lang/cpp/auto/TestCPPAuto.py b/lldb/packages/Python/lldbsuite/test/lang/cpp/auto/TestCPPAuto.py index b10b4986d37..fe3a8324348 100644 --- a/lldb/packages/Python/lldbsuite/test/lang/cpp/auto/TestCPPAuto.py +++ b/lldb/packages/Python/lldbsuite/test/lang/cpp/auto/TestCPPAuto.py @@ -15,6 +15,7 @@ class CPPAutoTestCase(TestBase): compiler="gcc", bugnumber="GCC generates incomplete debug info") @expectedFailureAll(oslist=['windows'], bugnumber="llvm.org/pr26339") + @expectedFailureNetBSD def test_with_run_command(self): """Test that auto types work in the expression parser""" self.build() |

