From 7d2cfa1fd5c5878acd3e8b3f44a6f892a3793f93 Mon Sep 17 00:00:00 2001 From: Jonathan Peyton Date: Tue, 19 Feb 2019 19:00:29 +0000 Subject: [PATCH] [OpenMP] Remove XFAIL for cancellation tests using gcc llvm-svn: 354370 --- openmp/runtime/test/misc_bugs/cancellation_for_sections.c | 1 - openmp/runtime/test/ompt/cancel/cancel_worksharing.c | 2 +- 2 files changed, 1 insertion(+), 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 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