[OpenMP] Remove XFAIL for cancellation tests using gcc


git-svn-id: https://llvm.org/svn/llvm-project/openmp/trunk@354370 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/runtime/test/misc_bugs/cancellation_for_sections.c b/runtime/test/misc_bugs/cancellation_for_sections.c
index 07a61cb..7cdaa1f 100644
--- a/runtime/test/misc_bugs/cancellation_for_sections.c
+++ b/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/runtime/test/ompt/cancel/cancel_worksharing.c b/runtime/test/ompt/cancel/cancel_worksharing.c
index 7fa83b2..4e7e77d 100644
--- a/runtime/test/ompt/cancel/cancel_worksharing.c
+++ b/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>