Add i386-only expectedFailure decorators for current ToT.
authorJohnny Chen <johnny.chen@apple.com>
Tue, 15 May 2012 21:27:40 +0000 (21:27 +0000)
committerJohnny Chen <johnny.chen@apple.com>
Tue, 15 May 2012 21:27:40 +0000 (21:27 +0000)
llvm-svn: 156855

lldb/test/lang/objc/foundation/TestObjCMethods2.py
lldb/test/lang/objc/objc-class-method/TestObjCClassMethod.py
lldb/test/lang/objc/objc-new-syntax/TestObjCNewSyntax.py

index ff10d5d..84381a9 100644 (file)
@@ -60,12 +60,14 @@ class FoundationTestCase2(TestBase):
         self.buildDwarf()
         self.MyString_dump()
 
+    @expectedFailurei386
     @dsym_test
     def test_NSError_po_with_dsym(self):
         """Test that po of the result of an unknown method doesn't require a cast."""
         self.buildDsym()
         self.NSError_po()
 
+    @expectedFailurei386
     @dwarf_test
     def test_NSError_po_with_dwarf(self):
         """Test that po of the result of an unknown method doesn't require a cast."""
index 5ac41bf..8f05295 100644 (file)
@@ -13,12 +13,14 @@ class TestObjCClassMethod(TestBase):
     @unittest2.skipUnless(sys.platform.startswith("darwin"), "requires Darwin")
     @python_api_test
 
+    @expectedFailurei386
     @dsym_test
     def test_with_dsym_and_python_api(self):
         """Test calling functions in class methods."""
         self.buildDsym()
         self.objc_class_method()
 
+    @expectedFailurei386
     @python_api_test
     @dwarf_test
     def test_with_dwarf_and_python_api(self):
index 777159c..0ce8481 100644 (file)
@@ -13,11 +13,13 @@ class ObjCNewSyntaxTestCase(TestBase):
 
     mydir = os.path.join("lang", "objc", "objc-new-syntax")
 
+    @expectedFailurei386
     @dsym_test
     def test_expr_with_dsym(self):
         self.buildDsym()
         self.expr()
 
+    @expectedFailurei386
     @dwarf_test
     def test_expr_with_dwarf(self):
         self.buildDwarf()