Skip to content

Commit 495645c

Browse files
authored
[SYCL] Fix XPTI/basic_event_collection_linux failure (#14857)
The test was expecting 'kernel_name' metadata on an edge_create event which should not exist It was still sometimes matching anyway but appears to have been a fluke and not intended behavior. Fixes #14744
1 parent 8411a7b commit 495645c

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

sycl/test-e2e/XPTI/basic_event_collection_linux.cpp

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,6 @@
33
// RUN: %{build} -o %t.out
44
// 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
55

6-
// TODO: Reenable, see https://github.com/intel/llvm/issues/14744
7-
// UNSUPPORTED: windows, linux
8-
96
#include "basic_event_collection.inc"
107
//
118
// CHECK: xptiTraceInit: Stream Name = ur
@@ -41,8 +38,7 @@
4138
// CHECK-NEXT: Edge create
4239
// CHECK-DAG: queue_id : {{.*}}
4340
// CHECK-DAG: event : {{.*}}
44-
// CHECK-DAG: kernel_name : virtual_node[{{.*}}]
45-
// CHECK-NEXT: Task begin
41+
// CHECK: Task begin
4642
// CHECK-DAG: queue_id : {{.*}}
4743
// CHECK-DAG: sym_line_no : {{.*}}
4844
// CHECK-DAG: sym_source_file_name : {{.*}}

0 commit comments

Comments
 (0)