Age | Commit message (Collapse) | Author | Files | Lines |
|
|
|
Update the versions of some of the Github actions, as some of the older
action versions used parts of the github API that are deprecated and
due to be removed.
|
|
Do this before installing sail or building the model to avoid wasting CI
time if these basic checks are failing.
|
|
Signed-off-by: Rafael Sene <rafael@riscv.org>
|
|
Ubuntu 18.04 is being sunset.
|
|
* test: Ignore generated XML output
* run_tests: Build RVFI emulators too
Can't run tests with them though as they're built for direct instruction
injection (RVFI-DII) via an instruction stream over a network socket,
not fetching instructions from memory, so this remains just a build
test.
* run_tests/run_fp_tests: Print summary and give meaningful exit code
* run_tests/run_fp_tests: Include tests and failures in top-level XML entity
* run_tests/run_fp_tests: Use failure not error for XML output
The former is the standard tag for normal test failures, the latter is
for catastrophic things like test harness errors.
* Run ISA tests in CI
|
|
|
|
|