diff options
Diffstat (limited to 'lldb/test/expression_command/timeout/TestCallWithTimeout.py')
| -rw-r--r-- | lldb/test/expression_command/timeout/TestCallWithTimeout.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lldb/test/expression_command/timeout/TestCallWithTimeout.py b/lldb/test/expression_command/timeout/TestCallWithTimeout.py index 1ddb11a9053..32eba36b9f6 100644 --- a/lldb/test/expression_command/timeout/TestCallWithTimeout.py +++ b/lldb/test/expression_command/timeout/TestCallWithTimeout.py @@ -29,6 +29,7 @@ class ExprCommandWithTimeoutsTestCase(TestBase): @expectedFailureFreeBSD("llvm.org/pr19605") # fails on buildbot @expectedFlakeyLinux("llvm.org/pr20275") + @expectedFailureWindows("llvm.org/pr21765") @dwarf_test def test_with_dwarf(self): """Test calling std::String member function.""" |

