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

Commit 2227a09

Browse files
[SYCL-MLIR] XFAIL other lits failed on other platforms (#1538)
Some tests were missing from the xfail list in #1536. Signed-off-by: Tsang, Whitney <[email protected]>
1 parent 60d6e4c commit 2227a09

File tree

1 file changed

+12
-1
lines changed

1 file changed

+12
-1
lines changed

SYCL/xfail_tests.txt

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,6 +127,10 @@ Complex/sycl_complex_math_test.cpp
127127
Complex/sycl_complex_operator_test.cpp
128128
Complex/sycl_complex_pow_test.cpp
129129
Complex/sycl_complex_stream_test.cpp
130+
DeviceGlobal/device_global_arrow.cpp
131+
DeviceGlobal/device_global_device_only.cpp
132+
DeviceGlobal/device_global_operator_passthrough.cpp
133+
DeviceGlobal/device_global_subscript.cpp
130134
DeviceLib/ITTAnnotations/atomic.cpp
131135
DeviceLib/assert.cpp
132136
DeviceLib/built-ins/ext_native_math.cpp
@@ -150,6 +154,8 @@ DiscardEvents/discard_events_check_images.cpp
150154
DiscardEvents/discard_events_using_assert.cpp
151155
DotProduct/dot_product_int_test.cpp
152156
DotProduct/dot_product_vec_test.cpp
157+
ESIMD/dword_atomic_cmpxchg.cpp
158+
ESIMD/dword_atomic_smoke.cpp
153159
Functor/functor_inheritance.cpp
154160
GroupAlgorithm/SYCL2020/exclusive_scan.cpp
155161
GroupAlgorithm/SYCL2020/group_broadcast.cpp
@@ -178,6 +184,8 @@ KernelParams/array-kernel-param-run.cpp
178184
KernelParams/union_kernel_param.cpp
179185
OptionalKernelFeatures/is_compatible.cpp
180186
Plugin/enqueue-arg-order-image.cpp
187+
Plugin/interop-level-zero-buffer-multi-dim.cpp
188+
Plugin/level_zero_track_indirect_access_memory.cpp
181189
Printf/char.cpp
182190
Printf/double.cpp
183191
Printf/float.cpp
@@ -216,8 +224,11 @@ Reduction/reduction_usm_dw.cpp
216224
Reduction/regression_after_pr_6343.cpp
217225
Regression/atomic_load.cpp
218226
Regression/group.cpp
227+
Regression/half_operators.cpp
219228
Regression/implicit_atomic_conversion.cpp
220229
Regression/implicit_kernel_bundle_image_filtering.cpp
230+
Regression/reduction_resource_leak_dw.cpp
231+
Regression/reduction_resource_leak_usm.cpp
221232
Regression/unoptimized_stream.cpp
222233
Sampler/basic-rw-float.cpp
223234
Sampler/basic-rw.cpp
@@ -262,8 +273,8 @@ SubGroup/shuffle.cpp
262273
SubGroup/sub_group_as.cpp
263274
SubGroup/sub_group_as_vec.cpp
264275
SubGroup/sub_groups_sycl2020.cpp
265-
SubGroup/vote.cpp
266276
SubGroupMask/Basic.cpp
277+
SubGroupMask/GroupSize.cpp
267278
USM/copy.cpp
268279
USM/fill.cpp
269280
USM/math.cpp

0 commit comments

Comments
 (0)