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

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

Issue 2847793002: Update handling of multiline strings to specification. (Closed)
Patch Set: Work around analyzer bug and update status file. 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/lib/src/fasta/quote.dart ('k') | tests/language/multiline_newline_cr.dart » ('j') | 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
7 multiline_newline_test/04r: 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
10 multiline_newline_test/06: MissingCompileTimeError # Fixed in ahe's dev-branch
11 multiline_newline_test/06r: MissingCompileTimeError # Fixed in ahe's dev-branch
12
6 built_in_identifier_test/01: CompileTimeError 13 built_in_identifier_test/01: CompileTimeError
7 call_nonexistent_static_test/01: CompileTimeError 14 call_nonexistent_static_test/01: CompileTimeError
8 call_nonexistent_static_test/04: CompileTimeError 15 call_nonexistent_static_test/04: CompileTimeError
9 compile_time_constant_c_test/02: MissingCompileTimeError 16 compile_time_constant_c_test/02: MissingCompileTimeError
10 compile_time_constant_c_test/03: MissingCompileTimeError 17 compile_time_constant_c_test/03: MissingCompileTimeError
11 compile_time_constant_k_test/01: RuntimeError 18 compile_time_constant_k_test/01: RuntimeError
12 compile_time_constant_k_test/02: RuntimeError 19 compile_time_constant_k_test/02: RuntimeError
13 compile_time_constant_k_test/03: RuntimeError 20 compile_time_constant_k_test/03: RuntimeError
14 compile_time_constant_o_test/01: RuntimeError 21 compile_time_constant_o_test/01: RuntimeError
15 compile_time_constant_o_test/02: RuntimeError 22 compile_time_constant_o_test/02: RuntimeError
(...skipping 224 matching lines...) Expand 10 before | Expand all | Expand 10 after
240 mixin_mixin_bound2_test: RuntimeError 247 mixin_mixin_bound2_test: RuntimeError
241 mixin_mixin_bound_test: RuntimeError 248 mixin_mixin_bound_test: RuntimeError
242 mixin_mixin_test: RuntimeError 249 mixin_mixin_test: RuntimeError
243 mixin_of_mixin_test/03: RuntimeError 250 mixin_of_mixin_test/03: RuntimeError
244 mixin_of_mixin_test/14: RuntimeError 251 mixin_of_mixin_test/14: RuntimeError
245 mixin_super_constructor_named_test/01: MissingCompileTimeError 252 mixin_super_constructor_named_test/01: MissingCompileTimeError
246 mixin_super_constructor_positionals_test/01: MissingCompileTimeError 253 mixin_super_constructor_positionals_test/01: MissingCompileTimeError
247 mixin_super_test: RuntimeError 254 mixin_super_test: RuntimeError
248 mixin_type_parameters_super_extends_test: RuntimeError 255 mixin_type_parameters_super_extends_test: RuntimeError
249 mixin_type_parameters_super_test: RuntimeError 256 mixin_type_parameters_super_test: RuntimeError
250 multiline_newline_test/01: RuntimeError
251 multiline_newline_test/02: RuntimeError
252 multiline_newline_test/03: RuntimeError
253 multiline_newline_test/04: MissingCompileTimeError
254 multiline_newline_test/05: MissingCompileTimeError
255 multiline_newline_test/06: MissingCompileTimeError
256 multiline_newline_test/none: RuntimeError
257 named_constructor_test/01: MissingRuntimeError 257 named_constructor_test/01: MissingRuntimeError
258 named_parameters_aggregated_test/01: MissingCompileTimeError 258 named_parameters_aggregated_test/01: MissingCompileTimeError
259 named_parameters_aggregated_test/03: MissingCompileTimeError 259 named_parameters_aggregated_test/03: MissingCompileTimeError
260 named_parameters_aggregated_test/04: MissingCompileTimeError 260 named_parameters_aggregated_test/04: MissingCompileTimeError
261 named_parameters_default_eq_test/01: MissingCompileTimeError 261 named_parameters_default_eq_test/01: MissingCompileTimeError
262 named_parameters_default_eq_test/02: MissingCompileTimeError 262 named_parameters_default_eq_test/02: MissingCompileTimeError
263 on_catch_malformed_type_test: RuntimeError 263 on_catch_malformed_type_test: RuntimeError
264 parameter_initializer6_negative_test: Fail 264 parameter_initializer6_negative_test: Fail
265 private_access_test/05: RuntimeError 265 private_access_test/05: RuntimeError
266 private_access_test/06: RuntimeError 266 private_access_test/06: RuntimeError
(...skipping 211 matching lines...) Expand 10 before | Expand all | Expand 10 after
478 malformed2_test/01: MissingCompileTimeError 478 malformed2_test/01: MissingCompileTimeError
479 map_literal1_test/01: MissingCompileTimeError 479 map_literal1_test/01: MissingCompileTimeError
480 mixin_invalid_bound2_test/08: Fail 480 mixin_invalid_bound2_test/08: Fail
481 mixin_invalid_bound2_test/09: Fail 481 mixin_invalid_bound2_test/09: Fail
482 mixin_invalid_bound2_test/10: Fail 482 mixin_invalid_bound2_test/10: Fail
483 mixin_invalid_bound_test/06: Fail 483 mixin_invalid_bound_test/06: Fail
484 mixin_invalid_bound_test/07: Fail 484 mixin_invalid_bound_test/07: Fail
485 mixin_super_bound2_test/01: RuntimeError 485 mixin_super_bound2_test/01: RuntimeError
486 mixin_super_bound_test: RuntimeError 486 mixin_super_bound_test: RuntimeError
487 msk_bound_test: RuntimeError 487 msk_bound_test: RuntimeError
488 multiline_newline_test/01: CompileTimeError
489 multiline_newline_test/02: CompileTimeError
490 multiline_newline_test/03: CompileTimeError
491 redirecting_factory_infinite_steps_test/01: Fail 488 redirecting_factory_infinite_steps_test/01: Fail
492 redirecting_factory_malbounded_test/01: Fail 489 redirecting_factory_malbounded_test/01: Fail
493 regress_22728_test: RuntimeError 490 regress_22728_test: RuntimeError
494 regress_26133_test: RuntimeError 491 regress_26133_test: RuntimeError
495 type_parameter_test/01: Fail 492 type_parameter_test/01: Fail
496 type_parameter_test/02: Fail 493 type_parameter_test/02: Fail
497 type_parameter_test/03: Fail 494 type_parameter_test/03: Fail
498 type_parameter_test/04: Fail 495 type_parameter_test/04: Fail
499 type_parameter_test/05: MissingCompileTimeError 496 type_parameter_test/05: MissingCompileTimeError
500 type_parameter_test/06: Fail 497 type_parameter_test/06: Fail
(...skipping 47 matching lines...) Expand 10 before | Expand all | Expand 10 after
548 deferred_super_dependency_test/01: CompileTimeError # Deferred loading kernel is sue 28335. 545 deferred_super_dependency_test/01: CompileTimeError # Deferred loading kernel is sue 28335.
549 deferred_type_dependency_test/as: CompileTimeError # Deferred loading kernel iss ue 28335. 546 deferred_type_dependency_test/as: CompileTimeError # Deferred loading kernel iss ue 28335.
550 deferred_type_dependency_test/is: CompileTimeError # Deferred loading kernel iss ue 28335. 547 deferred_type_dependency_test/is: CompileTimeError # Deferred loading kernel iss ue 28335.
551 deferred_type_dependency_test/none: CompileTimeError # Deferred loading kernel i ssue 28335. 548 deferred_type_dependency_test/none: CompileTimeError # Deferred loading kernel i ssue 28335.
552 deferred_type_dependency_test/type_annotation: CompileTimeError # Deferred loadi ng kernel issue 28335. 549 deferred_type_dependency_test/type_annotation: CompileTimeError # Deferred loadi ng kernel issue 28335.
553 issue_1751477_test: CompileTimeError # Deferred loading kernel issue 28335. 550 issue_1751477_test: CompileTimeError # Deferred loading kernel issue 28335.
554 regress_22443_test: CompileTimeError # Deferred loading kernel issue 28335. 551 regress_22443_test: CompileTimeError # Deferred loading kernel issue 28335.
555 regress_23408_test: CompileTimeError # Deferred loading kernel issue 28335. 552 regress_23408_test: CompileTimeError # Deferred loading kernel issue 28335.
556 regress_28278_test: CompileTimeError # Deferred loading kernel issue 28335. 553 regress_28278_test: CompileTimeError # Deferred loading kernel issue 28335.
557 case_expression_with_assignment_test/01: Crash # Issue 29379 554 case_expression_with_assignment_test/01: Crash # Issue 29379
OLDNEW
« no previous file with comments | « pkg/front_end/lib/src/fasta/quote.dart ('k') | tests/language/multiline_newline_cr.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698