diff options
| author | Ed Maste <emaste@freebsd.org> | 2013-11-15 21:33:30 +0000 |
|---|---|---|
| committer | Ed Maste <emaste@freebsd.org> | 2013-11-15 21:33:30 +0000 |
| commit | 21ad67b4ef88c147f4667e858e3117b50b3e10c8 (patch) | |
| tree | 4ee6dcc8097cf3fcd8edd97268242b1d02413b1a /lldb/test/lang/cpp/namespace/TestNamespace.py | |
| parent | 7fa60db4a99c651a5d13397b19c3f02189b46c73 (diff) | |
| download | bcm5719-llvm-21ad67b4ef88c147f4667e858e3117b50b3e10c8.tar.gz bcm5719-llvm-21ad67b4ef88c147f4667e858e3117b50b3e10c8.zip | |
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
llvm-svn: 194855
Diffstat (limited to 'lldb/test/lang/cpp/namespace/TestNamespace.py')
| -rw-r--r-- | lldb/test/lang/cpp/namespace/TestNamespace.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lldb/test/lang/cpp/namespace/TestNamespace.py b/lldb/test/lang/cpp/namespace/TestNamespace.py index a3b6366275d..ecfa3308f33 100644 --- a/lldb/test/lang/cpp/namespace/TestNamespace.py +++ b/lldb/test/lang/cpp/namespace/TestNamespace.py @@ -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.""" |

