diff options
| author | Olga Malysheva <olga.malysheva@intel.com> | 2017-04-04 14:39:52 +0000 |
|---|---|---|
| committer | Olga Malysheva <olga.malysheva@intel.com> | 2017-04-04 14:39:52 +0000 |
| commit | 80af9c081a667812f8035e4a87a62a07343385c2 (patch) | |
| tree | 6f4150b1ded9677206e5f6369b746085a1d3db8d | |
| parent | 9e4817d49e2baf2310c31db56cf203a9e2e66181 (diff) | |
| download | bcm5719-llvm-80af9c081a667812f8035e4a87a62a07343385c2.tar.gz bcm5719-llvm-80af9c081a667812f8035e4a87a62a07343385c2.zip | |
Test cancellation_for_sections.c expectedly fails on GCC
llvm-svn: 299437
| -rw-r--r-- | openmp/runtime/test/misc_bugs/cancellation_for_sections.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/openmp/runtime/test/misc_bugs/cancellation_for_sections.c b/openmp/runtime/test/misc_bugs/cancellation_for_sections.c index 3d951e48cb5..a5445d48009 100644 --- a/openmp/runtime/test/misc_bugs/cancellation_for_sections.c +++ b/openmp/runtime/test/misc_bugs/cancellation_for_sections.c @@ -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 |

