Skip to content

Commit 138d61a

Browse files
alexbatashevbb-sycl
authored andcommitted
[SYCL] Disable flaky tests (intel#812)
1 parent 3b156b8 commit 138d61a

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

SYCL/DiscardEvents/invalid_event.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
// FIXME: Fails on HIP and OpenCL accelerator
2+
// See https://github.com/intel/llvm-test-suite/issues/810
3+
// REQUIRES: TEMPORARILY_DISABLED
24
// UNSUPPORTED: hip, (opencl && accelerator)
35
// RUN: %clangxx -fsycl -fsycl-targets=%sycl_triple %s -o %t.out
46
//

SYCL/Plugin/level_zero_batch_barrier.cpp

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,14 @@
11
<<<<<<< HEAD
2+
<<<<<<< HEAD
23
// See https://github.com/intel/llvm-test-suite/issues/811
34
// REQUIRES: gpu, level_zero, TEMPORARILY_DISABLED
45
=======
56
// REQUIRES: gpu, level_zero
67
>>>>>>> 4508a3f5f ([SYCL] test for barrier batching (#750))
8+
=======
9+
// See https://github.com/intel/llvm-test-suite/issues/811
10+
// REQUIRES: gpu, level_zero, TEMPORARILY_DISABLED
11+
>>>>>>> 977a7ce75 ([SYCL] Disable flaky tests (#812))
712

813
// RUN: %clangxx -fsycl -fsycl-unnamed-lambda -fsycl-targets=%sycl_triple %level_zero_options %s -o %t.out
914
// RUN: env SYCL_PI_TRACE=2 ZE_DEBUG=1 %GPU_RUN_PLACEHOLDER %t.out 2>&1 %GPU_CHECK_PLACEHOLDER

0 commit comments

Comments
 (0)