diff --git a/sycl/test-e2e/Assert/assert_in_kernels_win.cpp b/sycl/test-e2e/Assert/assert_in_kernels_win.cpp index c78cc6ddf5f7a..5a5cda93630a0 100644 --- a/sycl/test-e2e/Assert/assert_in_kernels_win.cpp +++ b/sycl/test-e2e/Assert/assert_in_kernels_win.cpp @@ -1,4 +1,6 @@ // REQUIRES: windows +// REQUIRES-INTEL-DRIVER: win: 101.8247 +// // RUN: %{build} -o %t.out // RUN: %{run} %t.out &> %t.txt ; FileCheck %s --input-file %t.txt // diff --git a/sycl/test-e2e/Assert/assert_in_multiple_tus_win.cpp b/sycl/test-e2e/Assert/assert_in_multiple_tus_win.cpp index cf6c86ae562c2..5a862d754ef03 100644 --- a/sycl/test-e2e/Assert/assert_in_multiple_tus_win.cpp +++ b/sycl/test-e2e/Assert/assert_in_multiple_tus_win.cpp @@ -1,4 +1,5 @@ // REQUIRES: windows +// REQUIRES-INTEL-DRIVER: win: 101.8247 // // RUN: %{build} -I %S/Inputs %S/Inputs/kernels_in_file2.cpp -o %t.out // RUN: %{run} %t.out &> %t.txt ; FileCheck %s --input-file %t.txt diff --git a/sycl/test-e2e/Assert/assert_in_one_kernel_win.cpp b/sycl/test-e2e/Assert/assert_in_one_kernel_win.cpp index 493cf250f2145..c51b1b5944db1 100644 --- a/sycl/test-e2e/Assert/assert_in_one_kernel_win.cpp +++ b/sycl/test-e2e/Assert/assert_in_one_kernel_win.cpp @@ -1,4 +1,6 @@ // REQUIRES: windows +// REQUIRES-INTEL-DRIVER: win: 101.8247 +// // RUN: %{build} -o %t.out // RUN: %{run} %t.out &> %t.txt ; FileCheck %s --input-file %t.txt // diff --git a/sycl/test-e2e/Assert/assert_in_simultaneous_kernels_win.cpp b/sycl/test-e2e/Assert/assert_in_simultaneous_kernels_win.cpp index c1141688de451..8d77221c8583e 100644 --- a/sycl/test-e2e/Assert/assert_in_simultaneous_kernels_win.cpp +++ b/sycl/test-e2e/Assert/assert_in_simultaneous_kernels_win.cpp @@ -1,4 +1,6 @@ // REQUIRES: windows +// REQUIRES-INTEL-DRIVER: win: 101.8247 +// // RUN: %{build} -o %t.out %threads_lib // // Since this is a multi-threaded application enable memory tracking and