01bd0ab62f
Rationale: OOM situations are treated as false divergences at the test runner level. However, we still had a few situations where the OOM was caught by a regular exception handler and, thus, reported as an output divergence. This fixes it. Also some formatting fixes. https://github.com/dart-lang/sdk/issues/38871 Change-Id: Idb235cc4ed749c9f1384020dcc4a5739f5bc47e0 Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/121880 Reviewed-by: Ben Konyi <bkonyi@google.com> Commit-Queue: Aart Bik <ajcbik@google.com>