File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -212,11 +212,12 @@ jobs:
212212 run : |
213213 sudo apt-get update --fix-missing
214214 sudo apt-get install -y gdb
215- - name : Run test_elementwise under gdb
215+ - name : Run test_usm_ndarray_top_k under gdb
216216 run : |
217217 . $CONDA/etc/profile.d/conda.sh
218218 conda activate ${{ env.TEST_ENV_NAME }}
219- gdb --batch -ex r -ex 'info sharedlibrary' -ex 'set print elements 1000' -ex bt --args ${CONDA_PREFIX}/bin/python -m pytest -q -ra --disable-warnings --pyargs dpctl.tests.elementwise.test_trigonometric::test_trig_order -vv || true
219+ gdb --batch -ex r -ex 'info sharedlibrary' -ex 'set print elements 1000' -ex bt --args ${CONDA_PREFIX}/bin/python -m pytest -q -ra --disable-warnings --pyargs dpctl.tests.test_usm_ndarray_sorting dpctl.tests.test_usm_ndarray_unique dpctl.tests.test_usm_ndarray_top_k -vv || true
220+
220221 - name : Create test temp dir
221222 # create temporary empty folder to runs tests from
222223 # https://github.com/pytest-dev/pytest/issues/11904
You can’t perform that action at this time.
0 commit comments