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/call-function/TestCallStdStringFunction.py | 1 + 1 file changed, 1 insertion(+) (limited to 'lldb/test/expression_command/call-function/TestCallStdStringFunction.py') 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) # , 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() -- cgit v1.2.3