[Openmp-commits] [PATCH] D49801: [test] Remove XFAIL of omp_for_bigbounds.c for Intel Compiler

Jonas Hahnfeld via Phabricator via Openmp-commits openmp-commits at lists.llvm.org
Wed Jul 25 08:11:50 PDT 2018


Hahnfeld created this revision.
Hahnfeld added reviewers: AndreyChurbanov, jlpeyton.
Herald added a subscriber: openmp-commits.

The initial commit said that the test passes with Intel Compiler,
so change XFAIL to only list clang and gcc.


Repository:
  rOMP OpenMP

https://reviews.llvm.org/D49801

Files:
  runtime/test/worksharing/for/omp_for_bigbounds.c


Index: runtime/test/worksharing/for/omp_for_bigbounds.c
===================================================================
--- runtime/test/worksharing/for/omp_for_bigbounds.c
+++ runtime/test/worksharing/for/omp_for_bigbounds.c
@@ -1,7 +1,10 @@
 // RUN: %libomp-compile -DMY_SCHEDULE=static && %libomp-run
 // RUN: %libomp-compile -DMY_SCHEDULE=dynamic && %libomp-run
 // RUN: %libomp-compile -DMY_SCHEDULE=guided && %libomp-run
-// XFAIL: *
+
+// Only works with Intel Compiler since at least version 15.0
+// XFAIL: gcc, clang
+
 /*
  * Test that large bounds are handled properly and calculations of
  * loop iterations don't accidently overflow


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D49801.157275.patch
Type: text/x-patch
Size: 651 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/openmp-commits/attachments/20180725/acd8b6d8/attachment.bin>


More information about the Openmp-commits mailing list