mirror of
https://github.com/dart-lang/sdk
synced 2024-11-02 15:01:30 +00:00
5909efe401
This fixes * lineStart tracking when synthetic strings added * token charOffset when scanning UTF-8 stream These changes prevent the crashes mentioned in #29976 and #29982. R=ahe@google.com Review-Url: https://codereview.chromium.org/2984713002 .
110 lines
4.1 KiB
Text
110 lines
4.1 KiB
Text
# Copyright (c) 2016, 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.
|
|
|
|
# Status file for the compile_test.dart (notice c, not k) test suite. This is
|
|
# testing generating Kernel ASTs directly, that is, code in
|
|
# pkg/fasta/lib/src/kernel/.
|
|
|
|
rasta/unsupported_platform_library: RuntimeError # OK, this must report an error at runtime.
|
|
|
|
DeltaBlue: Fail # Fasta and dartk disagree on static initializers
|
|
call: Fail # Test can't run.
|
|
fallthrough: Fail # Missing FallThroughError.
|
|
function_type_recovery: Fail
|
|
invocations: Fail
|
|
micro: Fail # External method marked abstract.
|
|
named_parameters: Fail # Missing types and unnecessary default values.
|
|
optional: Fail # Unnecessary default values.
|
|
redirecting_factory: Fail # Missing types on constructor parameters.
|
|
statements: Fail # Make async tranformer optional for golden file testing.
|
|
type_variable_as_super: Fail
|
|
uninitialized_fields: Fail # Fasta and dartk disagree on static initializers
|
|
void-methods: Fail # Bad return from setters.
|
|
|
|
inference/constructors_too_many_positional_arguments: Fail
|
|
inference/downwards_inference_annotations_locals: Fail # Issue #30031
|
|
inference/future_then_explicit_future: Fail
|
|
inference/generic_methods_infer_js_builtin: Fail
|
|
inference/infer_assign_to_index: Fail
|
|
inference/infer_assign_to_property: Fail
|
|
inference/infer_assign_to_property_custom: Fail
|
|
inference/infer_type_cast: Fail
|
|
inference/infer_typed_list_literal: Fail
|
|
inference/unsafe_block_closure_inference_function_call_explicit_dynamic_param_via_expr1: Fail
|
|
inference/unsafe_block_closure_inference_function_call_explicit_dynamic_param_via_expr2: Fail
|
|
inference/unsafe_block_closure_inference_function_call_explicit_type_param_via_expr1: Fail
|
|
inference/unsafe_block_closure_inference_function_call_explicit_type_param_via_expr2: Fail
|
|
|
|
rasta/abstract_constructor: Fail
|
|
rasta/bad_constructor_redirection: Fail
|
|
rasta/bad_continue: Fail
|
|
rasta/bad_default_constructor: Fail # Compile-time error destroys program.
|
|
rasta/bad_explicit_super_constructor: Fail
|
|
rasta/bad_implicit_super_constructor: Fail
|
|
rasta/bad_interpolation: Fail
|
|
rasta/bad_redirection: Fail
|
|
rasta/bad_setter_initializer: Fail
|
|
rasta/bad_unicode: Fail
|
|
rasta/breaking_bad: Fail
|
|
rasta/class_hierarchy: Fail
|
|
rasta/class_member: Fail
|
|
rasta/constant_get_and_invoke: Fail
|
|
rasta/deferred_lib: Fail
|
|
rasta/deferred_load: Fail
|
|
rasta/duplicated_mixin: Fail
|
|
rasta/export: Fail
|
|
rasta/foo: Fail
|
|
rasta/for_loop: Fail
|
|
rasta/generic_factory: Fail
|
|
rasta/issue_000001: Fail
|
|
rasta/issue_000031: Fail
|
|
rasta/issue_000032: Fail
|
|
rasta/issue_000034: Fail
|
|
rasta/issue_000035: Fail
|
|
rasta/issue_000035a: Fail
|
|
rasta/issue_000036: Fail
|
|
rasta/issue_000039: Fail
|
|
rasta/issue_000041: Fail
|
|
rasta/issue_000042: Fail
|
|
rasta/issue_000043: Fail
|
|
rasta/issue_000044: Fail
|
|
rasta/issue_000045: Fail
|
|
rasta/issue_000046: Fail
|
|
rasta/issue_000047: Fail
|
|
rasta/issue_000081: Fail
|
|
rasta/malformed_const_constructor: Fail
|
|
rasta/malformed_function: Fail
|
|
rasta/mandatory_parameter_initializer: Fail
|
|
rasta/mixin_library: Fail
|
|
rasta/native_is_illegal: Fail
|
|
rasta/parser_error: Fail
|
|
rasta/super: Fail
|
|
rasta/super_initializer: Fail
|
|
rasta/super_operator: Fail
|
|
rasta/supports_reflection: VerificationError
|
|
rasta/try_label: Fail
|
|
rasta/type_literals: Fail
|
|
rasta/type_with_parse_error: Fail
|
|
rasta/typedef: Fail
|
|
rasta/unresolved: Fail
|
|
rasta/unresolved_constructor: Fail
|
|
rasta/unresolved_for_in: Fail
|
|
rasta/unresolved_recovery: Fail
|
|
|
|
regress/issue_29940: Crash # Issue 29940.
|
|
regress/issue_29941: Crash # Issue 29941.
|
|
regress/issue_29942: Crash # Issue 29942.
|
|
regress/issue_29943: Crash # Issue 29943.
|
|
regress/issue_29944: Crash # Issue 29944.
|
|
regress/issue_29945: Crash # Issue 29945.
|
|
regress/issue_29975: Fail # Issue 29975.
|
|
regress/issue_29976: RuntimeError
|
|
regress/issue_29977: Crash # Issue 29977.
|
|
regress/issue_29980: Crash # Issue 29980.
|
|
regress/issue_29981: Crash # Issue 29981.
|
|
regress/issue_29982: RuntimeError
|
|
regress/issue_29983: Crash # Issue 29983.
|
|
regress/issue_29984: Crash # Issue 29984.
|
|
regress/issue_29985: Crash # Issue 29985.
|
|
regress/issue_29987: Crash # Issue 29987.
|