@@ -50,9 +50,18 @@ array_api_tests/test_special_cases.py::test_iop[__ipow__(x1_i is -infinity and x
5050array_api_tests/test_special_cases.py::test_iop[__ipow__(x1_i is -0 and x2_i > 0 and not (x2_i.is_integer() and x2_i % 2 == 1)) -> +0]
5151array_api_tests/meta/test_hypothesis_helpers.py::test_symmetric_matrices
5252
53- # testsuite issue with test_square
54- # https://github.com/data-apis/array-api-tests/issues/190
55- array_api_tests/test_operators_and_elementwise_functions.py::test_square
53+ # fft functions are not yet supported
54+ # (https://github.com/data-apis/array-api-compat/issues/67)
55+ array_api_tests/test_fft.py::test_fft
56+ array_api_tests/test_fft.py::test_ifft
57+ array_api_tests/test_fft.py::test_fftn
58+ array_api_tests/test_fft.py::test_ifftn
59+ array_api_tests/test_fft.py::test_rfft
60+ array_api_tests/test_fft.py::test_irfft
61+ array_api_tests/test_fft.py::test_rfftn
62+ array_api_tests/test_fft.py::test_irfftn
63+ array_api_tests/test_fft.py::test_hfft
64+ array_api_tests/test_fft.py::test_ihfft
5665
5766# NumPy 1.21 specific XFAILS
5867############################
@@ -236,16 +245,3 @@ array_api_tests/test_special_cases.py::test_binary[remainder(x1_i is +0 and x2_i
236245array_api_tests/test_special_cases.py::test_binary[remainder(x1_i is -0 and x2_i < 0) -> -0]
237246array_api_tests/test_special_cases.py::test_binary[remainder(x1_i is -0 and x2_i > 0) -> +0]
238247array_api_tests/test_special_cases.py::test_iop[__iadd__(x1_i is -0 and x2_i is -0) -> -0]
239-
240- # fft functions are not yet supported
241- # (https://github.com/data-apis/array-api-compat/issues/67)
242- array_api_tests/test_fft.py::test_fft
243- array_api_tests/test_fft.py::test_ifft
244- array_api_tests/test_fft.py::test_fftn
245- array_api_tests/test_fft.py::test_ifftn
246- array_api_tests/test_fft.py::test_rfft
247- array_api_tests/test_fft.py::test_irfft
248- array_api_tests/test_fft.py::test_rfftn
249- array_api_tests/test_fft.py::test_irfftn
250- array_api_tests/test_fft.py::test_hfft
251- array_api_tests/test_fft.py::test_ihfft
0 commit comments