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

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

Issue 2939533002: Apply transformations after comparing to golden files. (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 async_function: Fail # Async transformer should be optional.
13 await: Fail
14 call: Fail # Test can't run. 12 call: Fail # Test can't run.
15 cycles: Fail # Compile-time error handling destroys program. 13 cycles: Fail # Compile-time error handling destroys program.
16 fallthrough: Fail # Missing FallThroughError. 14 fallthrough: Fail # Missing FallThroughError.
17 function_type_recovery: Fail 15 function_type_recovery: Fail
18 invocations: Fail 16 invocations: Fail
19 micro: Fail # External method marked abstract. 17 micro: Fail # External method marked abstract.
20 named_parameters: Fail # Missing types and unnecessary default values. 18 named_parameters: Fail # Missing types and unnecessary default values.
21 optional: Fail # Unnecessary default values. 19 optional: Fail # Unnecessary default values.
22 redirecting_factory: Fail # Missing types on constructor parameters. 20 redirecting_factory: Fail # Missing types on constructor parameters.
23 statements: Fail # Make async tranformer optional for golden file testing. 21 statements: Fail # Make async tranformer optional for golden file testing.
(...skipping 320 matching lines...) Expand 10 before | Expand all | Expand 10 after
344 rasta/super_operator: Fail 342 rasta/super_operator: Fail
345 rasta/supports_reflection: VerificationError 343 rasta/supports_reflection: VerificationError
346 rasta/try_label: Fail 344 rasta/try_label: Fail
347 rasta/type_literals: Fail 345 rasta/type_literals: Fail
348 rasta/type_with_parse_error: Fail 346 rasta/type_with_parse_error: Fail
349 rasta/typedef: Fail 347 rasta/typedef: Fail
350 rasta/unresolved: Fail 348 rasta/unresolved: Fail
351 rasta/unresolved_constructor: Fail 349 rasta/unresolved_constructor: Fail
352 rasta/unresolved_for_in: Fail 350 rasta/unresolved_for_in: Fail
353 rasta/unresolved_recovery: Fail 351 rasta/unresolved_recovery: Fail
OLDNEW
« no previous file with comments | « pkg/front_end/lib/src/fasta/kernel/kernel_shadow_ast.dart ('k') | pkg/front_end/test/fasta/testing/suite.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698