[Openmp-commits] [openmp] r354370 - [OpenMP] Remove XFAIL for cancellation tests using gcc
Jonathan Peyton via Openmp-commits
openmp-commits at lists.llvm.org
Tue Feb 19 11:00:30 PST 2019
Author: jlpeyton
Date: Tue Feb 19 11:00:29 2019
New Revision: 354370
URL: http://llvm.org/viewvc/llvm-project?rev=354370&view=rev
Log:
[OpenMP] Remove XFAIL for cancellation tests using gcc
Modified:
openmp/trunk/runtime/test/misc_bugs/cancellation_for_sections.c
openmp/trunk/runtime/test/ompt/cancel/cancel_worksharing.c
Modified: openmp/trunk/runtime/test/misc_bugs/cancellation_for_sections.c
URL: http://llvm.org/viewvc/llvm-project/openmp/trunk/runtime/test/misc_bugs/cancellation_for_sections.c?rev=354370&r1=354369&r2=354370&view=diff
==============================================================================
--- openmp/trunk/runtime/test/misc_bugs/cancellation_for_sections.c (original)
+++ openmp/trunk/runtime/test/misc_bugs/cancellation_for_sections.c Tue Feb 19 11:00:29 2019
@@ -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
Modified: openmp/trunk/runtime/test/ompt/cancel/cancel_worksharing.c
URL: http://llvm.org/viewvc/llvm-project/openmp/trunk/runtime/test/ompt/cancel/cancel_worksharing.c?rev=354370&r1=354369&r2=354370&view=diff
==============================================================================
--- openmp/trunk/runtime/test/ompt/cancel/cancel_worksharing.c (original)
+++ openmp/trunk/runtime/test/ompt/cancel/cancel_worksharing.c Tue Feb 19 11:00:29 2019
@@ -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>
More information about the Openmp-commits
mailing list