From 608cb82e46e2462e14bd7f72786f5cd9fd359aa5 Mon Sep 17 00:00:00 2001 From: Zachary Turner Date: Fri, 11 Sep 2015 20:00:00 +0000 Subject: XFAIL tests that try to call a function in the inferior. llvm.org/pr21765 llvm-svn: 247456 --- lldb/test/expression_command/expr-in-syscall/TestExpressionInSyscall.py | 1 + 1 file changed, 1 insertion(+) (limited to 'lldb/test/expression_command/expr-in-syscall/TestExpressionInSyscall.py') 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() -- cgit v1.2.3