From 1759c920bbba29f9a312a0d654b56203f923bc9d Mon Sep 17 00:00:00 2001 From: David Harris Date: Sun, 21 Apr 2024 08:38:59 -0700 Subject: [PATCH] improved regression comments --- bin/regression-wally | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bin/regression-wally b/bin/regression-wally index 7622e7aea..c67366ee1 100755 --- a/bin/regression-wally +++ b/bin/regression-wally @@ -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"]