Files
swift-mirror/test/Utils/update-generated-tests
Henrik G. Olsson 1fa1af4410 [utils] save hash of GENERATED-BY output
By hashing the output, the test updater won't trigger for failures
unrelated to the test file being outdated. That is, if the generated
test output hasn't changed, then regenerating the test surely won't fix
it. This serves two purposes:
 - it allows someone to make edits to the output (e.g. add comments) and
   not have them overwritten all the time
 - only one test updater is allowed to make updates each test failure,
   so if the generated file hasn't changed, it shouldn't prevent other
   test updaters from executing
2026-02-25 20:25:10 -08:00
..