From 5c37863daf7c56874bc8378e65ddc467cb8ef5fc Mon Sep 17 00:00:00 2001 From: Todd Fiala Date: Mon, 14 Sep 2015 16:25:34 +0000 Subject: Cleaned up a few unexpected successes on OS X TestCallStdStringFunction TestCallWithTimeout TestConstVariables TestClassTypes llvm-svn: 247576 --- lldb/test/expression_command/call-function/TestCallStdStringFunction.py | 2 -- 1 file changed, 2 deletions(-) (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 d39b9437d6c..da26763bb13 100644 --- a/lldb/test/expression_command/call-function/TestCallStdStringFunction.py +++ b/lldb/test/expression_command/call-function/TestCallStdStringFunction.py @@ -20,7 +20,6 @@ class ExprCommandCallFunctionTestCase(TestBase): @skipUnlessDarwin @dsym_test - @expectedFailureDarwin(16361880) # , we get the result correctly, but fail to invoke the Summary formatter. def test_with_dsym(self): """Test calling std::String member function.""" self.buildDsym() @@ -29,7 +28,6 @@ class ExprCommandCallFunctionTestCase(TestBase): @dwarf_test @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.""" -- cgit v1.2.3