Skip to content

Commit ee4da02

Browse files
committed
Use run-aux instead of xfailing
1 parent 1c6ff22 commit ee4da02

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed
Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
// REQUIRES: windows
22

3-
// UNSUPPORTED: gpu-intel-gen12 && run-mode && !build-mode
4-
// UNSUPPORTED-TRACKER: https://github.com/intel/llvm/issues/17561
5-
63
// DEFINE: %{sharedflag} = %if cl_options %{/clang:-shared%} %else %{-shared%}
74

8-
// RUN: %clangxx %{sharedflag} -fsycl %{sycl_target_opts} %S\Inputs\kernel_module.cpp -o %t.dll
9-
// RUN: %clangxx -DTEST_SHARED_LIB='"%/t.dll"' -fsycl %{sycl_target_opts} %S\Inputs\kernel_function.cpp -o %t.out
5+
// This test is sensitive to the absolute path of the dll file produced, so we
6+
// run the test completely on the run system to avoid issues.
7+
8+
// RUN: %{run-aux} %clangxx %{sharedflag} -fsycl %{sycl_target_opts} %S\Inputs\kernel_module.cpp -o %t.dll
9+
// RUN: %{run-aux} %clangxx -DTEST_SHARED_LIB='"%/t.dll"' -fsycl %{sycl_target_opts} %S\Inputs\kernel_function.cpp -o %t.out
1010
// RUN: %{run} %t.out

0 commit comments

Comments
 (0)