[Openmp-commits] [openmp] 3523f94 - [OpenMP][Test] Disable bug49334.cpp because of its flaky failure

Shilei Tian via Openmp-commits openmp-commits at lists.llvm.org
Mon Nov 28 15:09:05 PST 2022


Author: Shilei Tian
Date: 2022-11-28T18:08:14-05:00
New Revision: 3523f94bfa8773a7dfe7b9a634fcf06fcd2ac3e3

URL: https://github.com/llvm/llvm-project/commit/3523f94bfa8773a7dfe7b9a634fcf06fcd2ac3e3
DIFF: https://github.com/llvm/llvm-project/commit/3523f94bfa8773a7dfe7b9a634fcf06fcd2ac3e3.diff

LOG: [OpenMP][Test] Disable bug49334.cpp because of its flaky failure

Added: 
    

Modified: 
    openmp/libomptarget/test/offloading/bug49334.cpp

Removed: 
    


################################################################################
diff  --git a/openmp/libomptarget/test/offloading/bug49334.cpp b/openmp/libomptarget/test/offloading/bug49334.cpp
index 8168fa1035f00..b127ce39bf0c2 100644
--- a/openmp/libomptarget/test/offloading/bug49334.cpp
+++ b/openmp/libomptarget/test/offloading/bug49334.cpp
@@ -1,4 +1,6 @@
-// RUN: %libomptarget-compilexx-run-and-check-generic
+// The test is disabled for now because of the flaky failure which can cause
+// Buildbot gives false negative results.
+// %libomptarget-compilexx-run-and-check-generic
 
 // Currently hangs on amdgpu
 // UNSUPPORTED: amdgcn-amd-amdhsa


        


More information about the Openmp-commits mailing list