b561850fb5
This CL copied stacktrace test ccases from dart2js and updates them to DDC (mostly kernel version). Some tests fail (marked in status file) because of dartbug.com/31451. Bug: Change-Id: If89c292eedb162fe7fe2832e909654e4ee083340 Reviewed-on: https://dart-review.googlesource.com/23500 Reviewed-by: Johnni Winther <johnniwinther@google.com>
12 lines
508 B
Plaintext
12 lines
508 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: Crash
|
|
/throw_in_constructor_from_async: Crash
|
|
/throw_in_instance_method: Crash
|
|
|
|
/throw_in_async: Crash # dartbug.com/31451
|
|
/throw_in_awaited_async: Crash # dartbug.com/31451
|
|
/throw_in_top_level_method_from_async: Crash # dartbug.com/31451 |