Files
sdk/tests/compiler
Vyacheslav Egorov 03d2a819e4 Make --abort_on_assertion_errors more selective.
Only abort() if we detect that we have likely encountered internal Dart2JS
compiler error.

This flag was added in attempt to gather more information on buildbots but
it turns out that always aborting on type/assertion errors does not scale:
some dart2js tests actually test that an error was thrown.

BUG=http://dartbug.com/25753
R=srdjan@google.com, whesse@google.com

Review URL: https://codereview.chromium.org/1691443002 .
2016-02-10 18:49:10 +01:00
..