[test] Remove XFAIL of omp_for_bigbounds.c for Intel Compiler
authorJonas Hahnfeld <hahnjo@hahnjo.de>
Thu, 26 Jul 2018 18:14:57 +0000 (18:14 +0000)
committerJonas Hahnfeld <hahnjo@hahnjo.de>
Thu, 26 Jul 2018 18:14:57 +0000 (18:14 +0000)
The initial commit said that the test passes with Intel Compiler,
so change XFAIL to only list clang and gcc.

Differential Revision: https://reviews.llvm.org/D49801

llvm-svn: 338051

openmp/runtime/test/worksharing/for/omp_for_bigbounds.c

index 82f579b..901d760 100644 (file)
@@ -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