Skip to content

Commit 1e809d9

Browse files
[SYCL] Mark joint_group_conflict as unsupported on Windows (#6330)
The joint_group_conflict test uses compiler flags for the test that are not recognized when running on Windows. As such, the test is marked as unsupported for Windows. Signed-off-by: Larsen, Steffen <[email protected]>
1 parent 19436ba commit 1e809d9

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

sycl/test/regression/joint_group_conflict.cpp

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
// RUN: %clangxx -fsycl -fsycl-targets=%sycl_triple -fPIC -DCASE1 %s -c -o %t.1.o
22
// RUN: %clangxx -fsycl -fsycl-targets=%sycl_triple -fPIC -DCASE2 %s -c -o %t.2.o
33
// RUN: %clangxx -fsycl -fsycl-targets=%sycl_triple -shared %t.1.o %t.2.o -o %t.so
4+
//
5+
// Some of the above compiler options will not work on Windows.
6+
// UNSUPPORTED: windows
47

58
// Tests that creating a shared library with multiple object files using joint
69
// group operations does not cause conflicting definitions.

0 commit comments

Comments
 (0)