diff --git a/sycl/test-e2e/EnqueueFunctions/kernel_shortcuts.cpp b/sycl/test-e2e/EnqueueFunctions/kernel_shortcuts.cpp index 8df4de22a3aa5..7df9de526c5b2 100644 --- a/sycl/test-e2e/EnqueueFunctions/kernel_shortcuts.cpp +++ b/sycl/test-e2e/EnqueueFunctions/kernel_shortcuts.cpp @@ -1,6 +1,8 @@ // REQUIRES: aspect-usm_shared_allocations -// RUN: %{build} -o %t.out -// RUN: %{run} %t.out +// RUN: %{build} -o %t1.out +// RUN: %{run} %t1.out +// RUN: %{build} -D__DPCPP_ENABLE_UNFINISHED_NO_CGH_SUBMIT -o %t2.out +// RUN: %{run} %t2.out // Tests the enqueue free function kernel shortcuts. diff --git a/sycl/test-e2e/FreeFunctionCommands/launch_grouped.cpp b/sycl/test-e2e/FreeFunctionCommands/launch_grouped.cpp index 447ff9aec53b0..4345a7c9b3d2c 100644 --- a/sycl/test-e2e/FreeFunctionCommands/launch_grouped.cpp +++ b/sycl/test-e2e/FreeFunctionCommands/launch_grouped.cpp @@ -1,6 +1,8 @@ // REQUIRES: aspect-usm_shared_allocations -// RUN: %{build} -o %t.out -// RUN: %{run} %t.out +// RUN: %{build} -o %t1.out +// RUN: %{run} %t1.out +// RUN: %{build} -D__DPCPP_ENABLE_UNFINISHED_NO_CGH_SUBMIT -o %t2.out +// RUN: %{run} %t2.out // This test checks whether the free function command launch grouped is valid. diff --git a/sycl/test-e2e/InorderQueue/in_order_kernels.cpp b/sycl/test-e2e/InorderQueue/in_order_kernels.cpp index daa2f553a1ef9..8d4272599247d 100644 --- a/sycl/test-e2e/InorderQueue/in_order_kernels.cpp +++ b/sycl/test-e2e/InorderQueue/in_order_kernels.cpp @@ -1,6 +1,8 @@ // -// RUN: %{build} -o %t.out -// RUN: %{run} %t.out +// RUN: %{build} -o %t1.out +// RUN: %{run} %t1.out +// RUN: %{build} -D__DPCPP_ENABLE_UNFINISHED_NO_CGH_SUBMIT -o %t2.out +// RUN: %{run} %t2.out // SYCL ordered queue kernel shortcut test //