Skip to content

Commit fae63d2

Browse files
authored
Merge pull request #114 from asmeurer/xfails-update
Update some xfails
2 parents 57d3c5a + a3e2c0d commit fae63d2

File tree

3 files changed

+7
-1
lines changed

3 files changed

+7
-1
lines changed

numpy-1-21-xfails.txt

+5-1
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,7 @@ array_api_tests/test_set_functions.py::test_unique_values
8989
# The test suite is incorrectly checking sums that have loss of significance
9090
# (https://github.com/data-apis/array-api-tests/issues/168)
9191
array_api_tests/test_statistical_functions.py::test_sum
92+
array_api_tests/test_statistical_functions.py::test_prod
9293

9394
# NumPy 1.21 doesn't support NPY_PROMOTION_STATE=weak, so many tests fail with
9495
# type promotion issues
@@ -121,21 +122,24 @@ array_api_tests/test_operators_and_elementwise_functions.py::test_bitwise_xor[bi
121122
array_api_tests/test_operators_and_elementwise_functions.py::test_divide[__truediv__(x, s)]
122123
array_api_tests/test_operators_and_elementwise_functions.py::test_divide[__truediv__(x1, x2)]
123124
array_api_tests/test_operators_and_elementwise_functions.py::test_divide[divide(x1, x2)]
124-
array_api_tests/test_operators_and_elementwise_functions.py::test_equal[equal(x1, x2)]
125125
array_api_tests/test_operators_and_elementwise_functions.py::test_equal[__eq__(x1, x2)]
126+
array_api_tests/test_operators_and_elementwise_functions.py::test_equal[equal(x1, x2)]
126127
array_api_tests/test_operators_and_elementwise_functions.py::test_floor_divide[__floordiv__(x, s)]
127128
array_api_tests/test_operators_and_elementwise_functions.py::test_floor_divide[__floordiv__(x1, x2)]
128129
array_api_tests/test_operators_and_elementwise_functions.py::test_floor_divide[__ifloordiv__(x, s)]
129130
array_api_tests/test_operators_and_elementwise_functions.py::test_floor_divide[floor_divide(x1, x2)]
130131
array_api_tests/test_operators_and_elementwise_functions.py::test_greater[__gt__(x1, x2)]
131132
array_api_tests/test_operators_and_elementwise_functions.py::test_greater[greater(x1, x2)]
132133
array_api_tests/test_operators_and_elementwise_functions.py::test_less[__lt__(x1, x2)]
134+
array_api_tests/test_operators_and_elementwise_functions.py::test_less[less(x1, x2)]
133135
array_api_tests/test_operators_and_elementwise_functions.py::test_less_equal[less_equal(x1, x2)]
134136
array_api_tests/test_operators_and_elementwise_functions.py::test_logaddexp
135137
array_api_tests/test_operators_and_elementwise_functions.py::test_multiply[__imul__(x, s)]
136138
array_api_tests/test_operators_and_elementwise_functions.py::test_multiply[__mul__(x, s)]
137139
array_api_tests/test_operators_and_elementwise_functions.py::test_multiply[__mul__(x1, x2)]
138140
array_api_tests/test_operators_and_elementwise_functions.py::test_multiply[multiply(x1, x2)]
141+
array_api_tests/test_operators_and_elementwise_functions.py::test_not_equal[__ne__(x1, x2)]
142+
array_api_tests/test_operators_and_elementwise_functions.py::test_not_equal[not_equal(x1, x2)]
139143
array_api_tests/test_operators_and_elementwise_functions.py::test_pow[__ipow__(x, s)]
140144
array_api_tests/test_operators_and_elementwise_functions.py::test_pow[__pow__(x, s)]
141145
array_api_tests/test_operators_and_elementwise_functions.py::test_pow[__pow__(x1, x2)]

numpy-dev-xfails.txt

+1
Original file line numberDiff line numberDiff line change
@@ -42,3 +42,4 @@ array_api_tests/meta/test_hypothesis_helpers.py::test_symmetric_matrices
4242
# The test suite is incorrectly checking sums that have loss of significance
4343
# (https://github.com/data-apis/array-api-tests/issues/168)
4444
array_api_tests/test_statistical_functions.py::test_sum
45+
array_api_tests/test_statistical_functions.py::test_prod

numpy-xfails.txt

+1
Original file line numberDiff line numberDiff line change
@@ -44,3 +44,4 @@ array_api_tests/meta/test_hypothesis_helpers.py::test_symmetric_matrices
4444
# The test suite is incorrectly checking sums that have loss of significance
4545
# (https://github.com/data-apis/array-api-tests/issues/168)
4646
array_api_tests/test_statistical_functions.py::test_sum
47+
array_api_tests/test_statistical_functions.py::test_prod

0 commit comments

Comments
 (0)