llvm-capstone/openmp/libomptarget/deviceRTLs
Joel E. Denny ba942610f6 [OpenMP] Add scaffolding for negative runtime tests
Without this patch, the openmp project's test suites do not appear to
have support for negative tests.  However, D78170 needs to add a test
that an expected runtime failure occurs.

This patch makes `not` visible in all of the openmp project's test
suites.  In all but `libomptarget/test`, it should be possible for a
test author to insert `not` before a use of the lit substitution for
running a test program.  In `libomptarget/test`, that substitution is
target-specific, and its value is `echo` when the target is not
available.  In that case, inserting `not` before a lit substitution
would expect an `echo` fail, so this patch instead defines a separate
lit substitution for expected runtime fails.

Reviewed By: jdoerfert, Hahnfeld

Differential Revision: https://reviews.llvm.org/D78566
2020-04-21 17:10:50 -04:00
..
amdgcn [libomptarget][nfc] Move non-freestanding headers out of common 2020-03-31 23:43:18 +01:00
common [OpenMP] NFC: Fix trivial typo 2020-04-04 12:06:54 +09:00
nvptx [OpenMP] Add scaffolding for negative runtime tests 2020-04-21 17:10:50 -04:00
CMakeLists.txt [libomptarget][nfc] Disable amdgcn rtl build. The cmake logic for finding llvm is misbehaving. 2020-03-21 00:01:03 +00:00
interface.h [OpenMP] NFC: Fix trivial typo 2020-04-04 12:06:54 +09:00