Skip to content

Commit 8a360de

Browse files
committed
Add expected failure list for GitHub runners
Our GitHub runners don't have the CUDA toolkits installed, so they can't run all tests.
1 parent e3c1454 commit 8a360de

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.github/workflows/ci.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,8 @@ jobs:
169169
-server-count 8 \
170170
-category ${{ matrix.test-category }} \
171171
-api all-cpu \
172-
-expected-failure-list tests/expected-failure-github.txt
172+
-expected-failure-list tests/expected-failure-github.txt \
173+
-expected-failure-list tests/expected-failure-github-runner.txt
173174
elif [[ "${{matrix.has-gpu}}" == "true" ]]; then
174175
"$bin_dir/slang-test" \
175176
-use-test-server \
+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
slang-unit-test-tool/cudaCodeGenBug.internal

0 commit comments

Comments
 (0)