Skip libc++ data formatter tests on Linux because there is no standard location for...
authorAndrew Kaylor <andrew.kaylor@intel.com>
Wed, 19 Dec 2012 19:32:40 +0000 (19:32 +0000)
committerAndrew Kaylor <andrew.kaylor@intel.com>
Wed, 19 Dec 2012 19:32:40 +0000 (19:32 +0000)
llvm-svn: 170575

lldb/test/functionalities/data-formatter/data-formatter-stl/libcxx/list/TestDataFormatterLibcxxList.py
lldb/test/functionalities/data-formatter/data-formatter-stl/libcxx/map/TestDataFormatterLibccMap.py
lldb/test/functionalities/data-formatter/data-formatter-stl/libcxx/vector/TestDataFormatterLibcxxVector.py

index 394fd70..f075cff 100644 (file)
@@ -19,6 +19,7 @@ class LibcxxListDataFormatterTestCase(TestBase):
         self.buildDsym()
         self.data_formatter_commands()
 
+    @skipOnLinux # No standard locations for libc++ on Linux, so skip for now 
     @dwarf_test
     def test_with_dwarf_and_run_command(self):
         """Test data formatter commands."""
index e851b63..d3630d7 100644 (file)
@@ -19,6 +19,7 @@ class LibcxxMapDataFormatterTestCase(TestBase):
         self.buildDsym()
         self.data_formatter_commands()
 
+    @skipOnLinux # No standard locations for libc++ on Linux, so skip for now 
     @dwarf_test
     def test_with_dwarf_and_run_command(self):
         """Test data formatter commands."""
index 7a28524..6dcb8ca 100644 (file)
@@ -19,6 +19,7 @@ class LibcxxVectorDataFormatterTestCase(TestBase):
         self.buildDsym()
         self.data_formatter_commands()
 
+    @skipOnLinux # No standard locations for libc++ on Linux, so skip for now 
     @dwarf_test
     def test_with_dwarf_and_run_command(self):
         """Test data formatter commands."""