diff options
author | Renato Golin <renato.golin@linaro.org> | 2015-10-30 11:12:36 +0000 |
---|---|---|
committer | Renato Golin <renato.golin@linaro.org> | 2015-10-30 11:12:36 +0000 |
commit | 94b648d3ab76c6a642508da784e24ee54a920540 (patch) | |
tree | 97429f9fe103e3959be99e0f046c87721d2d2f6f /clang/test/Driver/mips-mti-linux.c | |
parent | dc5f82612892b467903a2793e612590dbe5d7848 (diff) | |
download | bcm5719-llvm-94b648d3ab76c6a642508da784e24ee54a920540.tar.gz bcm5719-llvm-94b648d3ab76c6a642508da784e24ee54a920540.zip |
Revert "Try to run and investigate the mips-mti-linux.c test failure on ARM buildbots."
This reverts commit r251695. Debug is meant to be done off tree, not use the buildbots
experiments. I'll help investigate this problem off trunk.
llvm-svn: 251696
Diffstat (limited to 'clang/test/Driver/mips-mti-linux.c')
-rw-r--r-- | clang/test/Driver/mips-mti-linux.c | 13 |
1 files changed, 6 insertions, 7 deletions
diff --git a/clang/test/Driver/mips-mti-linux.c b/clang/test/Driver/mips-mti-linux.c index c19e532884f..c973ed28220 100644 --- a/clang/test/Driver/mips-mti-linux.c +++ b/clang/test/Driver/mips-mti-linux.c @@ -5,15 +5,14 @@ // Ideally, we'd like to have an --llvm-toolchain option similar to // the --gcc-toolchain one. -// XFAIL: i386, i686, x86_64, win32, win64, powerpc64, s390x, r600, xcore, hexagon, sparc, darwin, asan, msan +// RUN: false +// XFAIL: * // = Big-endian, mips32r2, hard float -// RUN: %clang -no-canonical-prefixes %s -### -o %t.o 2>&1 \ -// RUN: --target=mips-mti-linux -mips32r2 -mhard-float \ -// RUN: --sysroot=%S/Inputs/mips_mti_linux/sysroot \ -// RUN: | FileCheck --check-prefix=CHECK-BE-HF-32R2 %s -// -// CHECK-BE-HF-32R2: Looked for crt1.o +// R!N: %clang -no-canonical-prefixes %s -### -o %t.o 2>&1 \ +// R!N: --target=mips-mti-linux -mips32r2 -mhard-float \ +// R!N: --sysroot=%S/Inputs/mips_mti_linux/sysroot \ +// R!N: | FileCheck --check-prefix=CHECK-BE-HF-32R2 %s // // CHECK-BE-HF-32R2: "{{[^"]*}}clang{{[^"]*}}" {{.*}} "-triple" "mips-mti-linux" // CHECK-BE-HF-32R2-SAME: "-fuse-init-array" "-target-cpu" "mips32r2" |