[OpenMP] Remove XFAIL for cancellation tests using gcc

llvm-svn: 354370
This commit is contained in:
Jonathan Peyton 2019-02-19 19:00:29 +00:00
parent 154ac075cd
commit 7d2cfa1fd5
2 changed files with 1 additions and 2 deletions

View File

@ -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

View File

@ -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>