File tree Expand file tree Collapse file tree 2 files changed +7
-0
lines changed
Expand file tree Collapse file tree 2 files changed +7
-0
lines changed Original file line number Diff line number Diff line change @@ -6,3 +6,9 @@ array_api_tests/test_operators_and_elementwise_functions.py::test_clip
66# unexpected result is returned - unmute when dpctl-1986 is resolved
77array_api_tests/test_operators_and_elementwise_functions.py::test_asin
88array_api_tests/test_operators_and_elementwise_functions.py::test_asinh
9+
10+ # advanced indexing relating issues (waiting a fix from dpctl)
11+ array_api_tests/test_array_object.py::test_getitem_arrays_and_ints_1[1]
12+ array_api_tests/test_array_object.py::test_getitem_arrays_and_ints_1[None]
13+ array_api_tests/test_array_object.py::test_getitem_arrays_and_ints_2[1]
14+ array_api_tests/test_array_object.py::test_getitem_arrays_and_ints_2[None]
Original file line number Diff line number Diff line change @@ -625,6 +625,7 @@ jobs:
625625 python -m pytest --json-report --json-report-file=${{ env.json-report-file }} --disable-deadline --skips-file ${{ env.array-api-skips-file }} array_api_tests || true
626626 env :
627627 ARRAY_API_TESTS_MODULE : ' dpnp'
628+ ARRAY_API_TESTS_VERSION : ' 2024.12'
628629 SYCL_CACHE_PERSISTENT : 1
629630 working-directory : ${{ env.array-api-tests-path }}
630631
You can’t perform that action at this time.
0 commit comments