From 90b3817498d9cf664346f04dcea71f48ce81993e Mon Sep 17 00:00:00 2001 From: Yong He Date: Thu, 27 Feb 2025 13:21:20 -0800 Subject: 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. --- .github/workflows/ci.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to '.github/workflows') 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 \ -- cgit v1.2.3