From 5feab7984b49df06ab4f5bac66c5d991b3db3f5c Mon Sep 17 00:00:00 2001 From: Andrei Elovikov Date: Mon, 4 Aug 2025 07:38:31 -0700 Subject: [PATCH] [SYCL][TEST] Skip `free_function_host_compiler.cpp` when using `libcxx` GNU `g++` host compiler doesn't work with libcxx. --- .../free_function_kernels/free_function_host_compiler.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/sycl/test/extensions/free_function_kernels/free_function_host_compiler.cpp b/sycl/test/extensions/free_function_kernels/free_function_host_compiler.cpp index 296ee82184ad5..f468d3e2ffaa0 100644 --- a/sycl/test/extensions/free_function_kernels/free_function_host_compiler.cpp +++ b/sycl/test/extensions/free_function_kernels/free_function_host_compiler.cpp @@ -2,6 +2,7 @@ // RUN: %clangxx -fsycl -fno-sycl-unnamed-lambda %s // RUN: %clangxx -fsycl -fsycl-host-compiler=g++ %s // REQUIRES: linux +// UNSUPPORTED: libcxx // This test serves as a sanity check that compilation succeeds // for a simple free function kernel when using the host compiler