Skip to content

Commit 362e8db

Browse files
[SYCL] Disable two failing tests (intel/llvm-test-suite#277)
* [SYCL] Disable two failing tests.
1 parent 0241f64 commit 362e8db

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

SYCL/ESIMD/private_memory/pm_access_1.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,6 @@
88

99
// REQUIRES: gpu
1010
// Sporadic failure in GPU RT 21.16.19610
11-
// UNSUPPORTED: cuda || (level_zero && linux)
11+
// UNSUPPORTED: cuda || (level_zero && linux) || (opencl && linux)
1212
// RUN: %clangxx -fsycl -I%S/.. %S/Inputs/pm_common.cpp -o %t.out
1313
// RUN: %GPU_RUN_PLACEHOLDER %t.out 1

SYCL/Reduction/reduction_nd_ext_half.cpp

+3
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
// Sporadic failure
2+
// UNSUPPORTED: opencl && windows
3+
14
// RUN: %clangxx -fsycl -fsycl-targets=%sycl_triple %s -o %t.out
25
// RUN: %GPU_RUN_PLACEHOLDER %t.out
36

0 commit comments

Comments
 (0)