Runtime Edge Test Plan
This commit is contained in:
parent
eddd99b754
commit
27e034f89f
@ -319,11 +319,8 @@ mod tests {
|
||||
let mut hardware = Hardware::new();
|
||||
let signals = InputSignals::default();
|
||||
|
||||
firmware.boot_target = BootTarget::Cartridge {
|
||||
path: "missing-cart".into(),
|
||||
debug: false,
|
||||
debug_port: 7777,
|
||||
};
|
||||
firmware.boot_target =
|
||||
BootTarget::Cartridge { path: "missing-cart".into(), debug: false, debug_port: 7777 };
|
||||
firmware.tick(&signals, &mut hardware);
|
||||
|
||||
assert!(matches!(firmware.state, FirmwareState::LaunchHub(_)));
|
||||
|
||||
@ -385,11 +385,7 @@ mod tests {
|
||||
assert!(debugger.listener.is_none());
|
||||
|
||||
debugger.setup_boot_target(
|
||||
&BootTarget::Cartridge {
|
||||
path: "dummy".into(),
|
||||
debug: false,
|
||||
debug_port: 7777,
|
||||
},
|
||||
&BootTarget::Cartridge { path: "dummy".into(), debug: false, debug_port: 7777 },
|
||||
&mut firmware,
|
||||
);
|
||||
assert!(!debugger.waiting_for_start);
|
||||
|
||||
@ -2,21 +2,21 @@
|
||||
"version": 1,
|
||||
"domains": {
|
||||
"system/runtime": {
|
||||
"baseline_percent": 0,
|
||||
"baseline_percent": 66,
|
||||
"paths": [
|
||||
"crates/console/prometeu-system/src/virtual_machine_runtime.rs",
|
||||
"crates/console/prometeu-system/src/virtual_machine_runtime/"
|
||||
]
|
||||
},
|
||||
"fs": {
|
||||
"baseline_percent": 0,
|
||||
"baseline_percent": 77,
|
||||
"paths": [
|
||||
"crates/console/prometeu-system/src/services/fs/",
|
||||
"crates/console/prometeu-system/src/services/memcard.rs"
|
||||
]
|
||||
},
|
||||
"asset/bank": {
|
||||
"baseline_percent": 0,
|
||||
"baseline_percent": 80,
|
||||
"paths": [
|
||||
"crates/console/prometeu-hal/src/asset",
|
||||
"crates/console/prometeu-hal/src/asset.rs",
|
||||
@ -27,13 +27,13 @@
|
||||
]
|
||||
},
|
||||
"firmware": {
|
||||
"baseline_percent": 0,
|
||||
"baseline_percent": 74,
|
||||
"paths": [
|
||||
"crates/console/prometeu-firmware/src/"
|
||||
]
|
||||
},
|
||||
"host-dependent": {
|
||||
"baseline_percent": 0,
|
||||
"baseline_percent": 43,
|
||||
"paths": [
|
||||
"crates/host/prometeu-host-desktop-winit/src/"
|
||||
]
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user