On 18.09.2012, at 18:43, David Blaikie <[email protected]> wrote: > On Tue, Sep 18, 2012 at 6:34 AM, Benjamin Kramer > <[email protected]> wrote: >> Author: d0k >> Date: Tue Sep 18 08:34:01 2012 >> New Revision: 164122 >> >> URL: http://llvm.org/viewvc/llvm-project?rev=164122&view=rev >> Log: >> Disable some tests that fail when the x86 backend isn't built. > > Is there a reason these tests aren't IR level tests? (or direct tests > against LLVM)
I don't see a reason, but I don't really know what they're testing, both bugs were only reported on rdar. - Ben > >> >> Modified: >> cfe/trunk/test/CodeGenObjC/arc-ivar-layout.m >> cfe/trunk/test/CodeGenObjC/debug-info-crash-2.m >> >> Modified: cfe/trunk/test/CodeGenObjC/arc-ivar-layout.m >> URL: >> http://llvm.org/viewvc/llvm-project/cfe/trunk/test/CodeGenObjC/arc-ivar-layout.m?rev=164122&r1=164121&r2=164122&view=diff >> ============================================================================== >> --- cfe/trunk/test/CodeGenObjC/arc-ivar-layout.m (original) >> +++ cfe/trunk/test/CodeGenObjC/arc-ivar-layout.m Tue Sep 18 08:34:01 2012 >> @@ -1,5 +1,6 @@ >> // RUN: %clang_cc1 -fobjc-arc -fobjc-runtime-has-weak -triple >> x86_64-apple-darwin -O0 -S %s -o %t-64.s >> // RUN: FileCheck -check-prefix LP64 --input-file=%t-64.s %s >> +// REQUIRES: x86-64-registered-target >> // rdar://8991729 >> >> @interface NSObject { >> >> Modified: cfe/trunk/test/CodeGenObjC/debug-info-crash-2.m >> URL: >> http://llvm.org/viewvc/llvm-project/cfe/trunk/test/CodeGenObjC/debug-info-crash-2.m?rev=164122&r1=164121&r2=164122&view=diff >> ============================================================================== >> --- cfe/trunk/test/CodeGenObjC/debug-info-crash-2.m (original) >> +++ cfe/trunk/test/CodeGenObjC/debug-info-crash-2.m Tue Sep 18 08:34:01 2012 >> @@ -1,4 +1,6 @@ >> // RUN: %clang_cc1 -triple x86_64-apple-darwin11 -g -S %s -o - >> +// REQUIRES: x86-64-registered-target >> + >> @class Bar; >> @interface Foo >> @property (strong, nonatomic) Bar *window; >> >> >> _______________________________________________ >> cfe-commits mailing list >> [email protected] >> http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits _______________________________________________ cfe-commits mailing list [email protected] http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits
