From 3523f94bfa8773a7dfe7b9a634fcf06fcd2ac3e3 Mon Sep 17 00:00:00 2001 From: Shilei Tian Date: Mon, 28 Nov 2022 18:08:14 -0500 Subject: [PATCH] [OpenMP][Test] Disable bug49334.cpp because of its flaky failure --- openmp/libomptarget/test/offloading/bug49334.cpp | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/openmp/libomptarget/test/offloading/bug49334.cpp b/openmp/libomptarget/test/offloading/bug49334.cpp index 8168fa1..b127ce3 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 -- 2.7.4