Skip to content
This repository was archived by the owner on Mar 28, 2023. It is now read-only.

Commit 69815a4

Browse files
authored
[ESIMD] Temporarily disable the flaky test imulh_umulh.cpp (#1591)
Signed-off-by: Vyacheslav N Klochkov <[email protected]>
1 parent b600b13 commit 69815a4

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

SYCL/ESIMD/imulh_umulh.cpp

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,9 @@
1010
// RUN: %clangxx -fsycl %s -o %t.out
1111
// RUN: %GPU_RUN_PLACEHOLDER %t.out
1212

13+
// TODO: the test gives irregular fails in CI (flaky), disabled until resolved.
14+
// XFAIL: *
15+
1316
// The test verifies ESIMD API that multiplies 2 32-bit integer scalars/vectors
1417
// resulting into 64-bit result and returning the result as 2 parts:
1518
// lower 32-bits in the input modified operand and upper 32-bits as return

0 commit comments

Comments
 (0)