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

Commit c415287

Browse files
author
Artem Gindinson
authored
Disable long.cpp on FPGA Emu due to the same underlying RT issue (#686)
Signed-off-by: Artem Gindinson <[email protected]>
1 parent 837ca9b commit c415287

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

SYCL/Printf/long.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@
44
// The test is written using conversion specifiers table from cppreference [1]
55
// [1]: https://en.cppreference.com/w/cpp/io/c/fprintf
66
//
7-
// FIXME: Once the Windows OpenCL CPU support is fixed, merge this test's
7+
// FIXME: Once the Windows OpenCL CPU/ACC support is fixed, merge this test's
88
// contents into the common integer test.
9-
// UNSUPPORTED: (windows && cpu) || hip_amd
9+
// UNSUPPORTED: (windows && (cpu || accelerator)) || hip_amd
1010
//
1111
// RUN: %clangxx -fsycl -fsycl-targets=%sycl_triple %s -o %t.out
1212
// RUN: %CPU_RUN_PLACEHOLDER %t.out %CPU_CHECK_PLACEHOLDER

0 commit comments

Comments
 (0)