diff --git a/torch-xfails.txt b/torch-xfails.txt index c7abe2e9..c972659e 100644 --- a/torch-xfails.txt +++ b/torch-xfails.txt @@ -56,6 +56,10 @@ array_api_tests/test_operators_and_elementwise_functions.py::test_pow[__pow__(x1 array_api_tests/test_operators_and_elementwise_functions.py::test_remainder[__imod__(x1, x2)] array_api_tests/test_operators_and_elementwise_functions.py::test_subtract[__sub__(x1, x2)] +# inverse trig functions are too inaccurate on CPU +array_api_tests/test_operators_and_elementwise_functions.py::test_acos +array_api_tests/test_operators_and_elementwise_functions.py::test_atan +array_api_tests/test_operators_and_elementwise_functions.py::test_asin # overflow near float max array_api_tests/test_operators_and_elementwise_functions.py::test_log1p