Skip to content

Commit

Permalink
[test-e2e] Disable broken test (#13091)
Browse files Browse the repository at this point in the history
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 #13090
  • Loading branch information
ldrumm authored Mar 22, 2024
1 parent 2f758db commit 6246e20
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion sycl/test-e2e/Plugin/interop-level-zero-image.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@
// RUN: %{run} %t.out

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

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

1 comment on commit 6246e20

@ldrumm
Copy link
Contributor Author

@ldrumm ldrumm commented on 6246e20 Mar 22, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Okay that wasn't enough

I'm going with the nuclear option: UNSUPPORTED: true

Please sign in to comment.