DescriptionVerify status of statically failing tests
This should catch tests that suddenly start failing (or passing).
This is an admittedly contrived approach to track compilation failures in
the same runtime logic: the statically failing tests are now compiled
to a trivial output that throws a particular exception. Ideally, we
wouldn't run these, but it's beneficial to keep status in the same
place.
On my laptop, this only adds ~8s to presubmit (which takes ~2:30 min).
Ideas on alternative approaches welcome. :-)
R=jmesserly@google.com, leafp@google.com
Committed: https://github.com/dart-lang/dev_compiler/commit/2c19b4520cb748f52e01e44c70a588a383c68b97
Patch Set 1 #
Total comments: 7
Patch Set 2 : Address comments #
Messages
Total messages: 8 (3 generated)
|