Skip to content

Commit cf794bd

Browse files
author
Colin Davidson
committed
Remove xfails from tests which are now fixed in e2e group_sort
1 parent 2853957 commit cf794bd

File tree

4 files changed

+0
-8
lines changed

4 files changed

+0
-8
lines changed

sycl/test-e2e/GroupAlgorithm/SYCL2020/group_sort/array_input_sort.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@
22
// UNSUPPORTED: target-nvidia || target-amd
33
// UNSUPPORTED-INTENDED: subgroup size requirement implicitly make nvptx/amdgcn
44
// not supported
5-
// XFAIL: target-native_cpu
6-
// XFAIL-TRACKER: https://github.com/intel/llvm/issues/20142
75

86
// RUN: %{build} -fsycl-device-code-split=per_kernel -o %t.out
97
// RUN: %{run} %t.out

sycl/test-e2e/GroupAlgorithm/SYCL2020/group_sort/group_and_joint_sort.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,6 @@
1212
// Depends on SPIR-V Backend & run-time drivers version.
1313
// UNSUPPORTED: spirv-backend && cpu
1414
// UNSUPPORTED-TRACKER: CMPLRLLVM-64705
15-
// XFAIL: target-native_cpu
16-
// XFAIL-TRACKER: https://github.com/intel/llvm/issues/20142
1715

1816
// The test verifies sort API extension.
1917
// Currently it checks the following combinations:

sycl/test-e2e/GroupAlgorithm/SYCL2020/group_sort/key_value_array_input_sort.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@
22
// UNSUPPORTED: target-nvidia || target-amd
33
// UNSUPPORTED-INTENDED: subgroup size requirement implicitly make nvptx/amdgcn
44
// not supported
5-
// XFAIL: target-native_cpu
6-
// XFAIL-TRACKER: https://github.com/intel/llvm/issues/20142
75

86
// RUN: %{build} -fsycl-device-code-split=per_kernel -o %t.out
97
// RUN: %{run} %t.out

sycl/test-e2e/GroupAlgorithm/SYCL2020/group_sort/key_value_sort.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@
22
// UNSUPPORTED: target-nvidia || target-amd
33
// UNSUPPORTED-INTENDED: subgroup size requirement implicitly make nvptx/amdgcn
44
// not supported
5-
// XFAIL: target-native_cpu
6-
// XFAIL-TRACKER: https://github.com/intel/llvm/issues/20142
75

86
// RUN: %{build} -fsycl-device-code-split=per_kernel -o %t.out
97
// RUN: %{run} %t.out

0 commit comments

Comments
 (0)