Skip to content

Commit 4bab6fb

Browse files
committed
torch fix
1 parent fd06e11 commit 4bab6fb

File tree

2 files changed

+4
-11
lines changed

2 files changed

+4
-11
lines changed

torch-skips.txt

-11
This file was deleted.

torch-xfails.txt

+4
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,10 @@ array_api_tests/test_operators_and_elementwise_functions.py::test_divide[__trued
2929
array_api_tests/test_operators_and_elementwise_functions.py::test_equal[__eq__(x1, x2)]
3030
array_api_tests/test_operators_and_elementwise_functions.py::test_not_equal[__ne__(x1, x2)]
3131
array_api_tests/test_operators_and_elementwise_functions.py::test_floor_divide[__floordiv__(x1, x2)]
32+
array_api_tests/test_operators_and_elementwise_functions.py::test_floor_divide[__floordiv__(x, s)]
33+
array_api_tests/test_operators_and_elementwise_functions.py::test_floor_divide[__ifloordiv__(x, s)]
34+
array_api_tests/test_operators_and_elementwise_functions.py::test_floor_divide[__ifloordiv__(x1, x2)]
35+
array_api_tests/test_operators_and_elementwise_functions.py::test_floor_divide[floor_divide(x1, x2)]
3236
array_api_tests/test_operators_and_elementwise_functions.py::test_greater[__gt__(x1, x2)]
3337
array_api_tests/test_operators_and_elementwise_functions.py::test_greater_equal[__ge__(x1, x2)]
3438
array_api_tests/test_operators_and_elementwise_functions.py::test_less[__lt__(x1, x2)]

0 commit comments

Comments
 (0)