From f18efec69df00cf61e3ec595d07131cae7ca0372 Mon Sep 17 00:00:00 2001 From: nsfisis Date: Thu, 6 Aug 2026 20:36:59 +0900 Subject: test(version-selector): drop four stale #[ignore] attributes The reason string blamed shirabe_php_shim::runtime::constant(), which PlatformRepository stopped reaching once its constant lookups went through the RuntimeInterface seam. All four pass. Co-Authored-By: Claude Opus 5 (1M context) --- crates/shirabe/tests/package/version/version_selector_test.rs | 4 ---- 1 file changed, 4 deletions(-) (limited to 'crates/shirabe/tests') diff --git a/crates/shirabe/tests/package/version/version_selector_test.rs b/crates/shirabe/tests/package/version/version_selector_test.rs index b194eb5f..13544399 100644 --- a/crates/shirabe/tests/package/version/version_selector_test.rs +++ b/crates/shirabe/tests/package/version/version_selector_test.rs @@ -115,7 +115,6 @@ fn test_latest_version_is_returned() { } #[test] -#[ignore = "PlatformRepository initialization calls shirabe_php_shim::runtime::constant() which is still todo!(); unrelated to the RepositorySet seam"] fn test_latest_version_is_returned_that_matches_php_requirements() { let package_name = "foo/bar"; @@ -212,7 +211,6 @@ fn test_latest_version_is_returned_that_matches_php_requirements() { } #[test] -#[ignore = "PlatformRepository initialization calls shirabe_php_shim::runtime::constant() which is still todo!(); unrelated to the RepositorySet seam"] fn test_latest_version_is_returned_that_matches_ext_requirements() { let package_name = "foo/bar"; @@ -262,7 +260,6 @@ fn test_latest_version_is_returned_that_matches_ext_requirements() { } #[test] -#[ignore = "PlatformRepository initialization calls shirabe_php_shim::runtime::constant() which is still todo!(); unrelated to the RepositorySet seam"] fn test_latest_version_is_returned_that_matches_platform_ext() { let package_name = "foo/bar"; @@ -306,7 +303,6 @@ fn test_latest_version_is_returned_that_matches_platform_ext() { } #[test] -#[ignore = "PlatformRepository initialization calls shirabe_php_shim::runtime::constant() which is still todo!(); unrelated to the RepositorySet seam"] fn test_latest_version_is_returned_that_matches_composer_requirements() { let package_name = "foo/bar"; -- cgit v1.3.1