Reworked the test decorators to match the test results on the buildbots.
authorAshok Thirumurthi <ashok.thirumurthi@intel.com>
Fri, 19 Jul 2013 20:22:43 +0000 (20:22 +0000)
committerAshok Thirumurthi <ashok.thirumurthi@intel.com>
Fri, 19 Jul 2013 20:22:43 +0000 (20:22 +0000)
llvm-svn: 186717

lldb/test/functionalities/data-formatter/data-formatter-stl/libstdcpp/vector/TestDataFormatterStdVector.py
lldb/test/functionalities/type_completion/TestTypeCompletion.py

index 4dd4650..ae61f99 100644 (file)
@@ -20,7 +20,7 @@ class StdVectorDataFormatterTestCase(TestBase):
         self.data_formatter_commands()
 
     @dwarf_test
-    @expectedFailureGcc(15301, ["==", "4.6.3"]) # llvm.org/pr15301 LLDB prints incorrect sizes of STL containers
+    @expectedFailureClang # llvm.org/pr15301 LLDB prints incorrect sizes of STL containers
     def test_with_dwarf_and_run_command(self):
         """Test data formatter commands."""
         self.buildDwarf()
index 8f03742..57ee91d 100644 (file)
@@ -21,7 +21,7 @@ class TypeCompletionTestCase(TestBase):
 
     @dwarf_test
     @expectedFailureIcc # often fails with 'NameAndAddress should be valid'
-    @expectedFailureGcc(15301, [">", "4.6"]) # llvm.org/pr15301 LLDB prints incorrect sizes of STL containers
+    # Fails with gcc 4.8.1 with llvm.org/pr15301 LLDB prints incorrect sizes of STL containers
     def test_with_dwarf_and_run_command(self):
         """Check that types only get completed when necessary."""
         self.buildDwarf()