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

[SYCL] XFAIL Printf tests for CUDA on Windows #1051

Merged
merged 1 commit into from
Dec 29, 2022
Merged
Show file tree
Hide file tree
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
1 change: 1 addition & 0 deletions SYCL/Printf/char.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
// [1]: https://en.cppreference.com/w/cpp/io/c/fprintf
//
// UNSUPPORTED: hip_amd
// XFAIL: cuda && windows
//
// RUN: %clangxx -fsycl -fsycl-targets=%sycl_triple %s -o %t.out
// RUN: %CPU_RUN_PLACEHOLDER %t.out %CPU_CHECK_PLACEHOLDER
Expand Down
1 change: 1 addition & 0 deletions SYCL/Printf/float.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
// [1]: https://en.cppreference.com/w/cpp/io/c/fprintf
//
// UNSUPPORTED: hip_amd
// XFAIL: cuda && windows
//
// RUN: %clangxx -fsycl -fsycl-targets=%sycl_triple %s -o %t.out
// RUN: %CPU_RUN_PLACEHOLDER %t.out %CPU_CHECK_PLACEHOLDER
Expand Down
1 change: 1 addition & 0 deletions SYCL/Printf/long.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
// FIXME: Once the Windows OpenCL CPU/ACC support is fixed, merge this test's
// contents into the common integer test.
// UNSUPPORTED: (windows && (cpu || accelerator)) || hip_amd
// XFAIL: cuda && windows
//
// RUN: %clangxx -fsycl -fsycl-targets=%sycl_triple %s -o %t.out
// RUN: %CPU_RUN_PLACEHOLDER %t.out %CPU_CHECK_PLACEHOLDER
Expand Down
1 change: 1 addition & 0 deletions SYCL/Printf/mixed-address-space.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
// for constant and generic address space can be used in the same module.
//
// UNSUPPORTED: hip_amd
// XFAIL: cuda && windows
//
// FIXME: Drop the test once generic AS support is considered stable and the
// dedicated constant AS overload of printf is removed from the library.
Expand Down
1 change: 1 addition & 0 deletions SYCL/Printf/percent-symbol.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
// [1]: https://en.cppreference.com/w/cpp/io/c/fprintf
//
// UNSUPPORTED: hip_amd
// XFAIL: cuda && windows
//
// RUN: %clangxx -fsycl -fsycl-targets=%sycl_triple %s -o %t.out
// RUN: %CPU_RUN_PLACEHOLDER %t.out %CPU_CHECK_PLACEHOLDER
Expand Down