Skip to content

Commit 6957858

Browse files
authored
[SYCLomatic] Disable the codepin test cases on Windows temp. (#2793)
Signed-off-by: Chen, Sheng S <sheng.s.chen@intel.com>
1 parent a619d05 commit 6957858

File tree

7 files changed

+7
-0
lines changed

7 files changed

+7
-0
lines changed

clang/test/dpct/debug_test/all_public_dump/test.cu

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
// UNSUPPORTED: system-windows
12
// RUN: dpct --format-range=none --enable-codepin -out-root %T/debug_test/all_public_dump %s --cuda-include-path="%cuda-path/include" -- -std=c++17 -x cuda --cuda-host-only
23
// RUN: FileCheck %S/codepin_autogen_util.hpp.ref --match-full-lines --input-file %T/debug_test/all_public_dump_codepin_sycl/codepin_autogen_util.hpp
34
// RUN: FileCheck %S/codepin_autogen_util.hpp.cuda.ref --match-full-lines --input-file %T/debug_test/all_public_dump_codepin_cuda/codepin_autogen_util.hpp

clang/test/dpct/debug_test/c_file/test_cuda.cu

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
// UNSUPPORTED: system-windows
12
// RUN: echo "test"
23
// SYCL: #include <sycl/sycl.hpp>
34
// SYCL-NEXT: #include <dpct/dpct.hpp>

clang/test/dpct/debug_test/copy_file_in_db/test3.cu

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
// UNSUPPORTED: system-windows
12
// RUN: mkdir -p %T/common
23
// RUN: cd %T
34
// RUN: cat %S/compile_commands.json > %T/compile_commands.json

clang/test/dpct/debug_test/inc_loc_and_name_conflict/test.cu

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
// UNSUPPORTED: system-windows
12
// RUN: dpct --enable-codepin --out-root %T/debug_test/inc_loc_and_name_conflict %s --cuda-include-path="%cuda-path/include"
23
// RUN: FileCheck %s --match-full-lines --input-file %T/debug_test/inc_loc_and_name_conflict_codepin_sycl/test.dp.cpp
34
// RUN: %if build_lit %{icpx -c -fsycl %T/debug_test/inc_loc_and_name_conflict_codepin_sycl/test.dp.cpp -o %T/debug_test/inc_loc_and_name_conflict_codepin_sycl/test.dp.o %}

clang/test/dpct/debug_test/name_conflict/test.cu

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
// UNSUPPORTED: system-windows
12
// RUN: dpct --format-range=none --enable-codepin -out-root %T/debug_test/name_conflict %s %S/test2.cu --cuda-include-path="%cuda-path/include" -- -std=c++17 -x cuda --cuda-host-only
23
// RUN: FileCheck %S/codepin_autogen_util.hpp.ref --match-full-lines --input-file %T/debug_test/name_conflict_codepin_cuda/codepin_autogen_util.hpp
34
// RUN: %if build_lit %{icpx -c -fsycl %T/debug_test/name_conflict_codepin_sycl/test.dp.cpp -o %T/debug_test/name_conflict_codepin_sycl/test.dp.o %}

clang/test/dpct/debug_test/namesapce_alias_all_public_dump/test.cu

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
// UNSUPPORTED: system-windows
12
// RUN: dpct --format-range=none --enable-codepin -out-root %T/debug_test/namesapce_alias_all_public_dump %s --cuda-include-path="%cuda-path/include" -- -std=c++17 -x cuda --cuda-host-only
23
// RUN: FileCheck %S/codepin_autogen_util.hpp.ref --match-full-lines --input-file %T/debug_test/namesapce_alias_all_public_dump_codepin_sycl/codepin_autogen_util.hpp
34
// RUN: FileCheck %S/codepin_autogen_util.hpp.cuda.ref --match-full-lines --input-file %T/debug_test/namesapce_alias_all_public_dump_codepin_cuda/codepin_autogen_util.hpp

clang/test/dpct/debug_test/struct_kernel_call_in_same_namespace/test.cu

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
// UNSUPPORTED: system-windows
12
// RUN: dpct --format-range=none --enable-codepin -out-root %T/debug_test/struct_kernel_call_in_same_namespace %s --cuda-include-path="%cuda-path/include" -- -std=c++17 -x cuda --cuda-host-only
23
// RUN: FileCheck %S/codepin_autogen_util.hpp.ref --match-full-lines --input-file %T/debug_test/struct_kernel_call_in_same_namespace_codepin_sycl/codepin_autogen_util.hpp
34
// RUN: FileCheck %S/codepin_autogen_util.hpp.cuda.ref --match-full-lines --input-file %T/debug_test/struct_kernel_call_in_same_namespace_codepin_cuda/codepin_autogen_util.hpp

0 commit comments

Comments
 (0)