[test] Remove XFAIL of omp_for_bigbounds.c for Intel Compiler

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
This commit is contained in:
Jonas Hahnfeld 2018-07-26 18:14:57 +00:00
parent 2a153101bf
commit 6fbbf27d98

View 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