[llvm] [offload][lit] Enable/disable tests on Level Zero when using DeviceRTL (PR #182128)

Nick Sarnie via llvm-commits llvm-commits at lists.llvm.org
Wed Feb 18 12:53:34 PST 2026


================
@@ -1,6 +1,6 @@
 // RUN: %libomptarget-compile-run-and-check-generic
 // RUN: %libomptarget-compileopt-run-and-check-generic
-// XFAIL: intelgpu
+// REQUIRES: libc
----------------
sarnex wrote:

This test hangs on L0 so I wanted to make it `UNSUPPORTED`, but it was missing `REQUIRES: libc` which all of the other tests in this folder have so this seemed to be the better fix.

https://github.com/llvm/llvm-project/pull/182128


More information about the llvm-commits mailing list