diff --git a/sycl/test-e2e/KernelCompiler/opencl.cpp b/sycl/test-e2e/KernelCompiler/opencl.cpp index 746809efb6849..a532ff468bc5f 100644 --- a/sycl/test-e2e/KernelCompiler/opencl.cpp +++ b/sycl/test-e2e/KernelCompiler/opencl.cpp @@ -12,7 +12,6 @@ // -- Test the kernel_compiler with OpenCL source. // RUN: %{build} -o %t.out -// RUN: %{run} %t.out // RUN: %{l0_leak_check} %{run} %t.out // -- Test again, with caching. diff --git a/sycl/test-e2e/KernelCompiler/sycl.cpp b/sycl/test-e2e/KernelCompiler/sycl.cpp index 5bd6d3d20525b..859071a9c3b01 100644 --- a/sycl/test-e2e/KernelCompiler/sycl.cpp +++ b/sycl/test-e2e/KernelCompiler/sycl.cpp @@ -16,7 +16,6 @@ // UNSUPPORTED-TRACKER: https://github.com/intel/llvm/issues/17255 // RUN: %{build} -o %t.out -// RUN: %{run} %t.out // RUN: %{l0_leak_check} %{run} %t.out #include diff --git a/sycl/test-e2e/KernelCompiler/sycl_device_globals.cpp b/sycl/test-e2e/KernelCompiler/sycl_device_globals.cpp index 932e472ffa0dd..0ebb59f42959d 100644 --- a/sycl/test-e2e/KernelCompiler/sycl_device_globals.cpp +++ b/sycl/test-e2e/KernelCompiler/sycl_device_globals.cpp @@ -15,7 +15,6 @@ // UNSUPPORTED-TRACKER: GSD-4287 // RUN: %{build} -o %t.out -// RUN: %{run} %t.out // RUN: %{l0_leak_check} %{run} %t.out #include