mirror of
https://github.com/intel/llvm.git
synced 2026-01-22 23:49:22 +08:00
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 llvm-svn: 187127
This commit is contained in:
@@ -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."""
|
||||
|
||||
Reference in New Issue
Block a user