diff options
author | Daniel Malea <daniel.malea@intel.com> | 2012-11-23 21:59:29 +0000 |
---|---|---|
committer | Daniel Malea <daniel.malea@intel.com> | 2012-11-23 21:59:29 +0000 |
commit | 93aec0f9a9c94320c373b417055dd5e356fb8e73 (patch) | |
tree | 3d97c62fc19aaeda1cf23ca9f2c789cf335511d1 /lldb/test/lang/cpp/exceptions/TestCPPExceptionBreakpoints.py | |
parent | 455fa35e511df0f06486796e5ba9a1e067171739 (diff) | |
download | bcm5719-llvm-93aec0f9a9c94320c373b417055dd5e356fb8e73.tar.gz bcm5719-llvm-93aec0f9a9c94320c373b417055dd5e356fb8e73.zip |
Update test status on Linux
- add decorators @expectedFailLinux and @skipOnLinux
- skip/mark xfail cases due to open bugzillas # 14323, 14416, 14423, 14424, 14425, 14426
Patch by Ashok Thirumurthi!
llvm-svn: 168529
Diffstat (limited to 'lldb/test/lang/cpp/exceptions/TestCPPExceptionBreakpoints.py')
-rw-r--r-- | lldb/test/lang/cpp/exceptions/TestCPPExceptionBreakpoints.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lldb/test/lang/cpp/exceptions/TestCPPExceptionBreakpoints.py b/lldb/test/lang/cpp/exceptions/TestCPPExceptionBreakpoints.py index c294b54dd6e..5b3c9fe89ac 100644 --- a/lldb/test/lang/cpp/exceptions/TestCPPExceptionBreakpoints.py +++ b/lldb/test/lang/cpp/exceptions/TestCPPExceptionBreakpoints.py @@ -19,6 +19,7 @@ class CPPBreakpointTestCase(TestBase): self.buildDsym() self.cpp_exceptions() + @expectedFailureLinux # bugzilla 14423 @dwarf_test def test_with_dwarf(self): """Test lldb exception breakpoint command for CPP.""" |