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

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

Issue 2917853002: Compute correct return type for factory methods. (Closed)
Patch Set: Include changes from CL 2916533003. 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 accessors: Fail # Fixed in ahe's dev branch. 11 accessors: Fail # Fixed in ahe's dev branch.
12 expressions: Fail # Fixed in ahe's dev branch. 12 expressions: Fail # Fixed in ahe's dev branch.
13 inference/constructors_infer_from_arguments_redirecting_factory_to_factory: Fail # Fixed in ahe's dev branch.
14 rasta/issue_000002: Fail # Fixed in ahe's dev branch.
15 rasta/static: Fail # Fixed in ahe's dev branch. 13 rasta/static: Fail # Fixed in ahe's dev branch.
16 redirecting_constructor: Fail # Fixed in ahe's dev branch.
17 super_rasta_copy: Fail # Fixed in ahe's dev branch. 14 super_rasta_copy: Fail # Fixed in ahe's dev branch.
18 15
19 DeltaBlue: Fail # Missing types on constructor parameters. 16 DeltaBlue: Fail # Missing types on constructor parameters.
20 async_function: Fail # Async transformer should be optional. 17 async_function: Fail # Async transformer should be optional.
21 await: Fail 18 await: Fail
22 call: Fail # Test can't run. 19 call: Fail # Test can't run.
23 covariant_generic: Fail # Missing types on constructor parameters. 20 covariant_generic: Fail # Missing types on constructor parameters.
24 cycles: Fail # Compile-time error handling destroys program. 21 cycles: Fail # Compile-time error handling destroys program.
25 external: Fail # External method marked abstract. 22 external: Fail # External method marked abstract.
26 fallthrough: Fail # Missing FallThroughError. 23 fallthrough: Fail # Missing FallThroughError.
(...skipping 306 matching lines...) Expand 10 before | Expand all | Expand 10 after
333 rasta/issue_000035a: Fail 330 rasta/issue_000035a: Fail
334 rasta/issue_000036: Fail 331 rasta/issue_000036: Fail
335 rasta/issue_000039: Fail 332 rasta/issue_000039: Fail
336 rasta/issue_000041: Fail 333 rasta/issue_000041: Fail
337 rasta/issue_000042: Fail 334 rasta/issue_000042: Fail
338 rasta/issue_000043: Fail 335 rasta/issue_000043: Fail
339 rasta/issue_000044: Fail 336 rasta/issue_000044: Fail
340 rasta/issue_000045: Fail 337 rasta/issue_000045: Fail
341 rasta/issue_000046: Fail 338 rasta/issue_000046: Fail
342 rasta/issue_000047: Fail 339 rasta/issue_000047: Fail
343 rasta/issue_000067: Fail
344 rasta/issue_000070: Fail
345 rasta/issue_000081: Fail 340 rasta/issue_000081: Fail
346 rasta/malformed_const_constructor: Fail 341 rasta/malformed_const_constructor: Fail
347 rasta/malformed_function: Fail 342 rasta/malformed_function: Fail
348 rasta/malformed_function_type: Fail 343 rasta/malformed_function_type: Fail
349 rasta/mandatory_parameter_initializer: Fail 344 rasta/mandatory_parameter_initializer: Fail
350 rasta/mixin_library: Fail 345 rasta/mixin_library: Fail
351 rasta/native_is_illegal: Fail 346 rasta/native_is_illegal: Fail
352 rasta/parser_error: Fail 347 rasta/parser_error: Fail
353 rasta/super: Fail 348 rasta/super: Fail
354 rasta/super_initializer: Fail 349 rasta/super_initializer: Fail
355 rasta/super_mixin: Fail 350 rasta/super_mixin: Fail
356 rasta/super_operator: Fail 351 rasta/super_operator: Fail
357 rasta/supports_reflection: VerificationError 352 rasta/supports_reflection: VerificationError
358 rasta/switch_execution_case_t02: Fail 353 rasta/switch_execution_case_t02: Fail
359 rasta/switch_fall_through: Fail 354 rasta/switch_fall_through: Fail
360 rasta/try_label: Fail 355 rasta/try_label: Fail
361 rasta/type_literals: Fail 356 rasta/type_literals: Fail
362 rasta/type_with_parse_error: Fail 357 rasta/type_with_parse_error: Fail
363 rasta/typedef: Fail 358 rasta/typedef: Fail
364 rasta/unresolved: Fail 359 rasta/unresolved: Fail
365 rasta/unresolved_constructor: Fail 360 rasta/unresolved_constructor: Fail
366 rasta/unresolved_for_in: Fail 361 rasta/unresolved_for_in: Fail
367 rasta/unresolved_recovery: Fail 362 rasta/unresolved_recovery: Fail
OLDNEW
« no previous file with comments | « pkg/front_end/lib/src/fasta/source/source_library_builder.dart ('k') | pkg/front_end/test/fasta/outline.status » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698