Skip to content

Commit f027234

Browse files
committed
Remove REQUIRES: run-mode from tests that requires windows
1 parent ce6ee6b commit f027234

File tree

8 files changed

+8
-8
lines changed

8 files changed

+8
-8
lines changed

sycl/test-e2e/Basic/windows_version_agnostic_sycl_lib.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// REQUIRES: windows, run-mode
1+
// REQUIRES: windows
22

33
// RUN: %clangxx --driver-mode=cl /std:c++17 /EHsc -I%sycl_include -I%opencl_include_dir %s -o %t.out /link /defaultlib:%sycl_static_libs_dir/sycl.lib
44
// RUN: %{run} %t.out

sycl/test-e2e/DeviceLib/math_fp64_windows_test.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// REQUIRES: aspect-fp64, windows, run-mode
1+
// REQUIRES: aspect-fp64, windows
22

33
// DEFINE: %{mathflags} = %if cl_options %{/clang:-fno-fast-math%} %else %{-fno-fast-math%}
44

sycl/test-e2e/DeviceLib/math_windows_test.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// REQUIRES: windows, run-mode
1+
// REQUIRES: windows
22

33
// TODO: Add hypotf case back when the missing symbol is fixed.
44

sycl/test-e2e/Plugin/dll-detach-order.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// REQUIRES: windows, run-mode
1+
// REQUIRES: windows
22
// RUN: env SYCL_UR_TRACE=-1 sycl-ls | FileCheck %s
33

44
// ensure that the plugins are detached AFTER urLoaderTearDown is done executing

sycl/test-e2e/Regression/compile_on_win_with_mdd.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// REQUIRES: windows, run-mode
1+
// REQUIRES: windows
22

33
// RUN: %clangxx --driver-mode=cl -fsycl /MDd -c %s -o %t.obj
44
// RUN: %clangxx --driver-mode=cl -fsycl %t.obj -Wno-unused-command-line-argument -o %t.out

sycl/test-e2e/Regression/fsycl-host-compiler-win.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// RUN: %{build} -fsycl-host-compiler=cl -DDEFINE_CHECK -fsycl-host-compiler-options="-DDEFINE_CHECK /std:c++17 /Zc:__cplusplus" -o %t.exe
22
// RUN: %{run} %t.exe
3-
// REQUIRES: windows, run-mode
3+
// REQUIRES: windows
44
//
55
//==------- fsycl-host-compiler-win.cpp - external host compiler test ------==//
66
//

sycl/test-e2e/bindless_images/dx12_interop/read_write_unsampled.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// REQUIRES: aspect-ext_oneapi_bindless_images
2-
// REQUIRES: windows, run-mode
2+
// REQUIRES: windows
33

44
// RUN: %{build} -l d3d12 -l dxgi -l dxguid -o %t.out
55
// RUN: %{run-unfiltered-devices} env NEOReadDebugKeys=1 UseBindlessMode=1 UseExternalAllocatorForSshAndDsh=1 %t.out

sycl/test-e2e/syclcompat/kernel/kernel_win.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// REQUIRES: windows, run-mode
1+
// REQUIRES: windows
22

33
// DEFINE: %{sharedflag} = %if cl_options %{/clang:-shared%} %else %{-shared%}
44

0 commit comments

Comments
 (0)