Skip to content

Commit 934ab99

Browse files
committed
TEMP: skips for broadcast_shapes
1 parent 83cc2fc commit 934ab99

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

dask-xfails.txt

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -129,6 +129,11 @@ array_api_tests/test_linalg.py::test_matrix_norm
129129
array_api_tests/test_linalg.py::test_qr
130130
array_api_tests/test_manipulation_functions.py::test_roll
131131

132+
# 2025.12 support
133+
array_api_tests/test_data_type_functions.py::TestBroadcastShapes::test_broadcast_shapes
134+
array_api_tests/test_data_type_functions.py::TestBroadcastShapes::test_empty
135+
array_api_tests/test_data_type_functions.py::TestBroadcastShapes::test_error
136+
132137
# Stubs have a comment: (**note**: libraries may return ``NaN`` to match Python behavior.)
133138
array_api_tests/test_special_cases.py::test_binary[floor_divide(x1_i is +infinity and isfinite(x2_i) and x2_i > 0) -> +infinity]
134139
array_api_tests/test_special_cases.py::test_binary[floor_divide(x1_i is +infinity and isfinite(x2_i) and x2_i < 0) -> -infinity]

torch-xfails.txt

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -166,3 +166,8 @@ array_api_tests/test_operators_and_elementwise_functions.py::test_binary_with_sc
166166
array_api_tests/test_operators_and_elementwise_functions.py::test_binary_with_scalars_bool[logical_and]
167167
array_api_tests/test_operators_and_elementwise_functions.py::test_binary_with_scalars_bool[logical_or]
168168
array_api_tests/test_operators_and_elementwise_functions.py::test_binary_with_scalars_bool[logical_xor]
169+
170+
# 2025.12 support
171+
172+
# torch raises a RuntimeError while the spec requires a ValueError
173+
array_api_tests/test_data_type_functions.py::TestBroadcastShapes::test_error

0 commit comments

Comments
 (0)