XFAIL some data formatter tests on Windows.

Fixing these bugs is tracked by http://llvm.org/pr24462.

llvm-svn: 245126
This commit is contained in:
Zachary Turner 2015-08-14 23:29:17 +00:00
parent c714b07433
commit 6e19fe9954
5 changed files with 5 additions and 0 deletions

View File

@ -20,6 +20,7 @@ class CppDataFormatterTestCase(TestBase):
self.data_formatter_commands()
@dwarf_test
@expectedFailureWindows("llvm.org/pr24462") # Data formatters have problems on Windows
def test_with_dwarf_and_run_command(self):
"""Test data formatter commands."""
self.buildDwarf()

View File

@ -20,6 +20,7 @@ class DataFormatterDisablingTestCase(TestBase):
self.data_formatter_commands()
@dwarf_test
@expectedFailureWindows("llvm.org/pr24462") # Data formatters have problems on Windows
def test_with_dwarf_and_run_command(self):
"""Test data formatter commands."""
self.buildDwarf()

View File

@ -20,6 +20,7 @@ class SkipSummaryDataFormatterTestCase(TestBase):
self.data_formatter_commands()
@expectedFailureFreeBSD("llvm.org/pr20548") # fails to build on lab.llvm.org buildbot
@expectedFailureWindows("llvm.org/pr24462") # Data formatters have problems on Windows
@dwarf_test
def test_with_dwarf_and_run_command(self):
"""Test data formatter commands."""

View File

@ -20,6 +20,7 @@ class SmartArrayDataFormatterTestCase(TestBase):
self.data_formatter_commands()
@dwarf_test
@expectedFailureWindows("llvm.org/pr24462") # Data formatters have problems on Windows
def test_with_dwarf_and_run_command(self):
"""Test data formatter commands."""
self.buildDwarf()

View File

@ -20,6 +20,7 @@ class DataFormatterSynthValueTestCase(TestBase):
self.data_formatter_commands()
@skipIfFreeBSD # llvm.org/pr20545 bogus output confuses buildbot parser
@expectedFailureWindows("llvm.org/pr24462") # Data formatters have problems on Windows
@dwarf_test
@expectedFailureLinux('llvm.org/pr19011', ['clang'])
def test_with_dwarf_and_run_command(self):