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

[SYCL] Disable Printf/long.cpp on FPGA Emu due to the underlying RT issue #686

Merged
merged 1 commit into from
Dec 29, 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/Printf/long.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@
// The test is written using conversion specifiers table from cppreference [1]
// [1]: https://en.cppreference.com/w/cpp/io/c/fprintf
//
// FIXME: Once the Windows OpenCL CPU support is fixed, merge this test's
// FIXME: Once the Windows OpenCL CPU/ACC support is fixed, merge this test's
// contents into the common integer test.
// UNSUPPORTED: (windows && cpu) || hip_amd
// UNSUPPORTED: (windows && (cpu || accelerator)) || hip_amd
//
// RUN: %clangxx -fsycl -fsycl-targets=%sycl_triple %s -o %t.out
// RUN: %CPU_RUN_PLACEHOLDER %t.out %CPU_CHECK_PLACEHOLDER
Expand Down