Add i386-only expectedFailure decorators for current ToT.

llvm-svn: 156855
diff --git a/lldb/test/lang/objc/objc-class-method/TestObjCClassMethod.py b/lldb/test/lang/objc/objc-class-method/TestObjCClassMethod.py
index 5ac41bf..8f05295 100644
--- a/lldb/test/lang/objc/objc-class-method/TestObjCClassMethod.py
+++ b/lldb/test/lang/objc/objc-class-method/TestObjCClassMethod.py
@@ -13,12 +13,14 @@
     @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):