Skip to content

Commit 194ec74

Browse files
[SYCL][E2E] Use %{run-unfiltered-devices} for sycl-ls RUN lines (#17198)
1 parent 8fc6cb4 commit 194ec74

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
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

sycl/test-e2e/Adapters/dll-detach-order.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
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

sycl/test-e2e/Adapters/sycl-ls.cpp

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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
//

0 commit comments

Comments
 (0)