aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEd Maste <emaste@freebsd.org>2013-07-25 16:08:48 +0000
committerEd Maste <emaste@freebsd.org>2013-07-25 16:08:48 +0000
commit9aa84a120ae567bb5fbdd4a77c744a38e0d85e8b (patch)
tree4e3f626f0714083aa9973952935325766d973cb3
parent6b80ad96e1960e9c5a4c6c5cab09cc7591d4c3f9 (diff)
downloadlldb-9aa84a120ae567bb5fbdd4a77c744a38e0d85e8b.tar.gz
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 git-svn-id: https://llvm.org/svn/llvm-project/lldb/trunk@187127 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--test/lang/cpp/class_types/TestClassTypesDisassembly.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/lang/cpp/class_types/TestClassTypesDisassembly.py b/test/lang/cpp/class_types/TestClassTypesDisassembly.py
index d181923d4..9bc4c7531 100644
--- a/test/lang/cpp/class_types/TestClassTypesDisassembly.py
+++ b/test/lang/cpp/class_types/TestClassTypesDisassembly.py
@@ -20,6 +20,7 @@ class IterateFrameAndDisassembleTestCase(TestBase):
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(TestBase):
@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."""