Skip to content

Commit 6246e20

Browse files
authored
[test-e2e] Disable broken test (intel#13091)
Post-commit testing has been failing for multiple weeks. The root cause of this is sycl/test-e2e/Plugin/interop-level-zero-image.cpp which has been failing on the ARC GPUs consistently. This has clouded other test failures - why should anyone care about post-commit testing if it's already red. We should disable this test to lower the noise level; it's too late to revert the patch that introduced it. See intel#13090
1 parent 2f758db commit 6246e20

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

sycl/test-e2e/Plugin/interop-level-zero-image.cpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@
33
// RUN: %{run} %t.out
44

55
// spir-v gen for legacy images at O0 not working
6-
// UNSUPPORTED: O0
6+
// UNSUPPORTED: gpu-intel-dg2
7+
// This test is currently broken see https://github.com/intel/llvm/issues/13090
78

89
// This test verifies that make_image is working for 1D, 2D and 3D images.
910
// We instantiate an image with L0, set its body, then use a host accessor to

0 commit comments

Comments
 (0)