Disable data formatter tests on Windows.

clang does not yet support MS-ABI record layout for externally-sourced
ASTs.  As a result, attempting to format something that requires data
layout results in undefined behavior in clang, in this case an assert.

http://llvm.org/pr21800 tracks fixing this on the clang side.

llvm-svn: 223868
This commit is contained in:
Zachary Turner 2014-12-10 00:39:17 +00:00
parent 00eb257f2e
commit 1b0b3e7e9c
2 changed files with 2 additions and 0 deletions

View File

@ -20,6 +20,7 @@ class LibcxxVBoolDataFormatterTestCase(TestBase):
self.data_formatter_commands()
@skipIfLinux # No standard locations for libc++ on Linux, so skip for now
@skipIfWindows # http://llvm.org/pr21800
@dwarf_test
def test_with_dwarf_and_run_command(self):
"""Test data formatter commands."""

View File

@ -26,6 +26,7 @@ class StdVBoolDataFormatterTestCase(TestBase):
# of mis-match is version of libstdc++ supported by
# the data-formatters.
@dwarf_test
@skipIfWindows # http://llvm.org/pr21800
@skipIfDarwin
def test_with_dwarf_and_run_command(self):
"""Test data formatter commands."""