mirror of
https://github.com/lowRISC/ibex.git
synced 2025-04-24 22:07:43 -04:00
Update expected failure for riscv-compliance
[riscv-compliance] changes the tests for rv32i.
Update the expected output.
[riscv-compliance]: df18fa8d95
This commit is contained in:
parent
7ea79ae366
commit
87b05b6f0e
1 changed files with 1 additions and 1 deletions
|
@ -123,7 +123,7 @@ jobs:
|
|||
# There's no easy way to get the test results in machine-readable
|
||||
# form to properly exclude known-failing tests. Going with an
|
||||
# approximate solution for now.
|
||||
if [ $isa == rv32i ] && grep -q 'FAIL: 5/55' run.log; then
|
||||
if [ $isa == rv32i ] && grep -q 'FAIL: 4/48' run.log; then
|
||||
echo -n "##vso[task.logissue type=error]"
|
||||
echo "Expected failure for rv32i, see lowrisc/ibex#100 more more information."
|
||||
else
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue