Skip to content

Commit 03318d5

Browse files
[SYCL][E2E] Disable multiple assert tests on Windows (#12816)
See #12797.
1 parent c9b017c commit 03318d5

7 files changed

+17
-1
lines changed

sycl/test-e2e/Assert/assert_in_kernels_win.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
// https://github.com/intel/llvm/issues/12797
2+
// UNSUPPORTED: windows
13
// REQUIRES: windows
24
// RUN: %{build} -DSYCL_FALLBACK_ASSERT=1 -o %t.out
35
// Shouldn't fail on ACC as fallback assert isn't enqueued there

sycl/test-e2e/Assert/assert_in_multiple_tus_one_ndebug_win.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
// https://github.com/intel/llvm/issues/12797
2+
// UNSUPPORTED: windows
13
// REQUIRES: windows
24
// RUN: %clangxx -DSYCL_FALLBACK_ASSERT=1 -fsycl -fsycl-targets=%{sycl_triple} -DDEFINE_NDEBUG_INFILE2 -I %S/Inputs %S/assert_in_multiple_tus.cpp %S/Inputs/kernels_in_file2.cpp -o %t.out
35
// Shouldn't fail on ACC as fallback assert isn't enqueued there

sycl/test-e2e/Assert/assert_in_multiple_tus_win.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
// https://github.com/intel/llvm/issues/12797
2+
// UNSUPPORTED: windows
13
// REQUIRES: windows
24
// RUN: %{build} -DSYCL_FALLBACK_ASSERT=1 -I %S/Inputs %S/Inputs/kernels_in_file2.cpp -o %t.out
35
// Shouldn't fail on ACC as fallback assert isn't enqueued there

sycl/test-e2e/Assert/assert_in_one_kernel_win.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
// https://github.com/intel/llvm/issues/12797
2+
// UNSUPPORTED: windows
13
// REQUIRES: windows
24
// RUN: %{build} -DSYCL_FALLBACK_ASSERT=1 -o %t.out
35
// Shouldn't fail on ACC as fallback assert isn't enqueued there

sycl/test-e2e/Assert/assert_in_simultaneous_kernels_win.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
// https://github.com/intel/llvm/issues/12797
2+
// UNSUPPORTED: windows
13
// REQUIRES: windows
24
// RUN: %{build} -DSYCL_FALLBACK_ASSERT=1 -o %t.out %threads_lib
35
//

sycl/test-e2e/Assert/assert_in_simultaneously_multiple_tus.cpp

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@
44
// FIXME: Remove XFAIL one intel/llvm#11364 is resolved
55
// XFAIL: (opencl && gpu)
66
//
7+
// https://github.com/intel/llvm/issues/12797
8+
// UNSUPPORTED: windows
9+
//
710
// RUN: %{build} -DSYCL_FALLBACK_ASSERT=1 -I %S/Inputs %S/Inputs/kernels_in_file2.cpp -o %t.out %threads_lib
811
//
912
// Since this is a multi-threaded application enable memory tracking and

sycl/test-e2e/Assert/assert_in_simultaneously_multiple_tus_one_ndebug.cpp

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,10 @@
44
//
55
// FIXME: Remove XFAIL one intel/llvm#11364 is resolved
66
// XFAIL: (opencl && gpu)
7-
7+
//
8+
// https://github.com/intel/llvm/issues/12797
9+
// UNSUPPORTED: windows
10+
//
811
// RUN: %clangxx -DSYCL_FALLBACK_ASSERT=1 -fsycl -fsycl-targets=%{sycl_triple} -DDEFINE_NDEBUG_INFILE2 -I %S/Inputs %S/assert_in_simultaneously_multiple_tus.cpp %S/Inputs/kernels_in_file2.cpp -o %t.out %threads_lib
912
// RUN: %if cpu %{ %{run} %t.out &> %t.cpu.txt ; FileCheck %s --input-file %t.cpu.txt %}
1013
//

0 commit comments

Comments
 (0)