File tree 2 files changed +5
-2
lines changed
2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -176,14 +176,16 @@ jobs:
176
176
-category ${{ matrix.test-category }} \
177
177
-api all-dx12 \
178
178
-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
180
181
else
181
182
"$bin_dir/slang-test" \
182
183
-use-test-server \
183
184
-category ${{ matrix.test-category }} \
184
185
-api all-dx12 \
185
186
-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
187
189
fi
188
190
- name : Run Slang examples
189
191
if : steps.filter.outputs.should-run == 'true' && matrix.platform != 'wasm' && matrix.full-gpu-tests
Original file line number Diff line number Diff line change
1
+ slang-unit-test-tool/cudaCodeGenBug.internal
You can’t perform that action at this time.
0 commit comments