Skip to content

Commit 8d42075

Browse files
committed
XFAIL test_prod for NumPy
1 parent c63ebe6 commit 8d42075

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

numpy-1-21-xfails.txt

Lines changed: 1 addition & 0 deletions
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

numpy-dev-xfails.txt

Lines changed: 1 addition & 0 deletions
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

Lines changed: 1 addition & 0 deletions
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)