File tree Expand file tree Collapse file tree 2 files changed +10
-0
lines changed
Expand file tree Collapse file tree 2 files changed +10
-0
lines changed Original file line number Diff line number Diff line change @@ -129,6 +129,11 @@ array_api_tests/test_linalg.py::test_matrix_norm
129129array_api_tests/test_linalg.py::test_qr
130130array_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.)
133138array_api_tests/test_special_cases.py::test_binary[floor_divide(x1_i is +infinity and isfinite(x2_i) and x2_i > 0) -> +infinity]
134139array_api_tests/test_special_cases.py::test_binary[floor_divide(x1_i is +infinity and isfinite(x2_i) and x2_i < 0) -> -infinity]
Original file line number Diff line number Diff line change @@ -166,3 +166,8 @@ array_api_tests/test_operators_and_elementwise_functions.py::test_binary_with_sc
166166array_api_tests/test_operators_and_elementwise_functions.py::test_binary_with_scalars_bool[logical_and]
167167array_api_tests/test_operators_and_elementwise_functions.py::test_binary_with_scalars_bool[logical_or]
168168array_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
You can’t perform that action at this time.
0 commit comments