Skip to content

Commit 3afce99

Browse files
authored
[SYCLomatic][NFC] Disable debug_test on Windows platform temporary. (#2784)
Signed-off-by: Chen, Sheng S <sheng.s.chen@intel.com>
1 parent f846435 commit 3afce99

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

clang/test/dpct/debug_test/vector_add/vectorAdd_build_in_type.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/vector_add %s --cuda-include-path="%cuda-path/include" -- -std=c++17 -x cuda --cuda-host-only
23
// RUN: FileCheck %s --match-full-lines --input-file %T/debug_test/vector_add_codepin_sycl/vectorAdd_build_in_type.dp.cpp
34
// RUN: %if build_lit %{icpx -c -fsycl %T/debug_test/vector_add_codepin_sycl/vectorAdd_build_in_type.dp.cpp -o %T/debug_test/vector_add_codepin_sycl/vectorAdd_build_in_type.dp.o %}

clang/test/dpct/debug_test/vector_add_float3/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/vector_add_float3 %s --cuda-include-path="%cuda-path/include" -- -std=c++17 -x cuda --cuda-host-only
23
// RUN: FileCheck %s --match-full-lines --input-file %T/debug_test/vector_add_float3_codepin_sycl/test.dp.cpp
34
// RUN: %if build_lit %{icpx -c -fsycl %T/debug_test/vector_add_float3_codepin_sycl/test.dp.cpp -o %T/debug_test/vector_add_float3_codepin_sycl/test.dp.o %}

clang/test/dpct/debug_test/vector_add_int3/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/vector_add_int3 %s --cuda-include-path="%cuda-path/include" -- -std=c++17 -x cuda --cuda-host-only
23
// RUN: FileCheck %s --match-full-lines --input-file %T/debug_test/vector_add_int3_codepin_sycl/test.dp.cpp
34
// RUN: %if build_lit %{icpx -c -fsycl %T/debug_test/vector_add_int3_codepin_sycl/test.dp.cpp -o %T/debug_test/vector_add_int3_codepin_sycl/test.dp.o %}

0 commit comments

Comments
 (0)