summaryrefslogtreecommitdiffstats
path: root/lldb/test/expression_command/call-function
diff options
context:
space:
mode:
authorEnrico Granata <egranata@apple.com>2012-04-24 01:45:19 +0000
committerEnrico Granata <egranata@apple.com>2012-04-24 01:45:19 +0000
commitf1dfbad036867b33b9ad60407d5148793301a282 (patch)
treea4bc7dcc90a71dcde9dbff36c70a9a58ba16dc55 /lldb/test/expression_command/call-function
parentb046e0320c428a403814337bd37c59de751b3e5c (diff)
downloadbcm5719-llvm-f1dfbad036867b33b9ad60407d5148793301a282.tar.gz
bcm5719-llvm-f1dfbad036867b33b9ad60407d5148793301a282.zip
Removing the @expectedFailurei386 decorator from test cases that now work as a result of the latest changes to Value.cpp
llvm-svn: 155419
Diffstat (limited to 'lldb/test/expression_command/call-function')
-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 059c3ac337e..e9f23da0a84 100644
--- a/lldb/test/expression_command/call-function/TestCallStdStringFunction.py
+++ b/lldb/test/expression_command/call-function/TestCallStdStringFunction.py
@@ -20,14 +20,12 @@ class ExprCommandCallFunctionTestCase(TestBase):
@unittest2.skipUnless(sys.platform.startswith("darwin"), "requires Darwin")
@dsym_test
- @expectedFailurei386
def test_with_dsym(self):
"""Test calling std::String member function."""
self.buildDsym()
self.call_function()
@dwarf_test
- @expectedFailurei386
def test_with_dwarf(self):
"""Test calling std::String member function."""
self.buildDsym()
OpenPOWER on IntegriCloud