[Lldb-commits] [lldb] r194855 - test: Remove annotation for now-fixed FreeBSD issue pr15302
Ed Maste
emaste at freebsd.org
Fri Nov 15 13:33:30 PST 2013
Author: emaste
Date: Fri Nov 15 15:33:30 2013
New Revision: 194855
URL: http://llvm.org/viewvc/llvm-project?rev=194855&view=rev
Log:
test: Remove annotation for now-fixed FreeBSD issue pr15302
The failure to demangle 'anonymous namespace' on FreeBSD is fixed (twice)
- the failure in FreeBSD's in-tree __cxa_demangle has been addressed
- FreeBSD now uses the copy of the demangler built into lldb, due to other
remaining limitations in the in-tree __cxa_demangle
llvm.org/pr15302
Modified:
lldb/trunk/test/lang/cpp/namespace/TestNamespace.py
Modified: lldb/trunk/test/lang/cpp/namespace/TestNamespace.py
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/test/lang/cpp/namespace/TestNamespace.py?rev=194855&r1=194854&r2=194855&view=diff
==============================================================================
--- lldb/trunk/test/lang/cpp/namespace/TestNamespace.py (original)
+++ lldb/trunk/test/lang/cpp/namespace/TestNamespace.py Fri Nov 15 15:33:30 2013
@@ -22,7 +22,6 @@ class NamespaceTestCase(TestBase):
# rdar://problem/8668674
@expectedFailureGcc # llvm.org/pr15302: lldb does not print 'anonymous namespace' when the inferior is built with GCC (4.7)
- @expectedFailureFreeBSD('llvm.org/pr15302')
@dwarf_test
def test_with_dwarf_and_run_command(self):
"""Test that anonymous and named namespace variables display correctly."""
More information about the lldb-commits
mailing list