Skip to content

Commit fb67a82

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 a370965 commit fb67a82

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

.github/workflows/ci.yml

+4-2
Original file line numberDiff line numberDiff line change
@@ -176,14 +176,16 @@ jobs:
176176
-category ${{ matrix.test-category }} \
177177
-api all-dx12 \
178178
-expected-failure-list tests/expected-failure-github.txt \
179-
-expected-failure-list tests/expected-failure-record-replay-tests.txt
179+
-expected-failure-list tests/expected-failure-record-replay-tests.txt \
180+
-expected-failure-list tests/expected-failure-github-runner.txt
180181
else
181182
"$bin_dir/slang-test" \
182183
-use-test-server \
183184
-category ${{ matrix.test-category }} \
184185
-api all-dx12 \
185186
-expected-failure-list tests/expected-failure-github.txt \
186-
-expected-failure-list tests/expected-failure-record-replay-tests.txt
187+
-expected-failure-list tests/expected-failure-record-replay-tests.txt \
188+
-expected-failure-list tests/expected-failure-github-runner.txt
187189
fi
188190
- name: Run Slang examples
189191
if: steps.filter.outputs.should-run == 'true' && matrix.platform != 'wasm' && matrix.full-gpu-tests
+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
slang-unit-test-tool/cudaCodeGenBug.internal

0 commit comments

Comments
 (0)