diff options
| author | Yong He <yonghe@outlook.com> | 2025-02-27 13:21:20 -0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-02-27 13:21:20 -0800 |
| commit | 90b3817498d9cf664346f04dcea71f48ce81993e (patch) | |
| tree | c5efa3424b9dff520e090e98c245a8b518c0b51e /.github | |
| parent | 6cf15f4ea1fe044d8227440dcc30ac712334568e (diff) | |
Make capability diagnostic message more friendly. (#6474)
* Make capability diagnostic message more friendly.
* Fix.
* Fix.
* Fix.
* Fix test.
* Update expected fail setting for aarch64/linux
* Fix.
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/ci.yml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6cf72fdee..9e0b03dbc 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -166,7 +166,8 @@ jobs: -use-test-server \ -category ${{ matrix.test-category }} \ -api all-dx12 \ - -expected-failure-list tests/expected-failure-github.txt + -expected-failure-list tests/expected-failure-github.txt \ + -expected-failure-list tests/expected-failure-record-replay-tests.txt else "$bin_dir/slang-test" \ -use-test-server \ |
