You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/info/ROM-SUITES.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -171,7 +171,7 @@ Same-ROM model variants are ordered DMG before MGB before GBC before AGB before
171
171
- GitHub `ci` mirrors Rust checks and coverage.
172
172
- GitHub `test-roms` runs the promoted `gb-emulator-shootout` matrix with `cargo rom-suite gb-emulator-shootout --suite <suite>`; rows that intentionally depend on manifest-declared RealBoot, currently `ashiepaws` and `mealybug-tearoom-tests`, first run `cargo rom-fetch --boot-rom <dir>` into runner-local temporary storage and then pass `--boot-rom-dir <dir>`.
173
173
- GitHub `test-roms-extra` runs explicitly promoted standalone report lanes with `cargo rom-suite <report>`; rows that intentionally depend on manifest-declared RealBoot, currently `gbmicrotest`, first run `cargo rom-fetch --boot-rom <dir>` into runner-local temporary storage and then pass `--boot-rom-dir <dir>`. `rtc3test` now replaces the removed standalone `ax6` report lane, while `little-things-gb` is temporarily commented out during the c-sp v7 Telling LYs joypad IRQ entropy investigation, `nitro2k01` stays local while placeholder framebuffer fixtures are replaced with manual fixtures, and standalone `mealybug-tearoom-tests` plus `samesuite` are temporarily commented out while their c-sp v7 inventories are validated manually.
174
-
- GitHub `rom-reports-pages` reads its curated report metadata from `crates/gb-test-runner/data/rom-reports-pages.json`; a row with `boot_roms: true` fetches pinned boot ROM assets into runner-local temporary storage and passes `--boot-rom-dir <dir>` to `cargo rom-report <report> --html`, preserving manifest-declared RealBoot without forcing unrelated cases. Render jobs upload each report's `.status/` directory as an intermediate artifact, and the assemble job reconstructs `test/<report>/.status/` before running `cargo rom-report --index _site`; the published index follows the JSON metadata order, includes non-failing/total counts and a green check only when all executed rows are non-failing, and does not publish `summary.json`.
174
+
- GitHub `rom-reports-pages` reads its curated report metadata from `crates/gb-test-runner/data/rom-reports-pages.json`; RealBoot-backed rows, currently `gb-emulator-shootout`, `gbmicrotest`, and `nitro2k01`, set `boot_roms: true` so the workflow fetches pinned boot ROM assets into runner-local temporary storage and passes `--boot-rom-dir <dir>` to `cargo rom-report <report> --html`, preserving manifest-declared RealBoot without forcing unrelated cases. Render jobs upload each report's `.status/` directory as an intermediate artifact, and the assemble job reconstructs `test/<report>/.status/` before running `cargo rom-report --index _site`; the published index follows the JSON metadata order, includes non-failing/total counts and a green check only when all executed rows are non-failing, and does not publish `summary.json`.
175
175
- RealBoot, commercial, red, linked, and local-only lanes stay outside GitHub ROM workflows unless promoted intentionally; any promoted RealBoot lane must fetch pinned boot ROM assets into runner-local temporary storage and pass `--boot-rom-dir <dir>` explicitly.
0 commit comments