Skip to content

Commit 66406c2

Browse files
kbenziegithub-actions[bot]
authored andcommitted
Disable flaky CTS test on L0 v2 (#18636)
Hoists the `UUR_KNOWN_FAILURE_ON()` introduced in intel/llvm#18611 up to the test fixture to also cover `urEnqueueCommandBufferExpTest.SerializeAcrossQueues` in addition to `urEnqueueCommandBufferExpTest.SerializeOutofOrderQueue`.
1 parent e7118ad commit 66406c2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

test/conformance/exp_command_buffer/enqueue.cpp

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,9 @@ struct urEnqueueCommandBufferExpTest
2222
program_name = "increment";
2323
UUR_RETURN_ON_FATAL_FAILURE(urCommandBufferExpExecutionTest::SetUp());
2424

25+
// https://github.com/intel/llvm/issues/18610
26+
UUR_KNOWN_FAILURE_ON(uur::LevelZeroV2{});
27+
2528
// Create an in-order queue
2629
ur_queue_properties_t queue_properties = {
2730
UR_STRUCTURE_TYPE_QUEUE_PROPERTIES, nullptr, 0};
@@ -113,9 +116,6 @@ TEST_P(urEnqueueCommandBufferExpTest, SerializeAcrossQueues) {
113116
// Tests that submitting a command-buffer twice to an out-of-order queue
114117
// relying on implicit serialization semantics for dependencies.
115118
TEST_P(urEnqueueCommandBufferExpTest, SerializeOutofOrderQueue) {
116-
// https://github.com/intel/llvm/issues/18610
117-
UUR_KNOWN_FAILURE_ON(uur::LevelZeroV2{});
118-
119119
ASSERT_SUCCESS(urEnqueueCommandBufferExp(out_of_order_queue, cmd_buf_handle,
120120
0, nullptr, nullptr));
121121
ASSERT_SUCCESS(urEnqueueCommandBufferExp(out_of_order_queue, cmd_buf_handle,

0 commit comments

Comments
 (0)