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/USAGE.md | 1 - docs/box64.pod | 3 ++- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'docs') diff --git a/docs/USAGE.md b/docs/USAGE.md index ca25a127..805dc1a4 100644 --- a/docs/USAGE.md +++ b/docs/USAGE.md @@ -152,7 +152,6 @@ Forbid dynablock creation in the interval specified (helpful for debugging behav Dynarec will compare it's execution with the interpreter (super slow, only for testing) * 0 : No comparison. (Default.) * 1 : Each opcode runs on interpreter 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) #### BOX64_DYNAREC_BIGBLOCK * 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