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

[SYCL] disable test which fails sporadically on Linux #334

Merged
merged 1 commit into from
Jul 1, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions SYCL/ESIMD/fp_call_from_func.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
//
//===----------------------------------------------------------------------===//
// REQUIRES: gpu
// Issue #162 Test timeouts on Windows
// UNSUPPORTED: windows
// Issue #162 Test timeouts on Windows and Linux
// UNSUPPORTED: TEMPORARY_DISABLED
// RUN: %clangxx -Xclang -fsycl-allow-func-ptr -fsycl %s -o %t.out
// RUN: %GPU_RUN_PLACEHOLDER %t.out
// UNSUPPORTED: cuda
Expand Down