summaryrefslogtreecommitdiffstats
path: root/openmp/runtime/test/misc_bugs/cancellation_for_sections.c
Commit message (Collapse)AuthorAgeFilesLines
* [OpenMP] Remove XFAIL for cancellation tests using gccJonathan Peyton2019-02-191-1/+0
| | | | llvm-svn: 354370
* [CMake] Detect information about test compilerJonas Hahnfeld2017-11-301-1/+3
| | | | | | | | | | | | Perform a nested CMake invocation to avoid writing our own parser for compiler versions when we are not testing the in-tree compiler. Use the extracted information to mark a test as unsupported that hangs with Clang prior to version 4.0.1 and restrict tests for libomptarget to Clang version 6.0.0 and later. Differential Revision: https://reviews.llvm.org/D40083 llvm-svn: 319448
* Test cancellation_for_sections.c expectedly fails on GCCOlga Malysheva2017-04-041-0/+1
| | | | llvm-svn: 299437
* Reset cancellation status for 'parallel', 'sections' and 'for' constracts.Olga Malysheva2017-04-041-0/+61
Without this fix cancellation status for parallel, sections and for persists across construct boundaries. Differential Revision: https://reviews.llvm.org/D31419 llvm-svn: 299434
OpenPOWER on IntegriCloud