diff options
Diffstat (limited to 'crates/shirabe/tests/repository')
| -rw-r--r-- | crates/shirabe/tests/repository/platform_repository_test.rs | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/crates/shirabe/tests/repository/platform_repository_test.rs b/crates/shirabe/tests/repository/platform_repository_test.rs index 507938a0..3a4bf45d 100644 --- a/crates/shirabe/tests/repository/platform_repository_test.rs +++ b/crates/shirabe/tests/repository/platform_repository_test.rs @@ -1612,16 +1612,7 @@ fn assert_package_links( } } -// TODO(phase-d): blocked by the TODO(plugin) stubs below; re-check once the plugin RPC -// mechanism can dispatch method calls on PHP objects. #[test] -#[ignore = "all 59 provideLibraryTestCases datasets ported faithfully; blocked by two \ - TODO(plugin) stubs in PlatformRepository that need dynamic method dispatch on \ - PHP objects ($resourceBundle->get('Version'), $imagick->getVersion()): \ - resource_bundle_get returns Null so the intl dataset drops lib-icu-cldr, and \ - imagick_get_version_string returns \"\" so the imagick datasets drop \ - lib-imagick-imagemagick (confirmed current failure mode: package-set mismatch \ - on the intl dataset, not a panic)"] fn test_library_information() { let extension_version = "100.200.300"; |
