Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/llvm/llvm-project.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/openmp
diff options
context:
space:
mode:
authorJon Chesterfield <jonathanchesterfield@gmail.com>2022-02-01 15:59:35 +0300
committerJon Chesterfield <jonathanchesterfield@gmail.com>2022-02-01 16:01:35 +0300
commit8b7e99c41d613f55733906a0b10e0adccd0b6dd0 (patch)
tree14e2684f5745f9a4a671275beee6c658f4633faa /openmp
parent31b7f8857f4cd9c182b397ebf55db049318b3d7d (diff)
[openmp] Disable tests that presently hang on CI
Diffstat (limited to 'openmp')
-rw-r--r--openmp/libomptarget/test/offloading/bug49021.cpp5
-rw-r--r--openmp/libomptarget/test/offloading/bug51781.c5
2 files changed, 10 insertions, 0 deletions
diff --git a/openmp/libomptarget/test/offloading/bug49021.cpp b/openmp/libomptarget/test/offloading/bug49021.cpp
index 6cd617f7a06b..ca15efc0f6ba 100644
--- a/openmp/libomptarget/test/offloading/bug49021.cpp
+++ b/openmp/libomptarget/test/offloading/bug49021.cpp
@@ -1,5 +1,10 @@
// RUN: %libomptarget-compilexx-generic -O3 && %libomptarget-run-generic
+// Hangs
+// UNSUPPORTED: amdgcn-amd-amdhsa
+// UNSUPPORTED: amdgcn-amd-amdhsa-newRTL
+// UNSUPPORTED: amdgcn-amd-amdhsa-newDriver
+
#include <iostream>
template <typename T> int test_map() {
diff --git a/openmp/libomptarget/test/offloading/bug51781.c b/openmp/libomptarget/test/offloading/bug51781.c
index f3b5f4cc67b9..999e37b8db10 100644
--- a/openmp/libomptarget/test/offloading/bug51781.c
+++ b/openmp/libomptarget/test/offloading/bug51781.c
@@ -32,6 +32,11 @@
//
// CUSTOM: Rewriting generic-mode kernel with a customized state machine.
+// Hangs
+// UNSUPPORTED: amdgcn-amd-amdhsa
+// UNSUPPORTED: amdgcn-amd-amdhsa-newRTL
+// UNSUPPORTED: amdgcn-amd-amdhsa-newDriver
+
#if ADD_REDUCTION
# define REDUCTION(...) reduction(__VA_ARGS__)
#else