mirror of
https://github.com/capstone-engine/llvm-capstone.git
synced 2024-12-01 01:31:26 +00:00
[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:
parent
2a153101bf
commit
6fbbf27d98
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user