From 5017bd953c867289327b961c99e2818edb101614 Mon Sep 17 00:00:00 2001 From: "Sarnie, Nick" Date: Wed, 4 Sep 2024 13:20:47 -0700 Subject: [PATCH] [SYCL][E2E] XFAIL no_duplicate_devices.cpp on Linux Gen12 Signed-off-by: Sarnie, Nick --- sycl/test-e2e/OneapiDeviceSelector/no_duplicate_devices.cpp | 3 +++ 1 file changed, 3 insertions(+) diff --git a/sycl/test-e2e/OneapiDeviceSelector/no_duplicate_devices.cpp b/sycl/test-e2e/OneapiDeviceSelector/no_duplicate_devices.cpp index 22b0caf16a79..66dee7dd8f18 100644 --- a/sycl/test-e2e/OneapiDeviceSelector/no_duplicate_devices.cpp +++ b/sycl/test-e2e/OneapiDeviceSelector/no_duplicate_devices.cpp @@ -4,6 +4,9 @@ // RUN: cat tmp.txt | env ONEAPI_DEVICE_SELECTOR="opencl:*,cpu" %{run-unfiltered-devices} %t.out // RUN: cat tmp.txt | env ONEAPI_DEVICE_SELECTOR="opencl:cpu,cpu" %{run-unfiltered-devices} %t.out +// https://github.com/intel/llvm/issues/15288 +// XFAIL: linux && gpu-intel-gen12 + // on the first run we pass a dummy arg to the app. On seeing that, we count the // number of CPU devices and output it. That is piped to a file. On subsequent // runs we cat the file and pipe that to app. The app then compares the number