diff options
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/expression_command/timeout')
-rw-r--r-- | lldb/packages/Python/lldbsuite/test/expression_command/timeout/TestCallWithTimeout.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lldb/packages/Python/lldbsuite/test/expression_command/timeout/TestCallWithTimeout.py b/lldb/packages/Python/lldbsuite/test/expression_command/timeout/TestCallWithTimeout.py index 7862477001e..f5c55998cd9 100644 --- a/lldb/packages/Python/lldbsuite/test/expression_command/timeout/TestCallWithTimeout.py +++ b/lldb/packages/Python/lldbsuite/test/expression_command/timeout/TestCallWithTimeout.py @@ -27,6 +27,7 @@ class ExprCommandWithTimeoutsTestCase(TestBase): oslist=[ "windows"], bugnumber="llvm.org/pr21765") + @expectedFailureNetBSD def test(self): """Test calling std::String member function.""" self.build() |