forked from OSchip/llvm-project
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:
parent
c714b07433
commit
6e19fe9954
|
@ -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()
|
||||
|
|
|
@ -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()
|
||||
|
|
|
@ -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."""
|
||||
|
|
|
@ -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()
|
||||
|
|
|
@ -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):
|
||||
|
|
Loading…
Reference in New Issue