summaryrefslogtreecommitdiffstats
path: root/lldb/test/expression_command/expr-in-syscall/TestExpressionInSyscall.py
diff options
context:
space:
mode:
authorZachary Turner <zturner@google.com>2015-09-11 20:00:00 +0000
committerZachary Turner <zturner@google.com>2015-09-11 20:00:00 +0000
commit608cb82e46e2462e14bd7f72786f5cd9fd359aa5 (patch)
treee368ebf19f2607dc54dc57ea600438d4a29eb098 /lldb/test/expression_command/expr-in-syscall/TestExpressionInSyscall.py
parent6e8cbc0ff2d8e93f26edabfd2930fa48c0af8d64 (diff)
downloadbcm5719-llvm-608cb82e46e2462e14bd7f72786f5cd9fd359aa5.tar.gz
bcm5719-llvm-608cb82e46e2462e14bd7f72786f5cd9fd359aa5.zip
XFAIL tests that try to call a function in the inferior.
llvm.org/pr21765 llvm-svn: 247456
Diffstat (limited to 'lldb/test/expression_command/expr-in-syscall/TestExpressionInSyscall.py')
-rw-r--r--lldb/test/expression_command/expr-in-syscall/TestExpressionInSyscall.py1
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()
OpenPOWER on IntegriCloud