diff --git a/openmp/runtime/test/misc_bugs/cancellation_for_sections.c b/openmp/runtime/test/misc_bugs/cancellation_for_sections.c index 07a61cb3ed03..7cdaa1f3c5c3 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 7fa83b22c271..4e7e77d0b974 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