Skip Test-rdar-9974002 with Clang 3.4 (due to llvm.org/pr16214)
authorDaniel Malea <daniel.malea@intel.com>
Wed, 3 Jul 2013 20:44:40 +0000 (20:44 +0000)
committerDaniel Malea <daniel.malea@intel.com>
Wed, 3 Jul 2013 20:44:40 +0000 (20:44 +0000)
- should resolve remaining failures on clang buildbot

llvm-svn: 185576

lldb/test/functionalities/data-formatter/rdar-9974002/Test-rdar-9974002.py

index 4447953..8aa2d11 100644 (file)
@@ -34,6 +34,9 @@ class Radar9974002DataFormatterTestCase(TestBase):
 
     def data_formatter_commands(self):
         """Test that that file and class static variables display correctly."""
+        if "clang" in self.getCompiler() and "3.4" in self.getCompilerVersion():
+            self.skipTest("llvm.org/pr16214 -- clang emits partial DWARF for structures referenced via typedef")
+
         self.runCmd("file a.out", CURRENT_EXECUTABLE_SET)
 
         lldbutil.run_break_set_by_file_and_line (self, "main.cpp", self.line, num_expected_locations=1, loc_exact=True)