<html><head><meta http-equiv="Content-Type" content="text/html charset=iso-8859-1"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;" class=""><div class="">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.</div><div class=""><br class=""></div><div class="">- Matthias</div><br class=""><div><blockquote type="cite" class=""><div class="">On Mar 30, 2016, at 7:26 AM, Ulrich Weigand via llvm-commits <<a href="mailto:llvm-commits@lists.llvm.org" class="">llvm-commits@lists.llvm.org</a>> wrote:</div><br class="Apple-interchange-newline"><div class=""><div class=""><p class="">Matthias Braun wrote:<br class=""><br class=""><tt class=""><font size="4" class="">>-llvm_filter(TMP1 ${ARCH} x86_64 x86_64h)<br class="">>-if("" STREQUAL "${TMP1}")<br class="">>-  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)<br class="">>-endif()</font></tt><br class=""><br class="">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.<br class=""><br class=""><br class="">Mit freundlichen Gruessen / Best Regards<br class=""><br class="">Ulrich Weigand<br class=""><br class="">-- <br class="">  Dr. Ulrich Weigand | Phone: +49-7031/16-3727<br class="">  STSM, GNU/Linux compilers and toolchain<br class="">  IBM Deutschland Research & Development GmbH<br class="">  Vorsitzende des Aufsichtsrats: Martina Koederitz | Geschäftsführung: Dirk Wittkopp<br class="">  Sitz der Gesellschaft: Böblingen | Registergericht: Amtsgericht Stuttgart, HRB 243294<br class="">
</p></div>
_______________________________________________<br class="">llvm-commits mailing list<br class=""><a href="mailto:llvm-commits@lists.llvm.org" class="">llvm-commits@lists.llvm.org</a><br class="">http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-commits<br class=""></div></blockquote></div><br class=""></body></html>