riscv-coq icon indicating copy to clipboard operation
riscv-coq copied to clipboard

[coq-platform] Smoke test broken

Open rtetley opened this issue 10 months ago • 3 comments

This commit breaks the smoke test in the platform: https://github.com/coq/platform/actions/runs/8391869140/job/22983180597 Could you offer a new test ?

rtetley avatar Mar 25 '24 08:03 rtetley

This breakage concerns the ~8.19~2024.01+beta1 pick

rtetley avatar Mar 25 '24 08:03 rtetley

I used the src/riscv/Examples/Fib.v file. If this is alright could you please close this issue ?

rtetley avatar Mar 25 '24 13:03 rtetley

I used the src/riscv/Examples/Fib.v file. If this is alright could you please close this issue ?

That looks like a good "smoke test" to me (even though I don't know anything specific about requirements on smoke tests in the coq platform). One thing to note is that this file doesn't need anything of the src/riscv/Proofs/ directory, if that is desired, src/riscv/Proofs/DecodeEncode.v could be used, but that one doesn't need anything from the src/riscv/Platform/ directory.

samuelgruetter avatar Mar 25 '24 15:03 samuelgruetter