Skip objC test on non-darwin platforms
authorDaniel Malea <daniel.malea@intel.com>
Fri, 23 Nov 2012 22:15:09 +0000 (22:15 +0000)
committerDaniel Malea <daniel.malea@intel.com>
Fri, 23 Nov 2012 22:15:09 +0000 (22:15 +0000)
llvm-svn: 168531

lldb/test/expression_command/two-files/TestObjCTypeQueryFromOtherCompileUnit.py

index e618e89..4e7ac41 100644 (file)
@@ -27,6 +27,7 @@ class ObjCTypeQueryTestCase(TestBase):
         self.buildDsym()
         self.type_query_from_other_cu()
 
+    @unittest2.skipUnless(sys.platform.startswith("darwin"), "requires Darwin")
     @dwarf_test
     def test_with_dwarf(self):
         """The expression parser's type search should be wider than the current compilation unit."""