[llvm] r188807 - Marking MCJIT PIC tests as XFAIL on arm

David Tweed david.tweed at arm.com
Tue Aug 20 09:39:56 PDT 2013


Hi,

Thanks for doing this: however, it looks like the problem in two of the
cases is that the aarch64 got added at a different point to the arm marking:
I don't care if they go at the beginning or end of the list (which doesn't
look sorted) but it probably makes sense to keep them together.

Cheers,
Dave

--- llvm/trunk/test/ExecutionEngine/MCJIT/eh-lg-pic.ll (original)
-; XFAIL: arm, cygwin, win32, mingw, mips, powerpc64, i686, i386, aarch64
+; XFAIL: arm, cygwin, win32, mingw, mips, powerpc64, i686, i386, aarch64,
arm

--- llvm/trunk/test/ExecutionEngine/MCJIT/eh-sm-pic.ll (original)
-; XFAIL: arm, cygwin, win32, mingw, mips, i686, i386, darwin, aarch64
+; XFAIL: arm, cygwin, win32, mingw, mips, i686, i386, darwin, aarch64, arm







More information about the llvm-commits mailing list