Skip to content

Commit 72919a0

Browse files
[SYCL][E2E][SYCLBIN] Remove unnecessary leak testing (#19575)
SYCLBIN testing currently runs with leak testing enabled. However, the tests are not intended specifically for leak testing and other CI runs will do leak testing separately, so it can be removed. Signed-off-by: Larsen, Steffen <[email protected]>
1 parent c2edbff commit 72919a0

16 files changed

+16
-16
lines changed

sycl/test-e2e/SYCLBIN/basic_executable.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313

1414
// RUN: %clangxx --offload-new-driver -fsyclbin=executable %{sycl_target_opts} %{syclbin_exec_opts} %S/Inputs/basic_kernel.cpp -o %t.syclbin
1515
// RUN: %{build} -o %t.out
16-
// RUN: %{l0_leak_check} %{run} %t.out %t.syclbin
16+
// RUN: %{run} %t.out %t.syclbin
1717

1818
#define SYCLBIN_EXECUTABLE_STATE
1919

sycl/test-e2e/SYCLBIN/basic_input.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313

1414
// RUN: %clangxx --offload-new-driver -fsyclbin=input %{sycl_target_opts} %S/Inputs/basic_kernel.cpp -o %t.syclbin
1515
// RUN: %{build} -o %t.out
16-
// RUN: %{l0_leak_check} %{run} %t.out %t.syclbin
16+
// RUN: %{run} %t.out %t.syclbin
1717

1818
#define SYCLBIN_INPUT_STATE
1919

sycl/test-e2e/SYCLBIN/basic_object.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616

1717
// RUN: %clangxx --offload-new-driver -fsyclbin=object %{sycl_target_opts} %S/Inputs/basic_kernel.cpp -o %t.syclbin
1818
// RUN: %{build} -o %t.out
19-
// RUN: %{l0_leak_check} %{run} %t.out %t.syclbin
19+
// RUN: %{run} %t.out %t.syclbin
2020

2121
#define SYCLBIN_OBJECT_STATE
2222

sycl/test-e2e/SYCLBIN/dae_executable.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313
// RUN: %clangxx --offload-new-driver -fsyclbin=executable %{sycl_target_opts} %{syclbin_exec_opts} %S/Inputs/dae_kernel.cpp -o %t.syclbin
1414
// RUN: %{build} -o %t.out
15-
// RUN: %{l0_leak_check} %{run} %t.out %t.syclbin
15+
// RUN: %{run} %t.out %t.syclbin
1616

1717
#define SYCLBIN_EXECUTABLE_STATE
1818

sycl/test-e2e/SYCLBIN/dae_input.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313
// RUN: %clangxx --offload-new-driver -fsyclbin=input %{sycl_target_opts} %S/Inputs/dae_kernel.cpp -o %t.syclbin
1414
// RUN: %{build} -o %t.out
15-
// RUN: %{l0_leak_check} %{run} %t.out %t.syclbin
15+
// RUN: %{run} %t.out %t.syclbin
1616

1717
#define SYCLBIN_INPUT_STATE
1818

sycl/test-e2e/SYCLBIN/dae_object.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515

1616
// RUN: %clangxx --offload-new-driver -fsyclbin=object %{sycl_target_opts} %S/Inputs/dae_kernel.cpp -o %t.syclbin
1717
// RUN: %{build} -o %t.out
18-
// RUN: %{l0_leak_check} %{run} %t.out %t.syclbin
18+
// RUN: %{run} %t.out %t.syclbin
1919

2020
#define SYCLBIN_OBJECT_STATE
2121

sycl/test-e2e/SYCLBIN/dg_executable.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818

1919
// RUN: %clangxx --offload-new-driver -fsyclbin=executable %{sycl_target_opts} %{syclbin_exec_opts} %S/Inputs/dg_kernel.cpp -o %t.syclbin
2020
// RUN: %{build} -o %t.out
21-
// RUN: %{l0_leak_check} %{run} %t.out %t.syclbin
21+
// RUN: %{run} %t.out %t.syclbin
2222

2323
#define SYCLBIN_EXECUTABLE_STATE
2424

sycl/test-e2e/SYCLBIN/dg_input.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818

1919
// RUN: %clangxx --offload-new-driver -fsyclbin=input %{sycl_target_opts} %S/Inputs/dg_kernel.cpp -o %t.syclbin
2020
// RUN: %{build} -o %t.out
21-
// RUN: %{l0_leak_check} %{run} %t.out %t.syclbin
21+
// RUN: %{run} %t.out %t.syclbin
2222

2323
#define SYCLBIN_INPUT_STATE
2424

sycl/test-e2e/SYCLBIN/dg_object.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121

2222
// RUN: %clangxx --offload-new-driver -fsyclbin=object %{sycl_target_opts} %S/Inputs/dg_kernel.cpp -o %t.syclbin
2323
// RUN: %{build} -o %t.out
24-
// RUN: %{l0_leak_check} %{run} %t.out %t.syclbin
24+
// RUN: %{run} %t.out %t.syclbin
2525

2626
#define SYCLBIN_OBJECT_STATE
2727

sycl/test-e2e/SYCLBIN/link_input.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
// RUN: %clangxx --offload-new-driver -fsyclbin=input -fsycl-allow-device-image-dependencies %S/Inputs/exporting_function.cpp -o %t.export.syclbin
2020
// RUN: %clangxx --offload-new-driver -fsyclbin=input -fsycl-allow-device-image-dependencies %S/Inputs/importing_kernel.cpp -o %t.import.syclbin
2121
// RUN: %{build} -o %t.out
22-
// RUN: %{l0_leak_check} %{run} %t.out %t.export.syclbin %t.import.syclbin
22+
// RUN: %{run} %t.out %t.export.syclbin %t.import.syclbin
2323

2424
#define SYCLBIN_INPUT_STATE
2525

0 commit comments

Comments
 (0)