163f8b9678
This no longer fails on a bogus error (setting a stack on a primitive): main() async => throw "hi"; Doesn't come up in tests as that path (rethrow) is only exercised for unhandled exceptions. Change-Id: I69bcf8c1c6a0cf8841c626594f95c48114ae5aaa Reviewed-on: https://dart-review.googlesource.com/48463 Commit-Queue: Vijay Menon <vsm@google.com> Reviewed-by: Jenny Messerly <jmesserly@google.com>
9 lines
432 B
Plaintext
9 lines
432 B
Plaintext
# Copyright (c) 2017, the Dart project authors. Please see the AUTHORS file
|
|
# for details. All rights reserved. Use of this source code is governed by a
|
|
# BSD-style license that can be found in the LICENSE.md file.
|
|
|
|
null_interceptor_field: Crash
|
|
throw_in_constructor_from_async: Crash
|
|
throw_in_instance_method: Crash
|
|
throw_in_static_method: Crash # Test works, but DDC's hover support means the expected column in the test is wrong
|