This was an issue in #153787.
@itsjustkevin asks
Is it possible that the test failed only on the first binary?
I think so, based on more binaries missing from the list: #154027
The test should be updated to collect all the unexpected binaries, and print them all:
|
for (final String binaryPath in binaryPaths) |
|
if (allExpectedFiles.contains(binaryPath)) binaryPath |
|
else throw Exception('Found unexpected binary in cache: $binaryPath'), |