llvm-project/openmp/libomptarget/test
Joachim Protze b845217b1d [OpenMP][libomptarget] Separate lit tests for different offloading targets (1/2)
This patch creates a separate test directory for each offloading target to be
tested. This allows to test multiple architectures in one configuration, while
still see all failing tests separately. The lit test names include the target
triple, so that it will be easier to spot the failing target.

This patch also allows to mark expected failing tests based on the
target-triple, as the currently used triple is added to the lit "features":
```
// XFAIL: nvptx64-nvidia-cuda
```

Differential Revision: https://reviews.llvm.org/D101315
2021-04-27 12:30:01 +02:00
..
api [OpenMP] Define omp_is_initial_device() variants in omp.h 2021-04-06 16:58:01 -05:00
env [OPENMP]Fix PR46824: Global declare target pointer cannot be accessed in target region. 2020-07-30 11:18:33 -04:00
mapping [OPENMP]Mark test as unsupported to avoid possible unexpected passes, 2021-04-22 08:06:25 -07:00
offloading [OpenMP] Add function for setting LIBOMPTARGET_INFO at runtime 2021-04-22 12:48:11 -04:00
unified_shared_memory [OpenMP][libomptarget][Tests] fix failing test 2020-11-03 13:15:33 +01:00
CMakeLists.txt [OpenMP][libomptarget] Separate lit tests for different offloading targets (1/2) 2021-04-27 12:30:01 +02:00
lit.cfg [OpenMP][libomptarget] Separate lit tests for different offloading targets (1/2) 2021-04-27 12:30:01 +02:00
lit.site.cfg.in [OpenMP][libomptarget] Separate lit tests for different offloading targets (1/2) 2021-04-27 12:30:01 +02:00