Summary
Two EditMode tests currently fail on origin/v3-beta / the chore/public-candidate-triage integration tip used for #1997 work. They are unrelated to dead-code scanner changes under tools/ and tests/UnityCliLoop.DeadCodeScanner.Tests/.
Failures
io.github.hatayama.UnityCliLoop.Tests.Editor.NativeCliInstallerTests.GetInstallCommand_RemoteBootstrapsEmitProgressLinesInStageOrder
- Asserts progress stage markers appear in order;
IndexOf returns -1 for an expected marker.
io.github.hatayama.UnityCliLoop.Tests.Editor.ToolSkillSynchronizerTests.DetectTargets_WhenGroupedLayoutRequested_DetectsEmptyFlatManagedDirectories
- Expected
1 detected target, got 0.
Evidence
Reproduced with scanner working tree stashed (clean package sources) via:
dist/darwin-arm64/uloop run-tests --test-mode EditMode \
--filter-type regex \
--filter-value "NativeCliInstallerTests.GetInstallCommand_RemoteBootstrapsEmitProgressLinesInStageOrder|ToolSkillSynchronizerTests.DetectTargets_WhenGroupedLayoutRequested_DetectsEmptyFlatManagedDirectories"
Result: TestCount: 2, FailedCount: 2.
Scope
Tracked so #1997 / dead-code PublicCandidate triage does not chase these. Fix separately.
Summary
Two EditMode tests currently fail on
origin/v3-beta/ thechore/public-candidate-triageintegration tip used for #1997 work. They are unrelated to dead-code scanner changes undertools/andtests/UnityCliLoop.DeadCodeScanner.Tests/.Failures
io.github.hatayama.UnityCliLoop.Tests.Editor.NativeCliInstallerTests.GetInstallCommand_RemoteBootstrapsEmitProgressLinesInStageOrderIndexOfreturns-1for an expected marker.io.github.hatayama.UnityCliLoop.Tests.Editor.ToolSkillSynchronizerTests.DetectTargets_WhenGroupedLayoutRequested_DetectsEmptyFlatManagedDirectories1detected target, got0.Evidence
Reproduced with scanner working tree stashed (clean package sources) via:
dist/darwin-arm64/uloop run-tests --test-mode EditMode \ --filter-type regex \ --filter-value "NativeCliInstallerTests.GetInstallCommand_RemoteBootstrapsEmitProgressLinesInStageOrder|ToolSkillSynchronizerTests.DetectTargets_WhenGroupedLayoutRequested_DetectsEmptyFlatManagedDirectories"Result:
TestCount: 2,FailedCount: 2.Scope
Tracked so #1997 / dead-code PublicCandidate triage does not chase these. Fix separately.