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 1
1
// ensure that urAdapterRelease is called
2
2
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
4
4
// CHECK: <--- urAdapterRelease
Original file line number Diff line number Diff line change 1
1
// 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
3
3
4
4
// ensure that the adapters are detached AFTER urLoaderTearDown is done
5
5
// 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
4
4
5
5
// ==---- sycl-ls.cpp - SYCL test for consistency of sycl-ls output ---------==//
6
6
//
You can’t perform that action at this time.
0 commit comments