From 6f55caac4e6e55661305311174e31ec2b0e375b6 Mon Sep 17 00:00:00 2001 From: nsfisis Date: Sat, 11 Jul 2026 20:09:27 +0900 Subject: test: update TODO reason for unported test cases No test logic changes. --- crates/shirabe/tests/installer/installation_manager_test.rs | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'crates/shirabe/tests/installer') diff --git a/crates/shirabe/tests/installer/installation_manager_test.rs b/crates/shirabe/tests/installer/installation_manager_test.rs index e3e4c0fc..f60d1250 100644 --- a/crates/shirabe/tests/installer/installation_manager_test.rs +++ b/crates/shirabe/tests/installer/installation_manager_test.rs @@ -292,12 +292,18 @@ fn test_add_get_installer() { #[ignore = "removeInstaller compares installers by object identity, but add_installer moves the Box into the manager, leaving no &dyn reference to pass back to remove_installer; faithful reproduction needs a shared-ownership installer registry"] #[test] fn test_add_remove_installer() { + // TODO(phase-d): removeInstaller compares installers by object identity, but add_installer + // moves the Box into the manager, leaving no &dyn reference to pass + // back to remove_installer; faithful reproduction needs a shared-ownership installer registry. todo!() } #[ignore = "partial mock of InstallationManager (onlyMethods install/update/uninstall) with expects(once)->with(...) is not reproducible without method-overriding mocks; execute() also takes the batched download path"] #[test] fn test_execute() { + // TODO(phase-d): a partial mock of InstallationManager (onlyMethods install/update/uninstall) + // with expects(once)->with(...) is not reproducible without method-overriding mocks; execute() + // also takes the batched download path. todo!() } -- cgit v1.3.1