Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(41)

Side by Side Diff: pkg/front_end/test/fasta/compile.status

Issue 2938573002: Improve recovery from compile-time errors. (Closed)
Patch Set: Created 3 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
1 # Copyright (c) 2016, the Dart project authors. Please see the AUTHORS file 1 # Copyright (c) 2016, the Dart project authors. Please see the AUTHORS file
2 # for details. All rights reserved. Use of this source code is governed by a 2 # for details. All rights reserved. Use of this source code is governed by a
3 # BSD-style license that can be found in the LICENSE.md file. 3 # BSD-style license that can be found in the LICENSE.md file.
4 4
5 # Status file for the compile_test.dart (notice c, not k) test suite. This is 5 # Status file for the compile_test.dart (notice c, not k) test suite. This is
6 # testing generating Kernel ASTs directly, that is, code in 6 # testing generating Kernel ASTs directly, that is, code in
7 # pkg/fasta/lib/src/kernel/. 7 # pkg/fasta/lib/src/kernel/.
8 8
9 rasta/unsupported_platform_library: RuntimeError # OK, this must report an error at runtime. 9 rasta/unsupported_platform_library: RuntimeError # OK, this must report an error at runtime.
10 10
11 DeltaBlue: Fail # Missing types on constructor parameters. 11 DeltaBlue: Fail # Missing types on constructor parameters.
12 call: Fail # Test can't run. 12 call: Fail # Test can't run.
13 cycles: Fail # Compile-time error handling destroys program.
14 fallthrough: Fail # Missing FallThroughError. 13 fallthrough: Fail # Missing FallThroughError.
15 function_type_recovery: Fail 14 function_type_recovery: Fail
16 invocations: Fail 15 invocations: Fail
17 micro: Fail # External method marked abstract. 16 micro: Fail # External method marked abstract.
18 named_parameters: Fail # Missing types and unnecessary default values. 17 named_parameters: Fail # Missing types and unnecessary default values.
19 optional: Fail # Unnecessary default values. 18 optional: Fail # Unnecessary default values.
20 redirecting_factory: Fail # Missing types on constructor parameters. 19 redirecting_factory: Fail # Missing types on constructor parameters.
21 statements: Fail # Make async tranformer optional for golden file testing. 20 statements: Fail # Make async tranformer optional for golden file testing.
22 type_variable_as_super: Fail 21 type_variable_as_super: Fail
23 uninitialized_fields: Fail # Missing types and unnecessary default values. 22 uninitialized_fields: Fail # Missing types and unnecessary default values.
(...skipping 318 matching lines...) Expand 10 before | Expand all | Expand 10 after
342 rasta/super_operator: Fail 341 rasta/super_operator: Fail
343 rasta/supports_reflection: VerificationError 342 rasta/supports_reflection: VerificationError
344 rasta/try_label: Fail 343 rasta/try_label: Fail
345 rasta/type_literals: Fail 344 rasta/type_literals: Fail
346 rasta/type_with_parse_error: Fail 345 rasta/type_with_parse_error: Fail
347 rasta/typedef: Fail 346 rasta/typedef: Fail
348 rasta/unresolved: Fail 347 rasta/unresolved: Fail
349 rasta/unresolved_constructor: Fail 348 rasta/unresolved_constructor: Fail
350 rasta/unresolved_for_in: Fail 349 rasta/unresolved_for_in: Fail
351 rasta/unresolved_recovery: Fail 350 rasta/unresolved_recovery: Fail
OLDNEW
« no previous file with comments | « pkg/front_end/lib/src/fasta/loader.dart ('k') | pkg/front_end/testcases/cycles.dart.direct.expect » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698