diff options
| author | nsfisis <nsfisis@gmail.com> | 2026-06-22 02:33:21 +0900 |
|---|---|---|
| committer | nsfisis <nsfisis@gmail.com> | 2026-06-22 02:34:14 +0900 |
| commit | 9506cfafe29417a5c4149cf618f7e8c79d463e4e (patch) | |
| tree | 357f8ef9b0436c6aee9c1b883c1f8223f83520ea /crates/shirabe/tests/advisory | |
| parent | 822d9a872807a92a5337ee8b7bab96dc9845cdbb (diff) | |
| download | php-shirabe-9506cfafe29417a5c4149cf618f7e8c79d463e4e.tar.gz php-shirabe-9506cfafe29417a5c4149cf618f7e8c79d463e4e.tar.zst php-shirabe-9506cfafe29417a5c4149cf618f7e8c79d463e4e.zip | |
test: un-ignore tests that now pass
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Diffstat (limited to 'crates/shirabe/tests/advisory')
| -rw-r--r-- | crates/shirabe/tests/advisory/audit_config_test.rs | 8 | ||||
| -rw-r--r-- | crates/shirabe/tests/advisory/auditor_test.rs | 1 |
2 files changed, 0 insertions, 9 deletions
diff --git a/crates/shirabe/tests/advisory/audit_config_test.rs b/crates/shirabe/tests/advisory/audit_config_test.rs index 008fb4f..30bbb92 100644 --- a/crates/shirabe/tests/advisory/audit_config_test.rs +++ b/crates/shirabe/tests/advisory/audit_config_test.rs @@ -35,7 +35,6 @@ fn audit_config_from(audit_section: PhpMixed) -> anyhow::Result<AuditConfig> { } #[test] -#[ignore = "Config::merge reaches array_merge, a todo!() in the php-shim"] fn test_simple_format() { let audit_config = audit_config_from(arr(vec![( "ignore", @@ -54,7 +53,6 @@ fn test_simple_format() { } #[test] -#[ignore = "Config::merge reaches array_merge, a todo!() in the php-shim"] fn test_detailed_format_audit_only() { let audit_config = audit_config_from(arr(vec![( "ignore", @@ -76,7 +74,6 @@ fn test_detailed_format_audit_only() { } #[test] -#[ignore = "Config::merge reaches array_merge, a todo!() in the php-shim"] fn test_detailed_format_block_only() { let audit_config = audit_config_from(arr(vec![( "ignore", @@ -136,7 +133,6 @@ fn test_mixed_formats() { } #[test] -#[ignore = "Config::merge reaches array_merge, a todo!() in the php-shim"] fn test_ignore_severity_simple_array() { let audit_config = audit_config_from(arr(vec![( "ignore-severity", @@ -155,7 +151,6 @@ fn test_ignore_severity_simple_array() { } #[test] -#[ignore = "Config::merge reaches array_merge, a todo!() in the php-shim"] fn test_ignore_severity_detailed_format() { let audit_config = audit_config_from(arr(vec![( "ignore-severity", @@ -183,7 +178,6 @@ fn test_ignore_severity_detailed_format() { } #[test] -#[ignore = "Config::merge reaches array_merge, a todo!() in the php-shim"] fn test_ignore_abandoned_simple_format() { let audit_config = audit_config_from(arr(vec![( "ignore-abandoned", @@ -202,7 +196,6 @@ fn test_ignore_abandoned_simple_format() { } #[test] -#[ignore = "Config::merge reaches array_merge, a todo!() in the php-shim"] fn test_ignore_abandoned_detailed_format() { let audit_config = audit_config_from(arr(vec![( "ignore-abandoned", @@ -236,7 +229,6 @@ fn test_ignore_abandoned_detailed_format() { } #[test] -#[ignore = "Config::merge reaches array_merge, a todo!() in the php-shim"] fn test_invalid_apply_value() { let result = audit_config_from(arr(vec![( "ignore", diff --git a/crates/shirabe/tests/advisory/auditor_test.rs b/crates/shirabe/tests/advisory/auditor_test.rs index 038c675..7e02db8 100644 --- a/crates/shirabe/tests/advisory/auditor_test.rs +++ b/crates/shirabe/tests/advisory/auditor_test.rs @@ -88,7 +88,6 @@ fn test_audit_with_ignore_severity() { } #[test] -#[ignore] fn test_needs_complete_advisory_load() { let cases: Vec<( IndexMap<String, Vec<AnySecurityAdvisory>>, |
