[Openmp-commits] [PATCH] D138738: [openmp] [test] XFAIL many-microtask-args.c on ARM
Martin Storsjö via Phabricator via Openmp-commits
openmp-commits at lists.llvm.org
Mon Nov 28 09:32:17 PST 2022
mstorsjo added inline comments.
================
Comment at: openmp/runtime/test/misc_bugs/many-microtask-args.c:7
+// is used, and that one only currently supports up to 15 arguments.
+// XFAIL: arm
+
----------------
natgla wrote:
> natgla wrote:
> > Does this test now always expect a failure on arm? E.g. with MSVC on Windows it should pass, but it'll expect failure, so if there will be a breaking change test may start failing with MSVC and it'll go unnoticed, correct?
> or is this for arm 32, not aarch64?
This is only for 32 bit arm, arm64 gets `LIBOMP_ARCH=aarch64`.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D138738/new/
https://reviews.llvm.org/D138738
More information about the Openmp-commits
mailing list