[llvm] r246261 - XFAIL parallel.ll test on MIPS and AArch64 until test failures can be investigated.
Peter Collingbourne via llvm-commits
llvm-commits at lists.llvm.org
Thu Aug 27 19:14:15 PDT 2015
Author: pcc
Date: Thu Aug 27 21:14:15 2015
New Revision: 246261
URL: http://llvm.org/viewvc/llvm-project?rev=246261&view=rev
Log:
XFAIL parallel.ll test on MIPS and AArch64 until test failures can be investigated.
Modified:
llvm/trunk/test/LTO/X86/parallel.ll
Modified: llvm/trunk/test/LTO/X86/parallel.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/LTO/X86/parallel.ll?rev=246261&r1=246260&r2=246261&view=diff
==============================================================================
--- llvm/trunk/test/LTO/X86/parallel.ll (original)
+++ llvm/trunk/test/LTO/X86/parallel.ll Thu Aug 27 21:14:15 2015
@@ -3,6 +3,9 @@
; RUN: llvm-nm %t.o.0 | FileCheck --check-prefix=CHECK0 %s
; RUN: llvm-nm %t.o.1 | FileCheck --check-prefix=CHECK1 %s
+; FIXME: Investigate test failures on these architecures.
+; XFAIL: mips-, mipsel-, aarch64
+
target triple = "x86_64-unknown-linux-gnu"
; CHECK0-NOT: bar
More information about the llvm-commits
mailing list