dart-lang / dart_ci

Tools used by Dart's continuous integration (CI) testing that aren't needed by Dart SDK contributors. Mirrored from dart.googlesource.com/dart_ci. Do not land pull requests on Github.
BSD 3-Clause "New" or "Revised" License
18 stars 5 forks source link

Automatically approve expected failures created by reverts #78

Open whesse opened 4 years ago

whesse commented 4 years ago

If a revert reverts a fix for a test, or a change from one failing status to another, or a skip of a test, the test's new failure should be identical to the status before the revert. If so, automatically approve this failure on landed reverts and on try jobs of this revert CL.