Skipping test case for clang 3.4 due to llvm.org/pr16191

- should resolve remaining buildbot issues with debian/clang builder

llvm-svn: 183044
This commit is contained in:
Daniel Malea 2013-05-31 21:05:23 +00:00
parent 3383b59c39
commit fac51ab5e2
1 changed files with 3 additions and 0 deletions

View File

@ -23,6 +23,9 @@ class Radar9973865DataFormatterTestCase(TestBase):
@dwarf_test
def test_with_dwarf_and_run_command(self):
"""Test data formatter commands."""
if "clang" in self.getCompiler() and "3.4" in self.getCompilerVersion():
self.skipTest("llvm.org/pr16191")
self.buildDwarf()
self.data_formatter_commands()