diff options
author | Zachary Turner <zturner@google.com> | 2015-09-11 20:00:00 +0000 |
---|---|---|
committer | Zachary Turner <zturner@google.com> | 2015-09-11 20:00:00 +0000 |
commit | 608cb82e46e2462e14bd7f72786f5cd9fd359aa5 (patch) | |
tree | e368ebf19f2607dc54dc57ea600438d4a29eb098 /lldb/test/expression_command/call-function/TestCallStdStringFunction.py | |
parent | 6e8cbc0ff2d8e93f26edabfd2930fa48c0af8d64 (diff) | |
download | bcm5719-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/call-function/TestCallStdStringFunction.py')
-rw-r--r-- | lldb/test/expression_command/call-function/TestCallStdStringFunction.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lldb/test/expression_command/call-function/TestCallStdStringFunction.py b/lldb/test/expression_command/call-function/TestCallStdStringFunction.py index c36577a5413..d39b9437d6c 100644 --- a/lldb/test/expression_command/call-function/TestCallStdStringFunction.py +++ b/lldb/test/expression_command/call-function/TestCallStdStringFunction.py @@ -30,6 +30,7 @@ class ExprCommandCallFunctionTestCase(TestBase): @expectedFailureFreeBSD('llvm.org/pr17807') # Fails on FreeBSD buildbot @expectedFailureIcc # llvm.org/pr14437, fails with ICC 13.1 @expectedFailureDarwin(16361880) # <rdar://problem/16361880>, we get the result correctly, but fail to invoke the Summary formatter. + @expectedFailureWindows("llvm.org/pr21765") def test_with_dwarf(self): """Test calling std::String member function.""" self.buildDwarf() |