[Openmp-commits] [openmp] a106656 - [check-openmp] fix bug49334 bot fails - temporary

Ron Lieberman via Openmp-commits openmp-commits at lists.llvm.org
Mon Nov 28 17:11:09 PST 2022


Author: Ron Lieberman
Date: 2022-11-28T19:10:43-06:00
New Revision: a1066569b827b976bdbee5c92174f145e29e4731

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

LOG: [check-openmp] fix bug49334 bot fails - temporary

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 bcab9f68062ff..2568d50eba2e9 100644
--- a/openmp/libomptarget/test/offloading/bug49334.cpp
+++ b/openmp/libomptarget/test/offloading/bug49334.cpp
@@ -1,6 +1,9 @@
 // The test is disabled for now because of the flaky failure which can cause
 // Buildbot gives false negative results.
 
+// RUN: nothing
+// REQUIRES: testToBeFixed
+
 #include <cassert>
 #include <cmath>
 #include <iostream>


        


More information about the Openmp-commits mailing list