Skip to content
This repository was archived by the owner on Mar 28, 2023. It is now read-only.

Commit 977a7ce

Browse files
authored
[SYCL] Disable flaky tests (#812)
1 parent cfb578f commit 977a7ce

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
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: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
// REQUIRES: gpu, level_zero
1+
// See https://github.com/intel/llvm-test-suite/issues/811
2+
// REQUIRES: gpu, level_zero, TEMPORARILY_DISABLED
23

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

0 commit comments

Comments
 (0)