Skip to content

Commit ee0afa0

Browse files
alexbatashevsmaslov-intel
authored andcommitted
[SYCL] Temporarily disable flaky tests (intel#347)
1 parent d2ae36c commit ee0afa0

File tree

4 files changed

+4
-0
lines changed

4 files changed

+4
-0
lines changed

SYCL/KernelAndProgram/basic.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
// UNSUPPORTED: TEMPORARILY_DISABLED
12
// No JITing for host devices.
23
// REQUIRES: opencl || level_zero
34
// RUN: rm -rf %t/cache_dir

SYCL/KernelAndProgram/cache_env_vars.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
// UNSUPPORTED: TEMPORARILY_DISABLED
12
// No JITing for host devices.
23
// REQUIRES: opencl || level_zero
34
// RUN: rm -rf %t/cache_dir

SYCL/Plugin/enqueue-arg-order-buffer.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
// UNSUPPORTED: TEMPORARILY_DISABLED
12
// RUN: %clangxx -fsycl -fsycl-targets=%sycl_triple %s -o %t.out
23
// RUN: env SYCL_PI_TRACE=2 %GPU_RUN_PLACEHOLDER %t.out %GPU_CHECK_PLACEHOLDER
34
// RUN: env SYCL_PI_TRACE=2 %CPU_RUN_PLACEHOLDER %t.out %CPU_CHECK_PLACEHOLDER

SYCL/Tracing/buffer_printers.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
// UNSUPPORTED: TEMPORARILY_DISABLED
12
// RUN: %clangxx -fsycl -fsycl-targets=%sycl_triple %s -o %t.out
23
// RUN: env SYCL_PI_TRACE=2 %GPU_RUN_PLACEHOLDER %t.out %GPU_CHECK_PLACEHOLDER
34
// RUN: env SYCL_PI_TRACE=2 %CPU_RUN_PLACEHOLDER %t.out %CPU_CHECK_PLACEHOLDER

0 commit comments

Comments
 (0)