forked from OSchip/llvm-project
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
This commit is contained in:
parent
4b21bac5fd
commit
da7c5b253f
|
@ -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):
|
||||
|
|
Loading…
Reference in New Issue