[Lldb-commits] [lldb] r187127 - Annote expected failures on FreeBSD due to pr14540

Ed Maste emaste at freebsd.org
Thu Jul 25 09:08:48 PDT 2013


Author: emaste
Date: Thu Jul 25 11:08:48 2013
New Revision: 187127

URL: http://llvm.org/viewvc/llvm-project?rev=187127&view=rev
Log:
Annote expected failures on FreeBSD due to pr14540

PR title updated to indicate that FreeBSD is also affected: Backtrace
command does not display c++ member function names on Linux or FreeBSD

Modified:
    lldb/trunk/test/lang/cpp/class_types/TestClassTypesDisassembly.py

Modified: lldb/trunk/test/lang/cpp/class_types/TestClassTypesDisassembly.py
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/test/lang/cpp/class_types/TestClassTypesDisassembly.py?rev=187127&r1=187126&r2=187127&view=diff
==============================================================================
--- lldb/trunk/test/lang/cpp/class_types/TestClassTypesDisassembly.py (original)
+++ lldb/trunk/test/lang/cpp/class_types/TestClassTypesDisassembly.py Thu Jul 25 11:08:48 2013
@@ -20,6 +20,7 @@ class IterateFrameAndDisassembleTestCase
         self.disassemble_call_stack()
 
     @dwarf_test
+    @expectedFailureFreeBSD('llvm.org/pr14540')
     @expectedFailureLinux # due to llvm.org/pr14540
     def test_with_dwarf_and_run_command(self):
         """Disassemble each call frame when stopped on C's constructor."""
@@ -36,6 +37,7 @@ class IterateFrameAndDisassembleTestCase
 
     @python_api_test
     @dwarf_test
+    @expectedFailureFreeBSD('llvm.org/pr14540')
     @expectedFailureLinux # due to llvm.org/pr14540
     def test_with_dwarf_and_python_api(self):
         """Disassemble each call frame when stopped on C's constructor."""





More information about the lldb-commits mailing list