03d2a819e4
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 .