diff options
| author | Johnny Chen <johnny.chen@apple.com> | 2012-04-19 01:07:54 +0000 |
|---|---|---|
| committer | Johnny Chen <johnny.chen@apple.com> | 2012-04-19 01:07:54 +0000 |
| commit | 61f305cdb814772677aba94783737a552038b43f (patch) | |
| tree | cfe527813dbce9781afaa3eed25127e510ab2372 /lldb/test/expression_command/call-function/TestCallStdStringFunction.py | |
| parent | cbcacc6aa3ce635410f07e5bc53d4d881581be4e (diff) | |
| download | bcm5719-llvm-61f305cdb814772677aba94783737a552038b43f.tar.gz bcm5719-llvm-61f305cdb814772677aba94783737a552038b43f.zip | |
Add expected failure decorators for test cases which are failing for i386 architecture.
Plus fix some test cases to skip/succeed for i386.
llvm-svn: 155087
Diffstat (limited to 'lldb/test/expression_command/call-function/TestCallStdStringFunction.py')
| -rw-r--r-- | lldb/test/expression_command/call-function/TestCallStdStringFunction.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lldb/test/expression_command/call-function/TestCallStdStringFunction.py b/lldb/test/expression_command/call-function/TestCallStdStringFunction.py index e9f23da0a84..059c3ac337e 100644 --- a/lldb/test/expression_command/call-function/TestCallStdStringFunction.py +++ b/lldb/test/expression_command/call-function/TestCallStdStringFunction.py @@ -20,12 +20,14 @@ 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() |

