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

Commit 56176a5

Browse files
author
Artem Gindinson
committed
Fix XFAIL logic
Signed-off-by: Artem Gindinson <[email protected]>
1 parent c2285e0 commit 56176a5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

SYCL/AtomicRef/add-native.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
// RUN: %CPU_RUN_PLACEHOLDER %t.out
66
// TODO: Remove items from XFAIL once corresponding backends support "native"
77
// implementation
8-
// XFAIL: cpu && cuda
8+
// XFAIL: cpu || cuda
99

1010
#include <CL/sycl.hpp>
1111
#include <algorithm>

SYCL/AtomicRef/sub-native.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
// RUN: %CPU_RUN_PLACEHOLDER %t.out
66
// TODO: Remove items from XFAIL once corresponding backends support "native"
77
// implementation
8-
// XFAIL: cpu && cuda
8+
// XFAIL: cpu || cuda
99

1010
#include <CL/sycl.hpp>
1111
#include <algorithm>

0 commit comments

Comments
 (0)