From c98a37fdd74ab17ca72e6b13b7f6a153a5b68010 Mon Sep 17 00:00:00 2001 From: Ewan Crawford Date: Mon, 10 Jun 2024 14:00:33 +0100 Subject: [PATCH] [SYCL][Graph] Disable flaky Windows test (#14070) `test-e2e/Graph/Explicit/add_nodes_after_finalize.cpp` has been reported as failing on an unrelated PR on Windows - https://github.com/intel/llvm/issues/11852#issuecomment-2151687966 Disable this test in line with how other flaky graphs tests have been disabled on Windows in https://github.com/intel/llvm/pull/13966 The `RecordReplay` equivalent of this Explicit test is already disabled on Windows. --- sycl/test-e2e/Graph/Explicit/add_nodes_after_finalize.cpp | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/sycl/test-e2e/Graph/Explicit/add_nodes_after_finalize.cpp b/sycl/test-e2e/Graph/Explicit/add_nodes_after_finalize.cpp index 9df03725c399..0d9be3226459 100644 --- a/sycl/test-e2e/Graph/Explicit/add_nodes_after_finalize.cpp +++ b/sycl/test-e2e/Graph/Explicit/add_nodes_after_finalize.cpp @@ -4,7 +4,9 @@ // 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 %} // Extra run to check for immediate-command-list in Level Zero // 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 %} -// + +// Test is flaky on Windows, disable until it can be fixed +// UNSUPPORTED: windows #define GRAPH_E2E_EXPLICIT