[test-suite] r264496 - cmake: Do not check for x86_64(h?)

Matthias Braun via llvm-commits llvm-commits at lists.llvm.org
Wed Mar 30 11:29:24 PDT 2016


With the previous syntax they never ran at all because the cmake system always sets ARCH to x86 even on x86_64 and x86_64h. Anyway I disabled the tests outside of x86 now.

- Matthias

> On Mar 30, 2016, at 7:26 AM, Ulrich Weigand via llvm-commits <llvm-commits at lists.llvm.org> wrote:
> 
> Matthias Braun wrote:
> 
> >-llvm_filter(TMP1 ${ARCH} x86_64 x86_64h)
> >-if("" STREQUAL "${TMP1}")
> >-  list(APPEND PROGRAMS_TO_SKIP ms_struct-bitfield-init-1 ms_struct-bitfield-init ms_struct-bitfield ms_struct_pack_layout-1 ms_struct_pack_layout ms_struct-bitfield-1)
> >-endif()
> 
> This was supposed to skip running the ms_struct tests on non-Intel platforms since they don't actually work there. Now that the check has been removed, I'm seeing those tests being executed and failing e.g. on PowerPC.
> 
> 
> Mit freundlichen Gruessen / Best Regards
> 
> Ulrich Weigand
> 
> -- 
> Dr. Ulrich Weigand | Phone: +49-7031/16-3727
> STSM, GNU/Linux compilers and toolchain
> IBM Deutschland Research & Development GmbH
> Vorsitzende des Aufsichtsrats: Martina Koederitz | Geschäftsführung: Dirk Wittkopp
> Sitz der Gesellschaft: Böblingen | Registergericht: Amtsgericht Stuttgart, HRB 243294
> _______________________________________________
> llvm-commits mailing list
> llvm-commits at lists.llvm.org
> http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-commits

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20160330/e3a661fe/attachment.html>


More information about the llvm-commits mailing list