[Openmp-commits] [openmp] fa06d4d - [OpenMP][Test] Fixed the issue that lit complains test doesn't have run line
Shilei Tian via Openmp-commits
openmp-commits at lists.llvm.org
Mon Nov 28 15:14:36 PST 2022
Author: Shilei Tian
Date: 2022-11-28T18:13:55-05:00
New Revision: fa06d4d3e206d838c8ff8e5a982dc1ffc9b4c1ae
URL: https://github.com/llvm/llvm-project/commit/fa06d4d3e206d838c8ff8e5a982dc1ffc9b4c1ae
DIFF: https://github.com/llvm/llvm-project/commit/fa06d4d3e206d838c8ff8e5a982dc1ffc9b4c1ae.diff
LOG: [OpenMP][Test] Fixed the issue that lit complains test doesn't have run line
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 b127ce39bf0c..bcab9f68062f 100644
--- a/openmp/libomptarget/test/offloading/bug49334.cpp
+++ b/openmp/libomptarget/test/offloading/bug49334.cpp
@@ -1,12 +1,5 @@
// 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
-// UNSUPPORTED: amdgcn-amd-amdhsa-LTO
-// UNSUPPORTED: x86_64-pc-linux-gnu
-// UNSUPPORTED: x86_64-pc-linux-gnu-LTO
#include <cassert>
#include <cmath>
More information about the Openmp-commits
mailing list