Skip to content

Commit 0ff075d

Browse files
committed
[UR] Skip new command-buffer CTS test on L0 V2
All UR command-buffer CTS tests are marked as XFail on V2 [See CTS generic base class for command-buffer](https://github.com/intel/llvm/blob/sycl/unified-runtime/test/conformance/exp_command_buffer/fixtures.h#L48) This was omitted by accident from the new command-buffer CTS tests added in intel#17494 which don't derive from that base class. Fixed by adding in now.
1 parent 27aae7a commit 0ff075d

File tree

1 file changed

+2
-0
lines changed
  • unified-runtime/test/conformance/exp_command_buffer/native-command

1 file changed

+2
-0
lines changed

unified-runtime/test/conformance/exp_command_buffer/native-command/common.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@ struct urCommandBufferNativeAppendTest : uur::urQueueTest {
1616

1717
UUR_RETURN_ON_FATAL_FAILURE(checkCommandBufferSupport(device));
1818

19+
UUR_KNOWN_FAILURE_ON(uur::LevelZeroV2{});
20+
1921
// Create a static command-buffer
2022
ur_exp_command_buffer_desc_t desc{UR_STRUCTURE_TYPE_EXP_COMMAND_BUFFER_DESC,
2123
nullptr, false, false, false};

0 commit comments

Comments
 (0)