From 35e619ae747d684b081c89dd0a04ef4fb7d8d382 Mon Sep 17 00:00:00 2001 From: Kip Macsai-Goren Date: Wed, 4 May 2022 21:39:09 +0000 Subject: [PATCH] renamed test_loop_setup to run_test_loop --- .../riscv-test-suite/rv32i_m/privilege/src/WALLY-mmu-sv32.S | 2 +- .../riscv-test-suite/rv32i_m/privilege/src/WALLY-pma.S | 2 +- .../riscv-test-suite/rv32i_m/privilege/src/WALLY-pmp.S | 2 +- .../riscv-test-suite/rv64i_m/privilege/src/WALLY-mmu-sv39.S | 2 +- .../riscv-test-suite/rv64i_m/privilege/src/WALLY-mmu-sv48.S | 2 +- .../riscv-test-suite/rv64i_m/privilege/src/WALLY-pma.S | 2 +- .../riscv-test-suite/rv64i_m/privilege/src/WALLY-pmp.S | 2 +- 7 files changed, 7 insertions(+), 7 deletions(-) diff --git a/tests/wally-riscv-arch-test/riscv-test-suite/rv32i_m/privilege/src/WALLY-mmu-sv32.S b/tests/wally-riscv-arch-test/riscv-test-suite/rv32i_m/privilege/src/WALLY-mmu-sv32.S index b9124d0c..df11154d 100644 --- a/tests/wally-riscv-arch-test/riscv-test-suite/rv32i_m/privilege/src/WALLY-mmu-sv32.S +++ b/tests/wally-riscv-arch-test/riscv-test-suite/rv32i_m/privilege/src/WALLY-mmu-sv32.S @@ -27,7 +27,7 @@ INIT_TESTS TRAP_HANDLER m -j test_loop_setup // begin test loop/table tests instead of executing inline code. +j run_test_loop // begin test loop/table tests instead of executing inline code. INIT_TEST_TABLE diff --git a/tests/wally-riscv-arch-test/riscv-test-suite/rv32i_m/privilege/src/WALLY-pma.S b/tests/wally-riscv-arch-test/riscv-test-suite/rv32i_m/privilege/src/WALLY-pma.S index 1462ff80..1b65a56f 100644 --- a/tests/wally-riscv-arch-test/riscv-test-suite/rv32i_m/privilege/src/WALLY-pma.S +++ b/tests/wally-riscv-arch-test/riscv-test-suite/rv32i_m/privilege/src/WALLY-pma.S @@ -40,7 +40,7 @@ INIT_TESTS TRAP_HANDLER m -j test_loop_setup // begin test loop/table tests instead of executing inline code. +j run_test_loop // begin test loop/table tests instead of executing inline code. INIT_TEST_TABLE diff --git a/tests/wally-riscv-arch-test/riscv-test-suite/rv32i_m/privilege/src/WALLY-pmp.S b/tests/wally-riscv-arch-test/riscv-test-suite/rv32i_m/privilege/src/WALLY-pmp.S index f1bf5e91..dde8c80f 100644 --- a/tests/wally-riscv-arch-test/riscv-test-suite/rv32i_m/privilege/src/WALLY-pmp.S +++ b/tests/wally-riscv-arch-test/riscv-test-suite/rv32i_m/privilege/src/WALLY-pmp.S @@ -27,7 +27,7 @@ INIT_TESTS TRAP_HANDLER m -j test_loop_setup // begin test loop/table tests instead of executing inline code. +j run_test_loop // begin test loop/table tests instead of executing inline code. INIT_TEST_TABLE diff --git a/tests/wally-riscv-arch-test/riscv-test-suite/rv64i_m/privilege/src/WALLY-mmu-sv39.S b/tests/wally-riscv-arch-test/riscv-test-suite/rv64i_m/privilege/src/WALLY-mmu-sv39.S index ace2ef7b..de6202c7 100644 --- a/tests/wally-riscv-arch-test/riscv-test-suite/rv64i_m/privilege/src/WALLY-mmu-sv39.S +++ b/tests/wally-riscv-arch-test/riscv-test-suite/rv64i_m/privilege/src/WALLY-mmu-sv39.S @@ -27,7 +27,7 @@ INIT_TESTS TRAP_HANDLER m -j test_loop_setup // begin test loop/table tests instead of executing inline code. +j run_test_loop // begin test loop/table tests instead of executing inline code. INIT_TEST_TABLE diff --git a/tests/wally-riscv-arch-test/riscv-test-suite/rv64i_m/privilege/src/WALLY-mmu-sv48.S b/tests/wally-riscv-arch-test/riscv-test-suite/rv64i_m/privilege/src/WALLY-mmu-sv48.S index dc4d514c..5de627ac 100644 --- a/tests/wally-riscv-arch-test/riscv-test-suite/rv64i_m/privilege/src/WALLY-mmu-sv48.S +++ b/tests/wally-riscv-arch-test/riscv-test-suite/rv64i_m/privilege/src/WALLY-mmu-sv48.S @@ -27,7 +27,7 @@ INIT_TESTS TRAP_HANDLER m -j test_loop_setup // begin test loop/table tests instead of executing inline code. +j run_test_loop // begin test loop/table tests instead of executing inline code. INIT_TEST_TABLE diff --git a/tests/wally-riscv-arch-test/riscv-test-suite/rv64i_m/privilege/src/WALLY-pma.S b/tests/wally-riscv-arch-test/riscv-test-suite/rv64i_m/privilege/src/WALLY-pma.S index 917e9f5d..6d93cd8b 100644 --- a/tests/wally-riscv-arch-test/riscv-test-suite/rv64i_m/privilege/src/WALLY-pma.S +++ b/tests/wally-riscv-arch-test/riscv-test-suite/rv64i_m/privilege/src/WALLY-pma.S @@ -40,7 +40,7 @@ INIT_TESTS TRAP_HANDLER m -j test_loop_setup // begin test loop/table tests instead of executing inline code. +j run_test_loop // begin test loop/table tests instead of executing inline code. INIT_TEST_TABLE diff --git a/tests/wally-riscv-arch-test/riscv-test-suite/rv64i_m/privilege/src/WALLY-pmp.S b/tests/wally-riscv-arch-test/riscv-test-suite/rv64i_m/privilege/src/WALLY-pmp.S index e1feb686..7c826ae8 100644 --- a/tests/wally-riscv-arch-test/riscv-test-suite/rv64i_m/privilege/src/WALLY-pmp.S +++ b/tests/wally-riscv-arch-test/riscv-test-suite/rv64i_m/privilege/src/WALLY-pmp.S @@ -27,7 +27,7 @@ INIT_TESTS TRAP_HANDLER m -j test_loop_setup // begin test loop/table tests instead of executing inline code. +j run_test_loop // begin test loop/table tests instead of executing inline code. INIT_TEST_TABLE