Skip to content

Commit 6699f69

Browse files
author
Colin Davidson
committed
Updated test to refer to a github issue and modified some to be xfails
1 parent 02719a7 commit 6699f69

File tree

53 files changed

+81
-131
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

53 files changed

+81
-131
lines changed

sycl/test-e2e/Adapters/enqueue-arg-order-image.cpp

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,7 @@
2121
// UNSUPPORTED: spirv-backend && arch-intel_gpu_bmg_g21
2222
// UNSUPPORTED-TRACKER: https://github.com/KhronosGroup/SPIRV-Headers/issues/487
2323
// UNSUPPORTED: target-native_cpu
24-
// UNSUPPORTED-INTENDED: Legacy images aren't supported on Native CPU but also
25-
// fail to compile. Bindless images should be used when that is working.
24+
// UNSUPPORTED-TRACKER: https://github.com/intel/llvm/issues/20142
2625

2726
#include <iostream>
2827

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
# Currently mark Native CPU as unsupported, does not compile and should be
22
# investigated and tracked post team transfer
3+
# see https://github.com/intel/llvm/issues/20142
34
config.unsupported_features += ['target-native_cpu']

sycl/test-e2e/Adapters/queue_submit_mode.cpp

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,7 @@
66
// RUN: env %{l0_leak_check} SYCL_PI_LEVEL_ZERO_USE_IMMEDIATE_COMMANDLISTS=1 %{run} %t.out 1 2>&1 | FileCheck %s --check-prefixes=CHECK-IMM
77
//
88
// UNSUPPORTED: target-native_cpu
9-
// UNSUPPORTED-INTENDED: Currently mark Native CPU as unsupported, it should be
10-
// investigated and tracked post team transfer.
9+
// UNSUPPORTED-TRACKER: https://github.com/intel/llvm/issues/20142
1110
//
1211
// Check that queue submission mode is honored when creating queue.
1312
//

sycl/test-e2e/AddressSanitizer/lit.local.cfg

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,7 @@ config.unsupported_features += ['spirv-backend']
2121
# https://github.com/intel/llvm/issues/16920
2222
config.unsupported_features += ['arch-intel_gpu_bmg_g21']
2323

24-
# AddressSanitizer currently not supported for Native CPU, it should be
25-
# investigated and tracked post team transfer.
24+
# https://github.com/intel/llvm/issues/20142
2625
config.unsupported_features += ['target-native_cpu']
2726
unsupported_san_flags = [
2827
# "-fsanitize=address",

sycl/test-e2e/Assert/check_resource_leak.cpp

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,8 @@
77
// TODO: Fails at JIT compilation for some reason.
88
// UNSUPPORTED: hip
99

10-
// UNSUPPORTED: target-native_cpu
11-
// UNSUPPORTED-INTENDED: Currently mark Native CPU as unsupported, it should be
12-
// investigated and tracked post team transfer.
13-
10+
// XFAIL: target-native_cpu
11+
// XFAIL-TRACKER: https://github.com/intel/llvm/issues/20142
1412
#define SYCL_FALLBACK_ASSERT 1
1513

1614
#include <sycl/detail/core.hpp>
Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,2 @@
1-
# BFloat16 not yet supported. It should be investigated and tracked post team
2-
# transfer.
1+
# https://github.com/intel/llvm/issues/20142
32
config.unsupported_features += ['target-native_cpu']

sycl/test-e2e/Basic/built-ins/marray_math.cpp

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,8 @@
33
// RUN: %{build} %{mathflags} -o %t.out
44
// RUN: %{run} %t.out
55
//
6-
// UNSUPPORTED: target-native_cpu
7-
// UNSUPPORTED-INTENDED: Currently mark Native CPU as unsupported, it should be
8-
// investigated and tracked post team transfer
6+
// XFAIL: target-native_cpu
7+
// XFAIL-TRACKER: https://github.com/intel/llvm/issues/20142
98

109
#include <cmath>
1110
#include <sycl/detail/core.hpp>

sycl/test-e2e/Basic/image/lit.local.cfg

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
# unsupported here. Bindless images should be used instead.
88
config.unsupported_features += ['spirv-backend', 'target-amd']
99

10-
# Legacy images aren't supported on Native CPU and also don't compile, so mark
11-
# them unsupported here. Bindless images should be used instead when they are
12-
# working. This should be investigated and tracked post team transfer.
10+
# Legacy images aren't supported on Native CPU. Bindless images should be used
11+
# instead when they are working.
12+
# https://github.com/intel/llvm/issues/20142
1313
config.unsupported_features += ['target-native_cpu']

sycl/test-e2e/Basic/vector/load_store.cpp

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,8 @@
44
// RUN: %if preview-breaking-changes-supported %{ %{build} -fpreview-breaking-changes -o %t2.out %}
55
// RUN: %if preview-breaking-changes-supported %{ %{run} %t2.out %}
66

7-
// UNSUPPORTED: target-native_cpu
8-
// UNSUPPORTED-INTENDED: Currently mark Native CPU as unsupported, it should be
9-
// investigated and tracked post team transfer
7+
// XFAIL: target-native_cpu
8+
// XFAIL-TRACKER: https://github.com/intel/llvm/issues/20142
109

1110
// Tests load and store on sycl::vec.
1211

sycl/test-e2e/Complex/sycl_complex_math_test.cpp

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,8 @@
22

33
// RUN: %{build} -Wno-error=deprecated-declarations -fsycl-device-code-split=per_kernel %{mathflags} -o %t.out
44
// RUN: %{run} %t.out
5-
// UNSUPPORTED: target-native_cpu
6-
// UNSUPPORTED-INTENDED: Currently mark Native CPU as unsupported, it should be
7-
// investigated and tracked post team transfer.
5+
// XFAIL: target-native_cpu
6+
// XFAIL-TRACKER: https://github.com/intel/llvm/issues/20142
87

98
#include "sycl_complex_helper.hpp"
109
#include "sycl_complex_math_test_cases.hpp"

0 commit comments

Comments
 (0)