275ce70649
dart2js internal compiler errors exit 253 and don't produce a core dump, but rather dump the relevant debug information as a stacktrace on stdio. This change disables uploading crashes in that case, which would otherwise fail because core dumps can't be located for the dart2js process, causing the test step to fail. Change-Id: I6154bd205c8cccb9c62d007e6071fea8b4196a96 Reviewed-on: https://dart-review.googlesource.com/c/87075 Reviewed-by: Alexander Thomas <athom@google.com> Commit-Queue: Jonas Termansen <sortie@google.com>