diff --git a/jax/experimental/array_api/skips.txt b/jax/experimental/array_api/skips.txt index dfc3d383cd10..0b8f62d1a15e 100644 --- a/jax/experimental/array_api/skips.txt +++ b/jax/experimental/array_api/skips.txt @@ -16,25 +16,6 @@ array_api_tests/test_creation_functions.py::test_asarray_arrays array_api_tests/test_linalg.py::test_matrix_power array_api_tests/test_linalg.py::test_solve -# Overflow errors due to hypothesis generating integers that overflow int64 -array_api_tests/test_operators_and_elementwise_functions.py::test_multiply[__mul__(x, s)] -array_api_tests/test_operators_and_elementwise_functions.py::test_square -array_api_tests/test_operators_and_elementwise_functions.py::test_bitwise_and[__and__(x, s)] -array_api_tests/test_operators_and_elementwise_functions.py::test_bitwise_and[__iand__(x, s)] -array_api_tests/test_operators_and_elementwise_functions.py::test_bitwise_or[__or__(x, s)] -array_api_tests/test_operators_and_elementwise_functions.py::test_bitwise_or[__ior__(x, s)] -array_api_tests/test_operators_and_elementwise_functions.py::test_bitwise_left_shift[__lshift__(x, s)] -array_api_tests/test_operators_and_elementwise_functions.py::test_bitwise_left_shift[__ilshift__(x, s)] -array_api_tests/test_operators_and_elementwise_functions.py::test_bitwise_right_shift[__rshift__(x, s)] -array_api_tests/test_operators_and_elementwise_functions.py::test_bitwise_right_shift[__irshift__(x, s)] -array_api_tests/test_operators_and_elementwise_functions.py::test_bitwise_xor[__xor__(x, s)] -array_api_tests/test_operators_and_elementwise_functions.py::test_bitwise_xor[__ixor__(x, s)] -array_api_tests/test_operators_and_elementwise_functions.py::test_floor_divide[__floordiv__(x, s)] -array_api_tests/test_operators_and_elementwise_functions.py::test_floor_divide[__ifloordiv__(x, s)] -array_api_tests/test_operators_and_elementwise_functions.py::test_greater_equal[__ge__(x, s)] -array_api_tests/test_operators_and_elementwise_functions.py::test_less[__lt__(x, s)] -array_api_tests/test_operators_and_elementwise_functions.py::test_not_equal[__ne__(x, s)] - # JAX's NaN sorting doesn't match specification array_api_tests/test_set_functions.py::test_unique_all array_api_tests/test_set_functions.py::test_unique_counts