[Lldb-commits] [lldb] r218196 - Enable libcxx map test on FreeBSD again
Ed Maste
emaste at freebsd.org
Sat Sep 20 19:24:01 PDT 2014
Author: emaste
Date: Sat Sep 20 21:24:01 2014
New Revision: 218196
URL: http://llvm.org/viewvc/llvm-project?rev=218196&view=rev
Log:
Enable libcxx map test on FreeBSD again
The test used to trigger an assertion failure "Cannot get layout of
forward declarations!", but it no longer fails when built with
Clang 3.4.1 (system compiler) or 3.5 from SVN on FreeBSD.
llvm.org/pr17231
Modified:
lldb/trunk/test/functionalities/data-formatter/data-formatter-stl/libcxx/map/TestDataFormatterLibccMap.py
Modified: lldb/trunk/test/functionalities/data-formatter/data-formatter-stl/libcxx/map/TestDataFormatterLibccMap.py
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/test/functionalities/data-formatter/data-formatter-stl/libcxx/map/TestDataFormatterLibccMap.py?rev=218196&r1=218195&r2=218196&view=diff
==============================================================================
--- lldb/trunk/test/functionalities/data-formatter/data-formatter-stl/libcxx/map/TestDataFormatterLibccMap.py (original)
+++ lldb/trunk/test/functionalities/data-formatter/data-formatter-stl/libcxx/map/TestDataFormatterLibccMap.py Sat Sep 20 21:24:01 2014
@@ -19,7 +19,6 @@ class LibcxxMapDataFormatterTestCase(Tes
self.buildDsym()
self.data_formatter_commands()
- @skipIfFreeBSD # llvm.org/pr17231
@skipIfLinux # No standard locations for libc++ on Linux, so skip for now
@dwarf_test
def test_with_dwarf_and_run_command(self):
More information about the lldb-commits
mailing list