Skip to content

Commit

Permalink
Use new exclude lists
Browse files Browse the repository at this point in the history
  • Loading branch information
leshikus committed Apr 29, 2024
1 parent 5579909 commit c56f561
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/conda-basekit-build-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,8 @@ jobs:
conda run --no-capture-output -n triton pip install --no-build-isolation -e '.[build,tests,tutorials]'
- name: Run core tests
env:
TRITON_TEST_SKIPLIST_DIR: scripts/skiplist/conda-basekit
run: |
set -x
Expand Down
File renamed without changes.
13 changes: 13 additions & 0 deletions scripts/skiplist/conda-basekit/subprocess.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# https://github.com/intel/intel-xpu-backend-for-triton/issues/800
test/unit/language/test_subprocess.py::test_print[device_print-float16]
test/unit/language/test_subprocess.py::test_print[device_print-float32]
test/unit/language/test_subprocess.py::test_print[device_print-float64]
test/unit/language/test_subprocess.py::test_print[device_print-int16]
test/unit/language/test_subprocess.py::test_print[device_print-int32]
test/unit/language/test_subprocess.py::test_print[device_print-int8]
test/unit/language/test_subprocess.py::test_print[device_print-long]
test/unit/language/test_subprocess.py::test_print[device_print-uint8]
test/unit/language/test_subprocess.py::test_print[device_print_hex-int16]
test/unit/language/test_subprocess.py::test_print[device_print_hex-int32]
test/unit/language/test_subprocess.py::test_print[device_print_hex-int64]
test/unit/language/test_subprocess.py::test_print[print-int32]

0 comments on commit c56f561

Please sign in to comment.