[Openmp-commits] [PATCH] D138738: [openmp] [test] XFAIL many-microtask-args.c on ARM

Natalia Glagoleva via Phabricator via Openmp-commits openmp-commits at lists.llvm.org
Mon Nov 28 09:17:37 PST 2022


natgla 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:
> 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?


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