diff options
author | Ed Maste <emaste@freebsd.org> | 2014-09-21 02:24:01 +0000 |
---|---|---|
committer | Ed Maste <emaste@freebsd.org> | 2014-09-21 02:24:01 +0000 |
commit | da7c5b253fbf28e847262b131d44947133e06149 (patch) | |
tree | 667967373d1bd02fc002a22e0bf1b75334a9428c /lldb/test | |
parent | 4b21bac5fd09500f861cb8195bbc5cbe90462acc (diff) | |
download | bcm5719-llvm-da7c5b253fbf28e847262b131d44947133e06149.tar.gz bcm5719-llvm-da7c5b253fbf28e847262b131d44947133e06149.zip |
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
llvm-svn: 218196
Diffstat (limited to 'lldb/test')
-rw-r--r-- | lldb/test/functionalities/data-formatter/data-formatter-stl/libcxx/map/TestDataFormatterLibccMap.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lldb/test/functionalities/data-formatter/data-formatter-stl/libcxx/map/TestDataFormatterLibccMap.py b/lldb/test/functionalities/data-formatter/data-formatter-stl/libcxx/map/TestDataFormatterLibccMap.py index 17ac44fc460..542abaf318d 100644 --- a/lldb/test/functionalities/data-formatter/data-formatter-stl/libcxx/map/TestDataFormatterLibccMap.py +++ b/lldb/test/functionalities/data-formatter/data-formatter-stl/libcxx/map/TestDataFormatterLibccMap.py @@ -19,7 +19,6 @@ class LibcxxMapDataFormatterTestCase(TestBase): 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): |