File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 11// ensure that urAdapterRelease is called
22
3- // RUN: env SYCL_UR_TRACE=2 sycl-ls | FileCheck %s
3+ // RUN: env SYCL_UR_TRACE=2 %{run-unfiltered-devices} sycl-ls | FileCheck %s
44// CHECK: <--- urAdapterRelease
Original file line number Diff line number Diff line change 11// REQUIRES: windows
2- // RUN: env SYCL_UR_TRACE=-1 sycl-ls | FileCheck %s
2+ // RUN: env SYCL_UR_TRACE=-1 %{run-unfiltered-devices} sycl-ls | FileCheck %s
33
44// ensure that the adapters are detached AFTER urLoaderTearDown is done
55// executing
Original file line number Diff line number Diff line change 1- // RUN: sycl-ls --verbose | grep "Device \[" | wc -l >%t.verbose.out
2- // RUN: sycl-ls | wc -l >%t.concise.out
3- // RUN: diff %t.verbose.out %t.concise.out
1+ // RUN: %{run-unfiltered-devices} sycl-ls --verbose | grep "Device \[" | wc -l >%t.verbose.out
2+ // RUN: %{run-unfiltered-devices} sycl-ls | wc -l >%t.concise.out
3+ // RUN: %{run-aux} diff %t.verbose.out %t.concise.out
44
55// ==---- sycl-ls.cpp - SYCL test for consistency of sycl-ls output ---------==//
66//
You can’t perform that action at this time.
0 commit comments