summaryrefslogtreecommitdiffstats
path: root/lldb/test/expression_command/call-function/TestCallStdStringFunction.py
diff options
context:
space:
mode:
authorTodd Fiala <todd.fiala@gmail.com>2015-09-14 16:25:34 +0000
committerTodd Fiala <todd.fiala@gmail.com>2015-09-14 16:25:34 +0000
commit5c37863daf7c56874bc8378e65ddc467cb8ef5fc (patch)
tree7db8abd1b91997ce0ea3f855455eec501cb9d459 /lldb/test/expression_command/call-function/TestCallStdStringFunction.py
parent34b9bd0435a1e8f97bf97e08a2da37d8c01e80ec (diff)
downloadbcm5719-llvm-5c37863daf7c56874bc8378e65ddc467cb8ef5fc.tar.gz
bcm5719-llvm-5c37863daf7c56874bc8378e65ddc467cb8ef5fc.zip
Cleaned up a few unexpected successes on OS X
TestCallStdStringFunction TestCallWithTimeout TestConstVariables TestClassTypes llvm-svn: 247576
Diffstat (limited to 'lldb/test/expression_command/call-function/TestCallStdStringFunction.py')
-rw-r--r--lldb/test/expression_command/call-function/TestCallStdStringFunction.py2
1 files changed, 0 insertions, 2 deletions
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) # <rdar://problem/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) # <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."""
OpenPOWER on IntegriCloud