Skip to content

Commit 0feabdb

Browse files
committed
Add a missing skip
1 parent 269a6da commit 0feabdb

File tree

2 files changed

+16
-14
lines changed

2 files changed

+16
-14
lines changed

numpy-skips.txt

+8-7
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
11
# These tests cause a core dump on CI, so we have to skip them entirely
2-
array_api_tests/test_operators_and_elementwise_functions.py::test_remainder[remainder(x1, x2)]
3-
array_api_tests/test_operators_and_elementwise_functions.py::test_remainder[__mod__(x, s)]
4-
array_api_tests/test_operators_and_elementwise_functions.py::test_remainder[__mod__(x1, x2)]
5-
array_api_tests/test_operators_and_elementwise_functions.py::test_remainder[__imod__(x1, x2)]
6-
array_api_tests/test_operators_and_elementwise_functions.py::test_remainder[__imod__(x, s)]
7-
array_api_tests/test_operators_and_elementwise_functions.py::test_floor_divide[floor_divide(x1, x2)]
2+
array_api_tests/test_operators_and_elementwise_functions.py::test_floor_divide[__floordiv__(x, s)]
83
array_api_tests/test_operators_and_elementwise_functions.py::test_floor_divide[__floordiv__(x1, x2)]
9-
array_api_tests/test_operators_and_elementwise_functions.py::test_floor_divide[__ifloordiv__(x1, x2)]
104
array_api_tests/test_operators_and_elementwise_functions.py::test_floor_divide[__ifloordiv__(x, s)]
5+
array_api_tests/test_operators_and_elementwise_functions.py::test_floor_divide[__ifloordiv__(x1, x2)]
6+
array_api_tests/test_operators_and_elementwise_functions.py::test_floor_divide[floor_divide(x1, x2)]
7+
array_api_tests/test_operators_and_elementwise_functions.py::test_remainder[__imod__(x, s)]
8+
array_api_tests/test_operators_and_elementwise_functions.py::test_remainder[__imod__(x1, x2)]
9+
array_api_tests/test_operators_and_elementwise_functions.py::test_remainder[__mod__(x, s)]
10+
array_api_tests/test_operators_and_elementwise_functions.py::test_remainder[__mod__(x1, x2)]
11+
array_api_tests/test_operators_and_elementwise_functions.py::test_remainder[remainder(x1, x2)]

torch-skips.txt

+8-7
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
11
# These tests cause a core dump on CI, so we have to skip them entirely
2-
array_api_tests/test_operators_and_elementwise_functions.py::test_remainder[remainder(x1, x2)]
3-
array_api_tests/test_operators_and_elementwise_functions.py::test_remainder[__mod__(x, s)]
4-
array_api_tests/test_operators_and_elementwise_functions.py::test_remainder[__mod__(x1, x2)]
5-
array_api_tests/test_operators_and_elementwise_functions.py::test_remainder[__imod__(x1, x2)]
6-
array_api_tests/test_operators_and_elementwise_functions.py::test_remainder[__imod__(x, s)]
7-
array_api_tests/test_operators_and_elementwise_functions.py::test_floor_divide[floor_divide(x1, x2)]
2+
array_api_tests/test_operators_and_elementwise_functions.py::test_floor_divide[__floordiv__(x, s)]
83
array_api_tests/test_operators_and_elementwise_functions.py::test_floor_divide[__floordiv__(x1, x2)]
9-
array_api_tests/test_operators_and_elementwise_functions.py::test_floor_divide[__ifloordiv__(x1, x2)]
104
array_api_tests/test_operators_and_elementwise_functions.py::test_floor_divide[__ifloordiv__(x, s)]
5+
array_api_tests/test_operators_and_elementwise_functions.py::test_floor_divide[__ifloordiv__(x1, x2)]
6+
array_api_tests/test_operators_and_elementwise_functions.py::test_floor_divide[floor_divide(x1, x2)]
7+
array_api_tests/test_operators_and_elementwise_functions.py::test_remainder[__imod__(x, s)]
8+
array_api_tests/test_operators_and_elementwise_functions.py::test_remainder[__imod__(x1, x2)]
9+
array_api_tests/test_operators_and_elementwise_functions.py::test_remainder[__mod__(x, s)]
10+
array_api_tests/test_operators_and_elementwise_functions.py::test_remainder[__mod__(x1, x2)]
11+
array_api_tests/test_operators_and_elementwise_functions.py::test_remainder[remainder(x1, x2)]

0 commit comments

Comments
 (0)