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

Commit 0487154

Browse files
authored
[SYCL] disable test which fails sporadicaly on Linux (#334)
1 parent 82e88e1 commit 0487154

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

SYCL/ESIMD/fp_call_from_func.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66
//
77
//===----------------------------------------------------------------------===//
88
// REQUIRES: gpu
9-
// Issue #162 Test timeouts on Windows
10-
// UNSUPPORTED: windows
9+
// Issue #162 Test timeouts on Windows and Linux
10+
// UNSUPPORTED: TEMPORARY_DISABLED
1111
// RUN: %clangxx -Xclang -fsycl-allow-func-ptr -fsycl %s -o %t.out
1212
// RUN: %GPU_RUN_PLACEHOLDER %t.out
1313
// UNSUPPORTED: cuda

0 commit comments

Comments
 (0)