File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed
Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 1- # This test causes a core dump on CI, so we have to skip it entirely (it
2- # should actually pass)
1+ # These tests cause a core dump on CI, so we have to skip them entirely
32array_api_tests/test_operators_and_elementwise_functions.py::test_remainder[__mod__(x, s)]
3+ array_api_tests/test_operators_and_elementwise_functions.py::test_remainder[__mod__(x1, x2)]
Original file line number Diff line number Diff line change @@ -58,7 +58,8 @@ array_api_tests/test_operators_and_elementwise_functions.py::test_less[__lt__(x1
5858array_api_tests/test_operators_and_elementwise_functions.py::test_less_equal[__le__(x1, x2)]
5959array_api_tests/test_operators_and_elementwise_functions.py::test_multiply[__mul__(x1, x2)]
6060array_api_tests/test_operators_and_elementwise_functions.py::test_pow[__pow__(x1, x2)]
61- array_api_tests/test_operators_and_elementwise_functions.py::test_remainder[__mod__(x1, x2)]
61+ # This test is skipped instead of xfailed because it causes core dumps on CI
62+ # array_api_tests/test_operators_and_elementwise_functions.py::test_remainder[__mod__(x1, x2)]
6263array_api_tests/test_operators_and_elementwise_functions.py::test_remainder[__imod__(x1, x2)]
6364array_api_tests/test_operators_and_elementwise_functions.py::test_subtract[__sub__(x1, x2)]
6465
You can’t perform that action at this time.
0 commit comments