diff options
| author | Enrico Granata <egranata@apple.com> | 2014-10-16 22:27:17 +0000 |
|---|---|---|
| committer | Enrico Granata <egranata@apple.com> | 2014-10-16 22:27:17 +0000 |
| commit | 83e7f68d39299a8a5ef10189e5ea68f9aef5c5c5 (patch) | |
| tree | 7c099c162e9039844def72a68ea71dd2232bca27 /lldb/test/lang/cpp/dynamic-value/TestCppValueCast.py | |
| parent | 0d976f0699bf54cb313bcb7bbd41b9dbcb6b3cd2 (diff) | |
| download | bcm5719-llvm-83e7f68d39299a8a5ef10189e5ea68f9aef5c5c5.tar.gz bcm5719-llvm-83e7f68d39299a8a5ef10189e5ea68f9aef5c5c5.zip | |
Some more failure to bug tracking
llvm-svn: 219973
Diffstat (limited to 'lldb/test/lang/cpp/dynamic-value/TestCppValueCast.py')
| -rw-r--r-- | lldb/test/lang/cpp/dynamic-value/TestCppValueCast.py | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/lldb/test/lang/cpp/dynamic-value/TestCppValueCast.py b/lldb/test/lang/cpp/dynamic-value/TestCppValueCast.py index df7c46e4545..e3fbcfc2124 100644 --- a/lldb/test/lang/cpp/dynamic-value/TestCppValueCast.py +++ b/lldb/test/lang/cpp/dynamic-value/TestCppValueCast.py @@ -12,8 +12,7 @@ class CppValueCastTestCase(TestBase): mydir = TestBase.compute_mydir(__file__) - # rdar://problem/10808472 SBValue::Cast test case is failing (virtual inheritance) - @unittest2.expectedFailure + @unittest2.expectedFailure("rdar://problem/10808472 SBValue::Cast test case is failing (virtual inheritance)") @unittest2.skipUnless(sys.platform.startswith("darwin"), "requires Darwin") @python_api_test @dsym_test @@ -23,8 +22,7 @@ class CppValueCastTestCase(TestBase): self.setTearDownCleanup(dictionary=self.d_virtual) self.do_sbvalue_cast(self.exe_name) - # rdar://problem/10808472 SBValue::Cast test case is failing (virtual inheritance) - @unittest2.expectedFailure + @unittest2.expectedFailure("rdar://problem/10808472 SBValue::Cast test case is failing (virtual inheritance)") @python_api_test @dwarf_test def test_value_cast_with_dwarf_and_virtual_inheritance(self): |

