[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
Thu Jul 26 11:15:20 PDT 2018
This revision was automatically updated to reflect the committed changes.
Closed by commit rL338051: [test] Remove XFAIL of omp_for_bigbounds.c for Intel Compiler (authored by Hahnfeld, committed by ).
Herald added a subscriber: llvm-commits.
Changed prior to commit:
https://reviews.llvm.org/D49801?vs=157275&id=157539#toc
Repository:
rL LLVM
https://reviews.llvm.org/D49801
Files:
openmp/trunk/runtime/test/worksharing/for/omp_for_bigbounds.c
Index: openmp/trunk/runtime/test/worksharing/for/omp_for_bigbounds.c
===================================================================
--- openmp/trunk/runtime/test/worksharing/for/omp_for_bigbounds.c
+++ openmp/trunk/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.157539.patch
Type: text/x-patch
Size: 690 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/openmp-commits/attachments/20180726/014209fd/attachment.bin>
More information about the Openmp-commits
mailing list