improved regression comments

This commit is contained in:
David Harris 2024-04-21 08:38:59 -07:00
parent be15a11622
commit 1759c920bb

View File

@ -35,13 +35,13 @@ tests = [
["rv64i", ["arch64i"]]
]
# Separate test for full buildroot run
# Separate test for short buildroot run through OpenSBI UART output
tests_buildrootshort = [
["buildroot", ["buildroot"], [f"+INSTR_LIMIT=1400000"], # Instruction limit gets to first OpenSBI UART output
"OpenSBI v", "buildroot_uart.out"]
]
# Separate test for full buildroot run
tests_buildrootboot = [
["buildroot", ["buildroot"], [f"+INSTR_LIMIT=600000000"], # boot entire buildroot Linux to login prompt
"WallyHostname login: ", "buildroot_uart.out"]