Skip to content

Commit 6d3fa32

Browse files
[SYCL] Reduce test time for kernel compiler tests (#17759)
We don't need to run twice (once with leak check, once without). If the leak check isn't there, it still runs
1 parent 3967086 commit 6d3fa32

File tree

3 files changed

+0
-3
lines changed

3 files changed

+0
-3
lines changed

sycl/test-e2e/KernelCompiler/opencl.cpp

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

1313
// -- Test the kernel_compiler with OpenCL source.
1414
// RUN: %{build} -o %t.out
15-
// RUN: %{run} %t.out
1615
// RUN: %{l0_leak_check} %{run} %t.out
1716

1817
// -- Test again, with caching.

sycl/test-e2e/KernelCompiler/sycl.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@
1616
// UNSUPPORTED-TRACKER: https://github.com/intel/llvm/issues/17255
1717

1818
// RUN: %{build} -o %t.out
19-
// RUN: %{run} %t.out
2019
// RUN: %{l0_leak_check} %{run} %t.out
2120

2221
#include <sycl/detail/core.hpp>

sycl/test-e2e/KernelCompiler/sycl_device_globals.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@
1515
// UNSUPPORTED-TRACKER: GSD-4287
1616

1717
// RUN: %{build} -o %t.out
18-
// RUN: %{run} %t.out
1918
// RUN: %{l0_leak_check} %{run} %t.out
2019

2120
#include <sycl/detail/core.hpp>

0 commit comments

Comments
 (0)