Skip to content

Commit dda50ca

Browse files
committed
Add XFAIL trackers for several more tests
1 parent 5edd0ad commit dda50ca

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

sycl/test-e2e/Reduction/reduction_nd_conditional.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
// parallel_for with reduction requires work group size not bigger than 1` on
66
// Nvidia.
77
// XFAIL: hip_nvidia
8-
// XFAIL-TRACKER: https://github.com/intel/llvm/issues/14973
8+
// XFAIL-TRACKER: https://github.com/intel/llvm/issues/14973
99
// Windows doesn't yet have full shutdown().
1010
// UNSUPPORTED: ze_debug && windows
1111

sycl/test-e2e/Reduction/reduction_nd_ext_double.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
// work group size not bigger than 1` on Nvidia.
77

88
// XFAIL: hip_nvidia
9-
// XFAIL-TRACKER: https://github.com/intel/llvm/issues/14973
9+
// XFAIL-TRACKER: https://github.com/intel/llvm/issues/14973
1010
// This test performs basic checks of parallel_for(nd_range, reduction, func)
1111
// used with 'double' type.
1212

0 commit comments

Comments
 (0)