@@ -27,7 +27,6 @@ array_api_tests/test_signatures.py::test_func_signature[ones]
2727array_api_tests/test_signatures.py::test_func_signature[ones_like]
2828array_api_tests/test_signatures.py::test_func_signature[zeros]
2929array_api_tests/test_signatures.py::test_func_signature[zeros_like]
30- array_api_tests/test_signatures.py::test_func_signature[astype]
3130# inspection functions
3231array_api_tests/test_signatures.py::test_func_signature[isdtype]
3332array_api_tests/test_signatures.py::test_func_signature[result_type]
@@ -128,7 +127,6 @@ array_api_tests/test_operators_and_elementwise_functions.py::test_subtract[__isu
128127# type promotion differences
129128array_api_tests/test_operators_and_elementwise_functions.py::test_add[__add__(x, s)]
130129array_api_tests/test_operators_and_elementwise_functions.py::test_divide[__truediv__(x, s)]
131- array_api_tests/test_operators_and_elementwise_functions.py::test_floor_divide[__floordiv__(x, s)]
132130array_api_tests/test_operators_and_elementwise_functions.py::test_multiply[__mul__(x, s)]
133131array_api_tests/test_operators_and_elementwise_functions.py::test_subtract[__sub__(x, s)]
134132# ArgumentError: invalid rational: zero(...)//zero(...)
@@ -264,7 +262,6 @@ array_api_tests/test_searching_functions.py::test_argmin
264262array_api_tests/test_searching_functions.py::test_where
265263# TODO: check error
266264array_api_tests/test_searching_functions.py::test_nonzero
267- array_api_tests/test_searching_functions.py::test_nonzero_zerodim_error
268265
269266# test_set_functions
270267
@@ -298,7 +295,6 @@ array_api_tests/test_special_cases.py::test_unary[log(x_i < 0) -> NaN]
298295array_api_tests/test_special_cases.py::test_unary[log1p(x_i < -1) -> NaN]
299296array_api_tests/test_special_cases.py::test_unary[log2(x_i < 0) -> NaN]
300297array_api_tests/test_special_cases.py::test_unary[log10(x_i < 0) -> NaN]
301- array_api_tests/test_special_cases.py::test_unary[sign((x_i is -0 or x_i == +0)) -> 0]
302298array_api_tests/test_special_cases.py::test_unary[signbit(x_i is +0) -> False]
303299array_api_tests/test_special_cases.py::test_unary[signbit(x_i is -0) -> True]
304300array_api_tests/test_special_cases.py::test_unary[signbit(x_i is +infinity) -> False]
0 commit comments