Skip to content

Commit fd6f6a2

Browse files
authored
[SYCL-E2E] Disable Basic/std_array.cpp for GEN12 on Windows (#18459)
Post-commit failure introduced by #18400 and tracked in #18458.
1 parent b0ce088 commit fd6f6a2

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

sycl/test-e2e/Basic/std_array.cpp

+2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
// Check that std::array is supported on device in debug mode on Windows.
22

33
// REQUIRES: windows
4+
// UNSUPPORTED: gpu-intel-gen12
5+
// UNSUPPORTED-TRACKER: https://github.com/intel/llvm/issues/18458
46

57
// RUN: %clangxx --driver-mode=cl -fsycl -o %t.exe %s /Od /MDd /Zi /EHsc
68
// RUN: %{run} %t.exe

0 commit comments

Comments
 (0)