commit | 608cb82e46e2462e14bd7f72786f5cd9fd359aa5 | [log] [tgz] |
---|---|---|
author | Zachary Turner <zturner@google.com> | Fri Sep 11 20:00:00 2015 +0000 |
committer | Zachary Turner <zturner@google.com> | Fri Sep 11 20:00:00 2015 +0000 |
tree | e368ebf19f2607dc54dc57ea600438d4a29eb098 | |
parent | 6e8cbc0ff2d8e93f26edabfd2930fa48c0af8d64 [diff] [blame] |
XFAIL tests that try to call a function in the inferior. llvm.org/pr21765 llvm-svn: 247456
diff --git a/lldb/test/expression_command/expr-in-syscall/TestExpressionInSyscall.py b/lldb/test/expression_command/expr-in-syscall/TestExpressionInSyscall.py index 5a93ef6..be9832c 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 @@ 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()