diff options
| author | Jonathan Peyton <jonathan.l.peyton@intel.com> | 2019-02-19 19:00:29 +0000 |
|---|---|---|
| committer | Jonathan Peyton <jonathan.l.peyton@intel.com> | 2019-02-19 19:00:29 +0000 |
| commit | 7d2cfa1fd5c5878acd3e8b3f44a6f892a3793f93 (patch) | |
| tree | 027dc8010c6c8e912a3727d56f6f3726e265929b /openmp/runtime/test | |
| parent | 154ac075cd04520a2b84c3503dd4590d90e233db (diff) | |
| download | bcm5719-llvm-7d2cfa1fd5c5878acd3e8b3f44a6f892a3793f93.tar.gz bcm5719-llvm-7d2cfa1fd5c5878acd3e8b3f44a6f892a3793f93.zip | |
[OpenMP] Remove XFAIL for cancellation tests using gcc
llvm-svn: 354370
Diffstat (limited to 'openmp/runtime/test')
| -rw-r--r-- | openmp/runtime/test/misc_bugs/cancellation_for_sections.c | 1 | ||||
| -rw-r--r-- | openmp/runtime/test/ompt/cancel/cancel_worksharing.c | 2 |
2 files changed, 1 insertions, 2 deletions
diff --git a/openmp/runtime/test/misc_bugs/cancellation_for_sections.c b/openmp/runtime/test/misc_bugs/cancellation_for_sections.c index 07a61cb3ed0..7cdaa1f3c5c 100644 --- a/openmp/runtime/test/misc_bugs/cancellation_for_sections.c +++ b/openmp/runtime/test/misc_bugs/cancellation_for_sections.c @@ -1,5 +1,4 @@ // RUN: %libomp-compile && env OMP_CANCELLATION=true %libomp-run -// XFAIL: gcc // Clang had a bug until version 4.0.1 which resulted in a hang. // UNSUPPORTED: clang-3, clang-4.0.0 diff --git a/openmp/runtime/test/ompt/cancel/cancel_worksharing.c b/openmp/runtime/test/ompt/cancel/cancel_worksharing.c index 7fa83b22c27..4e7e77d0b97 100644 --- a/openmp/runtime/test/ompt/cancel/cancel_worksharing.c +++ b/openmp/runtime/test/ompt/cancel/cancel_worksharing.c @@ -1,7 +1,7 @@ // RUN: %libomp-compile && env OMP_CANCELLATION=true %libomp-run | %sort-threads | FileCheck %s // REQUIRES: ompt // Current GOMP interface implementation does not support cancellation; icc 16 does not distinguish between sections and loops -// XFAIL: gcc, icc-16 +// XFAIL: icc-16 #include "callback.h" #include <unistd.h> |

