[Openmp-commits] [openmp] 8b7e99c - [openmp] Disable tests that presently hang on CI

Jon Chesterfield via Openmp-commits openmp-commits at lists.llvm.org
Tue Feb 1 05:01:42 PST 2022


Author: Jon Chesterfield
Date: 2022-02-01T13:01:35Z
New Revision: 8b7e99c41d613f55733906a0b10e0adccd0b6dd0

URL: https://github.com/llvm/llvm-project/commit/8b7e99c41d613f55733906a0b10e0adccd0b6dd0
DIFF: https://github.com/llvm/llvm-project/commit/8b7e99c41d613f55733906a0b10e0adccd0b6dd0.diff

LOG: [openmp] Disable tests that presently hang on CI

Added: 
    

Modified: 
    openmp/libomptarget/test/offloading/bug49021.cpp
    openmp/libomptarget/test/offloading/bug51781.c

Removed: 
    


################################################################################
diff  --git a/openmp/libomptarget/test/offloading/bug49021.cpp b/openmp/libomptarget/test/offloading/bug49021.cpp
index 6cd617f7a06bb..ca15efc0f6baf 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 f3b5f4cc67b90..999e37b8db10b 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


        


More information about the Openmp-commits mailing list