Skip to content

Commit 335ade2

Browse files
Disable RecordReplay/host_task_last (#14527)
The RecordReplay/host_task_last.cpp test failed in #14498 which appears to be the same as was previously reported in #14473. This commit disables the test. Signed-off-by: Larsen, Steffen <[email protected]>
1 parent da02e02 commit 335ade2

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

sycl/test-e2e/Graph/RecordReplay/host_task_last.cpp

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,10 @@
22
// RUN: %{run} %t.out
33
// Extra run to check for leaks in Level Zero using UR_L0_LEAKS_DEBUG
44
// RUN: %if level_zero %{env SYCL_PI_LEVEL_ZERO_USE_IMMEDIATE_COMMANDLISTS=0 %{l0_leak_check} %{run} %t.out 2>&1 | FileCheck %s --implicit-check-not=LEAK %}
5+
6+
// Disabled due to https://github.com/intel/llvm/issues/14473
57
// Extra run to check for immediate-command-list in Level Zero
6-
// RUN: %if level_zero %{env SYCL_PI_LEVEL_ZERO_USE_IMMEDIATE_COMMANDLISTS=1 %{l0_leak_check} %{run} %t.out 2>&1 | FileCheck %s --implicit-check-not=LEAK %}
8+
// xRUN: %if level_zero %{env SYCL_PI_LEVEL_ZERO_USE_IMMEDIATE_COMMANDLISTS=1 %{l0_leak_check} %{run} %t.out 2>&1 | FileCheck %s --implicit-check-not=LEAK %}
79

810
// REQUIRES: aspect-usm_shared_allocations
911

0 commit comments

Comments
 (0)