[Openmp-commits] [openmp] r299437 - Test cancellation_for_sections.c expectedly fails on GCC
Olga Malysheva via Openmp-commits
openmp-commits at lists.llvm.org
Tue Apr 4 07:39:52 PDT 2017
Author: omalyshe
Date: Tue Apr 4 09:39:52 2017
New Revision: 299437
URL: http://llvm.org/viewvc/llvm-project?rev=299437&view=rev
Log:
Test cancellation_for_sections.c expectedly fails on GCC
Modified:
openmp/trunk/runtime/test/misc_bugs/cancellation_for_sections.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=299437&r1=299436&r2=299437&view=diff
==============================================================================
--- openmp/trunk/runtime/test/misc_bugs/cancellation_for_sections.c (original)
+++ openmp/trunk/runtime/test/misc_bugs/cancellation_for_sections.c Tue Apr 4 09:39:52 2017
@@ -1,4 +1,5 @@
// RUN: %libomp-compile && env OMP_CANCELLATION=true %libomp-run
+// XFAIL: gcc
// Regression test for a bug in cancellation to cover effect of `#pragma omp cancel`
// in a loop construct, on sections construct.
// Pass condition: Cancellation status from `for` does not persist
More information about the Openmp-commits
mailing list