diff options
Diffstat (limited to 'lldb/test/expression_command/expr-in-syscall')
| -rw-r--r-- | lldb/test/expression_command/expr-in-syscall/TestExpressionInSyscall.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lldb/test/expression_command/expr-in-syscall/TestExpressionInSyscall.py b/lldb/test/expression_command/expr-in-syscall/TestExpressionInSyscall.py index 5a93ef6447d..be9832c9563 100644 --- a/lldb/test/expression_command/expr-in-syscall/TestExpressionInSyscall.py +++ b/lldb/test/expression_command/expr-in-syscall/TestExpressionInSyscall.py @@ -18,6 +18,7 @@ class ExprSyscallTestCase(TestBase): self.expr_syscall() @dwarf_test + @expectedFailureWindows("llvm.org/pr21765") # Also getpid() is not a function on Windows anyway def test_setpgid_with_dwarf(self): self.buildDwarf() self.expr_syscall() |

