Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [OpenMP] Remove XFAIL for cancellation tests using gcc | Jonathan Peyton | 2019-02-19 | 1 | -1/+0 |
| | | | | llvm-svn: 354370 | ||||
* | [CMake] Detect information about test compiler | Jonas Hahnfeld | 2017-11-30 | 1 | -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 GCC | Olga Malysheva | 2017-04-04 | 1 | -0/+1 |
| | | | | llvm-svn: 299437 | ||||
* | Reset cancellation status for 'parallel', 'sections' and 'for' constracts. | Olga Malysheva | 2017-04-04 | 1 | -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 |