File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
unified-runtime/test/conformance/exp_command_buffer Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -22,9 +22,6 @@ struct urEnqueueCommandBufferExpTest
22
22
program_name = " increment" ;
23
23
UUR_RETURN_ON_FATAL_FAILURE (urCommandBufferExpExecutionTest::SetUp ());
24
24
25
- // https://github.com/intel/llvm/issues/18610
26
- UUR_KNOWN_FAILURE_ON (uur::LevelZeroV2{});
27
-
28
25
// Create an in-order queue
29
26
ur_queue_properties_t queue_properties = {
30
27
UR_STRUCTURE_TYPE_QUEUE_PROPERTIES, nullptr , 0 };
@@ -116,6 +113,9 @@ TEST_P(urEnqueueCommandBufferExpTest, SerializeAcrossQueues) {
116
113
// Tests that submitting a command-buffer twice to an out-of-order queue
117
114
// relying on implicit serialization semantics for dependencies.
118
115
TEST_P (urEnqueueCommandBufferExpTest, SerializeOutofOrderQueue) {
116
+ // https://github.com/intel/llvm/issues/18610
117
+ UUR_KNOWN_FAILURE_ON (uur::LevelZeroV2{});
118
+
119
119
ASSERT_SUCCESS (urEnqueueCommandBufferExp (out_of_order_queue, cmd_buf_handle,
120
120
0 , nullptr , nullptr ));
121
121
ASSERT_SUCCESS (urEnqueueCommandBufferExp (out_of_order_queue, cmd_buf_handle,
You can’t perform that action at this time.
0 commit comments