From 2e5487014778fba4420d845523d6e0772d90ea95 Mon Sep 17 00:00:00 2001 From: Edwin Lu Date: Tue, 27 Aug 2024 12:53:33 -0700 Subject: [PATCH] change to use positive filter --- .github/workflows/run-checks.yaml | 2 +- riscv-gnu-toolchain | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/run-checks.yaml b/.github/workflows/run-checks.yaml index 3a4dc5e..dfe8037 100644 --- a/.github/workflows/run-checks.yaml +++ b/.github/workflows/run-checks.yaml @@ -112,7 +112,7 @@ jobs: printf "|Bitmanip|\`gc_zba_zbb_zbc_zbs\`|\n" >> issue.md printf "## Notes\n" >> issue.md echo "Testsuite results use a more lenient allowlist to reduce error reporting with flakey tests. Please take a look at the current [allowlist](https://github.com/ewlu/gcc-precommit-ci/tree/main/test/allowlist)." >> issue.md - echo "Results come from a [sum file comparator](https://github.com/patrick-rivos/riscv-gnu-toolchain/blob/a0a8cabf8ca71bdfbb41e23ab599af9528af772c/scripts/compare_testsuite_log.py). Each patch is applied to a well known, non-broken baseline taken from our" >> issue.md + echo "Results come from a [sum file comparator](https://github.com/patrick-rivos/riscv-gnu-toolchain/blob/a0a8cabf8ca71bdfbb41e23ab599af9528af772c/scripts/compare_testsuite_log.py). Each patch is applied to a well known, valid baseline (marked with a 'valid-baseline' label) taken from our" >> issue.md echo "gcc postcommit framework ([here](https://github.com/patrick-rivos/gcc-postcommit-ci/issues)) which runs the full gcc testsuite every 6 hours." >> issue.md echo "If you have any questions or encounter any issues which may seem like false-positives, please contact us at patchworks-ci@rivosinc.com" >> issue.md cat issue.md diff --git a/riscv-gnu-toolchain b/riscv-gnu-toolchain index fe54e66..7f31cc3 160000 --- a/riscv-gnu-toolchain +++ b/riscv-gnu-toolchain @@ -1 +1 @@ -Subproject commit fe54e6675d32eb60814bc0e7315ca39d16f212f5 +Subproject commit 7f31cc3c33d5c244b9fbfe1fb09dc8991d9f05c4