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

Side by Side Diff: tests/language/language_kernel.status

Issue 2884483002: Implement function-typed formal parameters in OutlineBuilder. (Closed)
Patch Set: Rework to avoid merge conflicts with https://codereview.chromium.org/2876813002/ Created 3 years, 7 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
« no previous file with comments | « pkg/front_end/testcases/named_parameters.dart.outline.expect ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 file. 3 # BSD-style license that can be found in the LICENSE file.
4 4
5 [ $compiler == dartk || $compiler == dartkp ] 5 [ $compiler == dartk || $compiler == dartkp ]
6 multiline_newline_test/04: MissingCompileTimeError # Fixed in ahe's dev-branch 6 multiline_newline_test/04: MissingCompileTimeError # Fixed in ahe's dev-branch
7 multiline_newline_test/04r: MissingCompileTimeError # Fixed in ahe's dev-branch 7 multiline_newline_test/04r: MissingCompileTimeError # Fixed in ahe's dev-branch
8 multiline_newline_test/05: MissingCompileTimeError # Fixed in ahe's dev-branch 8 multiline_newline_test/05: MissingCompileTimeError # Fixed in ahe's dev-branch
9 multiline_newline_test/05r: MissingCompileTimeError # Fixed in ahe's dev-branch 9 multiline_newline_test/05r: MissingCompileTimeError # Fixed in ahe's dev-branch
10 multiline_newline_test/06: MissingCompileTimeError # Fixed in ahe's dev-branch 10 multiline_newline_test/06: MissingCompileTimeError # Fixed in ahe's dev-branch
(...skipping 85 matching lines...) Expand 10 before | Expand all | Expand 10 after
96 external_test/25: MissingCompileTimeError 96 external_test/25: MissingCompileTimeError
97 external_test/30: MissingCompileTimeError 97 external_test/30: MissingCompileTimeError
98 external_test/31: MissingCompileTimeError 98 external_test/31: MissingCompileTimeError
99 field_decl_missing_var_type_test/01: MissingCompileTimeError 99 field_decl_missing_var_type_test/01: MissingCompileTimeError
100 final_initializer_instance_reference_test/01: MissingCompileTimeError 100 final_initializer_instance_reference_test/01: MissingCompileTimeError
101 final_super_field_set_test/01: RuntimeError 101 final_super_field_set_test/01: RuntimeError
102 final_syntax_test/01: MissingCompileTimeError 102 final_syntax_test/01: MissingCompileTimeError
103 final_syntax_test/02: MissingCompileTimeError 103 final_syntax_test/02: MissingCompileTimeError
104 final_syntax_test/03: MissingCompileTimeError 104 final_syntax_test/03: MissingCompileTimeError
105 final_syntax_test/04: MissingCompileTimeError 105 final_syntax_test/04: MissingCompileTimeError
106 function_subtype0_test: RuntimeError
107 function_subtype1_test: RuntimeError
108 function_syntax_test/00: MissingCompileTimeError 106 function_syntax_test/00: MissingCompileTimeError
109 function_syntax_test/01: MissingCompileTimeError 107 function_syntax_test/01: MissingCompileTimeError
110 function_syntax_test/22: MissingCompileTimeError 108 function_syntax_test/22: MissingCompileTimeError
111 function_syntax_test/64: MissingCompileTimeError 109 function_syntax_test/64: MissingCompileTimeError
112 function_syntax_test/67: MissingCompileTimeError 110 function_syntax_test/67: MissingCompileTimeError
113 function_syntax_test/68: MissingCompileTimeError 111 function_syntax_test/68: MissingCompileTimeError
114 function_syntax_test/69: MissingCompileTimeError 112 function_syntax_test/69: MissingCompileTimeError
115 function_syntax_test/71: MissingCompileTimeError 113 function_syntax_test/71: MissingCompileTimeError
116 function_syntax_test/73: MissingCompileTimeError 114 function_syntax_test/73: MissingCompileTimeError
117 function_syntax_test/74: MissingCompileTimeError 115 function_syntax_test/74: MissingCompileTimeError
(...skipping 244 matching lines...) Expand 10 before | Expand all | Expand 10 after
362 360
363 const_constructor_nonconst_field_test/01: MissingCompileTimeError # Fasta bug: N on-const expression in field initializer. 361 const_constructor_nonconst_field_test/01: MissingCompileTimeError # Fasta bug: N on-const expression in field initializer.
364 362
365 method_name_test: CompileTimeError # Fasta bug: Parser bug. 363 method_name_test: CompileTimeError # Fasta bug: Parser bug.
366 364
367 generic_metadata_test/02: MissingCompileTimeError # Fasta bug: Type arguments ar en't allowed on metadata?! 365 generic_metadata_test/02: MissingCompileTimeError # Fasta bug: Type arguments ar en't allowed on metadata?!
368 generic_metadata_test/03: MissingCompileTimeError # Fasta bug: Type arguments ar en't allowed on metadata?! 366 generic_metadata_test/03: MissingCompileTimeError # Fasta bug: Type arguments ar en't allowed on metadata?!
369 367
370 named_constructor_test/01: MissingRuntimeError # Fasta bug: Bad compilation of c onstructor reference. 368 named_constructor_test/01: MissingRuntimeError # Fasta bug: Bad compilation of c onstructor reference.
371 369
370 generic_function_typedef_test: RuntimeError
371
372 # dartk: JIT & AOT failures (debug) 372 # dartk: JIT & AOT failures (debug)
373 [ ($compiler == dartk || $compiler == dartkp) && $mode == debug ] 373 [ ($compiler == dartk || $compiler == dartkp) && $mode == debug ]
374 const_instance_field_test/01: Crash 374 const_instance_field_test/01: Crash
375 cyclic_type_variable_test/01: Crash 375 cyclic_type_variable_test/01: Crash
376 cyclic_type_variable_test/02: Crash 376 cyclic_type_variable_test/02: Crash
377 cyclic_type_variable_test/03: Crash 377 cyclic_type_variable_test/03: Crash
378 cyclic_type_variable_test/04: Crash 378 cyclic_type_variable_test/04: Crash
379 cyclic_type_variable_test/none: Crash 379 cyclic_type_variable_test/none: Crash
380 switch1_negative_test: Crash 380 switch1_negative_test: Crash
381 type_parameter_test/04: Crash 381 type_parameter_test/04: Crash
(...skipping 178 matching lines...) Expand 10 before | Expand all | Expand 10 after
560 deferred_super_dependency_test/01: CompileTimeError # Deferred loading kernel is sue 28335. 560 deferred_super_dependency_test/01: CompileTimeError # Deferred loading kernel is sue 28335.
561 deferred_type_dependency_test/as: CompileTimeError # Deferred loading kernel iss ue 28335. 561 deferred_type_dependency_test/as: CompileTimeError # Deferred loading kernel iss ue 28335.
562 deferred_type_dependency_test/is: CompileTimeError # Deferred loading kernel iss ue 28335. 562 deferred_type_dependency_test/is: CompileTimeError # Deferred loading kernel iss ue 28335.
563 deferred_type_dependency_test/none: CompileTimeError # Deferred loading kernel i ssue 28335. 563 deferred_type_dependency_test/none: CompileTimeError # Deferred loading kernel i ssue 28335.
564 deferred_type_dependency_test/type_annotation: CompileTimeError # Deferred loadi ng kernel issue 28335. 564 deferred_type_dependency_test/type_annotation: CompileTimeError # Deferred loadi ng kernel issue 28335.
565 issue_1751477_test: CompileTimeError # Deferred loading kernel issue 28335. 565 issue_1751477_test: CompileTimeError # Deferred loading kernel issue 28335.
566 regress_22443_test: CompileTimeError # Deferred loading kernel issue 28335. 566 regress_22443_test: CompileTimeError # Deferred loading kernel issue 28335.
567 regress_23408_test: CompileTimeError # Deferred loading kernel issue 28335. 567 regress_23408_test: CompileTimeError # Deferred loading kernel issue 28335.
568 regress_28278_test: CompileTimeError # Deferred loading kernel issue 28335. 568 regress_28278_test: CompileTimeError # Deferred loading kernel issue 28335.
569 case_expression_with_assignment_test/01: Crash # Issue 29379 569 case_expression_with_assignment_test/01: Crash # Issue 29379
OLDNEW
« no previous file with comments | « pkg/front_end/testcases/named_parameters.dart.outline.expect ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698