Skip to content

Commit 1b93b8e

Browse files
Xewar313kbenzie
authored andcommitted
Disable fill test for command buffer v2 (#17844)
This PR disables flaky fill test for command buffer that was enabled in intel/llvm#17709. The issue is connected to the bug in the driver that is patched in new version, but the CI machines still have the old one, which causes it to sometimes fail (for example https://github.com/intel/llvm/actions/runs/14250564960/job/39942652796?pr=17836)
1 parent 279369d commit 1b93b8e

File tree

1 file changed

+5
-0
lines changed
  • test/conformance/exp_command_buffer

1 file changed

+5
-0
lines changed

test/conformance/exp_command_buffer/fill.cpp

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,11 @@ struct testParametersFill {
1414
struct urCommandBufferFillCommandsTest
1515
: uur::command_buffer::urCommandBufferExpTestWithParam<testParametersFill> {
1616
void SetUp() override {
17+
// This test fails due to a bug in the Level-Zero driver, it can be
18+
// reenabled after CI machines get their drivers updated
19+
// https://github.com/intel/llvm/issues/17856
20+
UUR_KNOWN_FAILURE_ON(uur::LevelZeroV2{});
21+
1722
UUR_RETURN_ON_FATAL_FAILURE(
1823
uur::command_buffer::urCommandBufferExpTestWithParam<
1924
testParametersFill>::SetUp());

0 commit comments

Comments
 (0)