Skip to content

Commit ce6ee6b

Browse files
committed
Add REQUIRES: run-mode to two more tests that failed building
1 parent 62de22c commit ce6ee6b

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

sycl/test-e2e/DeviceGlobal/device_global_copy.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
// RUN: %{build} -std=c++23 -o %t.out
22
// RUN: %{run} %t.out
33
//
4+
// REQUIRES: run-mode
45
// UNSUPPORTED: opencl && gpu
56
// UNSUPPORTED-TRACKER: GSD-4287
67
//

sycl/test-e2e/bindless_images/examples/example_5_sample_cubemap.cpp

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

33
// RUN: %{build} -o %t.out
44
// RUN: %{run} %t.out

0 commit comments

Comments
 (0)