We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e3c1454 commit 8a360deCopy full SHA for 8a360de
.github/workflows/ci.yml
@@ -169,7 +169,8 @@ jobs:
169
-server-count 8 \
170
-category ${{ matrix.test-category }} \
171
-api all-cpu \
172
- -expected-failure-list tests/expected-failure-github.txt
+ -expected-failure-list tests/expected-failure-github.txt \
173
+ -expected-failure-list tests/expected-failure-github-runner.txt
174
elif [[ "${{matrix.has-gpu}}" == "true" ]]; then
175
"$bin_dir/slang-test" \
176
-use-test-server \
tests/expected-failure-github-runner.txt
@@ -0,0 +1 @@
1
+slang-unit-test-tool/cudaCodeGenBug.internal
0 commit comments