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

Commit 4483357

Browse files
authored
Disable stream test only on host (#137)
Signed-off-by: Sergey Kanaev <[email protected]>
1 parent 199402f commit 4483357

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

SYCL/Basic/stream/stream.cpp

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
11
// RUN: %clangxx -fsycl -fsycl-targets=%sycl_triple %s -o %t.out
2-
// RUN: %HOST_RUN_PLACEHOLDER %t.out %HOST_CHECK_PLACEHOLDER
2+
// FIXME Disabled on host until sporadic failure is fixed
3+
// RUNx: %HOST_RUN_PLACEHOLDER %t.out %HOST_CHECK_PLACEHOLDER
34
// RUN: %CPU_RUN_PLACEHOLDER %t.out %CPU_CHECK_PLACEHOLDER
45
// RUN: %GPU_RUN_ON_LINUX_PLACEHOLDER %t.out %GPU_CHECK_ON_LINUX_PLACEHOLDER
56
// RUN: %ACC_RUN_PLACEHOLDER %t.out %ACC_CHECK_PLACEHOLDER
6-
// Disabled until sporadic failure is fixed
7-
// REQUIRES: TEMPORARY_DISABLED
87

98
//==------------------ stream.cpp - SYCL stream basic test -----------------==//
109
//

0 commit comments

Comments
 (0)