From 4d4606822f046d9455653105fa014b2c4db36a31 Mon Sep 17 00:00:00 2001 From: Callum Fare Date: Wed, 31 Jul 2024 12:46:44 +0100 Subject: [PATCH] Fix XPTI/basic_event_collection_linux failure The test was expecting 'kernel_name' metadata on an edge_create event which should not exist --- sycl/test-e2e/XPTI/basic_event_collection_linux.cpp | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/sycl/test-e2e/XPTI/basic_event_collection_linux.cpp b/sycl/test-e2e/XPTI/basic_event_collection_linux.cpp index 020d263498635..b195678161951 100644 --- a/sycl/test-e2e/XPTI/basic_event_collection_linux.cpp +++ b/sycl/test-e2e/XPTI/basic_event_collection_linux.cpp @@ -3,9 +3,6 @@ // RUN: %{build} -o %t.out // RUN: env UR_ENABLE_LAYERS=UR_LAYER_TRACING env XPTI_TRACE_ENABLE=1 env XPTI_FRAMEWORK_DISPATCHER=%xptifw_dispatcher env XPTI_SUBSCRIBERS=%t_collector.so %{run} %t.out | FileCheck %s -// TODO: Reenable, see https://github.com/intel/llvm/issues/14744 -// UNSUPPORTED: windows, linux - #include "basic_event_collection.inc" // // CHECK: xptiTraceInit: Stream Name = ur @@ -41,8 +38,7 @@ // CHECK-NEXT: Edge create // CHECK-DAG: queue_id : {{.*}} // CHECK-DAG: event : {{.*}} -// CHECK-DAG: kernel_name : virtual_node[{{.*}}] -// CHECK-NEXT: Task begin +// CHECK: Task begin // CHECK-DAG: queue_id : {{.*}} // CHECK-DAG: sym_line_no : {{.*}} // CHECK-DAG: sym_source_file_name : {{.*}}