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:
Tobias Wölfel 2019-11-12 16:49:01 +01:00 committed by Philipp Wagner
parent 7ea79ae366
commit 87b05b6f0e

View file

@ -123,7 +123,7 @@ jobs:
# There's no easy way to get the test results in machine-readable # There's no easy way to get the test results in machine-readable
# form to properly exclude known-failing tests. Going with an # form to properly exclude known-failing tests. Going with an
# approximate solution for now. # 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 -n "##vso[task.logissue type=error]"
echo "Expected failure for rv32i, see lowrisc/ibex#100 more more information." echo "Expected failure for rv32i, see lowrisc/ibex#100 more more information."
else else