From 4e63b82f5eda8995a2b5cd09d64304ac9e30dbd6 Mon Sep 17 00:00:00 2001 From: Yang Liu Date: Thu, 5 Sep 2024 17:07:27 +0800 Subject: [CI] Refactored CI (#1795) * [CI] Enable Box32 tests on LA64 * upgrade QEMU * [COSIM] Removed thread-safe tests * Use regular cosim in CI * [CI] Simplified "Test Box64" * exclude certain tests when testing with cosim * review * box64.pod too --- docs/box64.pod | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'docs/box64.pod') diff --git a/docs/box64.pod b/docs/box64.pod index 2b67c336..478e602f 100644 --- a/docs/box64.pod +++ b/docs/box64.pod @@ -272,7 +272,8 @@ Dynarec will compare it's execution with the interpreter (super slow, only for t * 0 : No comparison. (Default.) * 1 : Each opcode runs on interepter and on Dynarec, and regs and memory are compared and print if different. - * 2 : Thread-safe tests, extremely slow. + * 0xXXXXXXXX-0xYYYYYYYY : Define the interval where dynarec is tested (inclusive-exclusive) + =item B=I<0|1|2|3> -- cgit 1.4.1