From 604182386bc6fd3e9c8a17919de39019c5310126 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miko=C5=82aj=20Komar?= Date: Fri, 4 Apr 2025 09:22:47 +0000 Subject: [PATCH 1/3] Disable fill test for command buffer v2 --- unified-runtime/test/conformance/exp_command_buffer/fill.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/unified-runtime/test/conformance/exp_command_buffer/fill.cpp b/unified-runtime/test/conformance/exp_command_buffer/fill.cpp index e2f03522e544a..d3d84e883cd31 100644 --- a/unified-runtime/test/conformance/exp_command_buffer/fill.cpp +++ b/unified-runtime/test/conformance/exp_command_buffer/fill.cpp @@ -14,6 +14,8 @@ struct testParametersFill { struct urCommandBufferFillCommandsTest : uur::command_buffer::urCommandBufferExpTestWithParam { void SetUp() override { + UUR_KNOWN_FAILURE_ON(uur::LevelZeroV2{}); + UUR_RETURN_ON_FATAL_FAILURE( uur::command_buffer::urCommandBufferExpTestWithParam< testParametersFill>::SetUp()); From 7237bbef73a87dd7fa74d71b12a0da19993b2829 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miko=C5=82aj=20Komar?= Date: Fri, 4 Apr 2025 14:17:27 +0000 Subject: [PATCH 2/3] Add comment describing driver issue --- unified-runtime/test/conformance/exp_command_buffer/fill.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/unified-runtime/test/conformance/exp_command_buffer/fill.cpp b/unified-runtime/test/conformance/exp_command_buffer/fill.cpp index d3d84e883cd31..138aea2c75a6e 100644 --- a/unified-runtime/test/conformance/exp_command_buffer/fill.cpp +++ b/unified-runtime/test/conformance/exp_command_buffer/fill.cpp @@ -14,6 +14,8 @@ struct testParametersFill { struct urCommandBufferFillCommandsTest : uur::command_buffer::urCommandBufferExpTestWithParam { void SetUp() override { + // This test fails due to a bug in the Level-Zero driver, it can be + // reenabled after CI machines get their drivers updated UUR_KNOWN_FAILURE_ON(uur::LevelZeroV2{}); UUR_RETURN_ON_FATAL_FAILURE( From 3941f527612275bd5d8bf1f49d7f88ca62e09bd1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miko=C5=82aj=20Komar?= Date: Fri, 4 Apr 2025 15:08:43 +0000 Subject: [PATCH 3/3] Add issue number to the comment --- unified-runtime/test/conformance/exp_command_buffer/fill.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/unified-runtime/test/conformance/exp_command_buffer/fill.cpp b/unified-runtime/test/conformance/exp_command_buffer/fill.cpp index 138aea2c75a6e..9d0e8b413fdca 100644 --- a/unified-runtime/test/conformance/exp_command_buffer/fill.cpp +++ b/unified-runtime/test/conformance/exp_command_buffer/fill.cpp @@ -16,6 +16,7 @@ struct urCommandBufferFillCommandsTest void SetUp() override { // This test fails due to a bug in the Level-Zero driver, it can be // reenabled after CI machines get their drivers updated + // https://github.com/intel/llvm/issues/17856 UUR_KNOWN_FAILURE_ON(uur::LevelZeroV2{}); UUR_RETURN_ON_FATAL_FAILURE(