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

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

Issue 2932723003: Complain about incorrect use of null-aware operations. (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
« no previous file with comments | « pkg/front_end/messages.yaml ('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 method_override_test: RuntimeError # Not triaged. 6 method_override_test: RuntimeError # Not triaged.
7 runtime_type_function_test: RuntimeError # Not triaged. 7 runtime_type_function_test: RuntimeError # Not triaged.
8 8
9 cha_deopt1_test: CompileTimeError # Fasta/KernelVM bug: Deferred loading kernel issue 28335. 9 cha_deopt1_test: CompileTimeError # Fasta/KernelVM bug: Deferred loading kernel issue 28335.
10 cha_deopt2_test: CompileTimeError # Fasta/KernelVM bug: Deferred loading kernel issue 28335. 10 cha_deopt2_test: CompileTimeError # Fasta/KernelVM bug: Deferred loading kernel issue 28335.
(...skipping 324 matching lines...) Expand 10 before | Expand all | Expand 10 after
335 type_parameter_test/01: Fail 335 type_parameter_test/01: Fail
336 type_parameter_test/02: Fail 336 type_parameter_test/02: Fail
337 type_parameter_test/03: Fail 337 type_parameter_test/03: Fail
338 type_parameter_test/04: Fail 338 type_parameter_test/04: Fail
339 type_parameter_test/05: MissingCompileTimeError 339 type_parameter_test/05: MissingCompileTimeError
340 type_parameter_test/06: Fail 340 type_parameter_test/06: Fail
341 type_variable_bounds4_test/01: RuntimeError 341 type_variable_bounds4_test/01: RuntimeError
342 342
343 [ $compiler == dartk || $compiler == dartkp ] 343 [ $compiler == dartk || $compiler == dartkp ]
344 compile_time_constant_test/01: MissingCompileTimeError # Fixed in ahe's dev bran ch. 344 compile_time_constant_test/01: MissingCompileTimeError # Fixed in ahe's dev bran ch.
345 conditional_method_invocation_test/11: MissingCompileTimeError # Fixed in ahe's dev branch.
346 conditional_property_access_test/09: MissingCompileTimeError # Fixed in ahe's de v branch.
347 conditional_property_assignment_test/20: MissingCompileTimeError # Fixed in ahe' s dev branch.
348 conditional_property_assignment_test/21: MissingCompileTimeError # Fixed in ahe' s dev branch.
349 conditional_property_assignment_test/22: MissingCompileTimeError # Fixed in ahe' s dev branch.
350 const_constructor_mixin2_test/01: MissingCompileTimeError # Fixed in ahe's dev b ranch. 345 const_constructor_mixin2_test/01: MissingCompileTimeError # Fixed in ahe's dev b ranch.
351 const_constructor_mixin3_test/01: MissingCompileTimeError # Fixed in ahe's dev b ranch. 346 const_constructor_mixin3_test/01: MissingCompileTimeError # Fixed in ahe's dev b ranch.
352 const_constructor_mixin_test/01: MissingCompileTimeError # Fixed in ahe's dev br anch. 347 const_constructor_mixin_test/01: MissingCompileTimeError # Fixed in ahe's dev br anch.
353 const_constructor_super_test/01: MissingCompileTimeError # Fixed in ahe's dev br anch. 348 const_constructor_super_test/01: MissingCompileTimeError # Fixed in ahe's dev br anch.
354 const_constructor_syntax_test/01: MissingCompileTimeError # Fixed in ahe's dev b ranch. 349 const_constructor_syntax_test/01: MissingCompileTimeError # Fixed in ahe's dev b ranch.
355 const_constructor_syntax_test/02: MissingCompileTimeError # Fixed in ahe's dev b ranch. 350 const_constructor_syntax_test/02: MissingCompileTimeError # Fixed in ahe's dev b ranch.
356 const_constructor_syntax_test/03: MissingCompileTimeError # Fixed in ahe's dev b ranch. 351 const_constructor_syntax_test/03: MissingCompileTimeError # Fixed in ahe's dev b ranch.
357 const_constructor_test/01: MissingCompileTimeError # Fixed in ahe's dev branch. 352 const_constructor_test/01: MissingCompileTimeError # Fixed in ahe's dev branch.
358 const_for_in_variable_test/01: MissingCompileTimeError # Fixed in ahe's dev bran ch. 353 const_for_in_variable_test/01: MissingCompileTimeError # Fixed in ahe's dev bran ch.
359 const_syntax_test/01: MissingCompileTimeError # Fixed in ahe's dev branch. 354 const_syntax_test/01: MissingCompileTimeError # Fixed in ahe's dev branch.
(...skipping 46 matching lines...) Expand 10 before | Expand all | Expand 10 after
406 ref_before_declaration_test/00: MissingCompileTimeError # Fixed in ahe's dev bra nch. 401 ref_before_declaration_test/00: MissingCompileTimeError # Fixed in ahe's dev bra nch.
407 ref_before_declaration_test/01: MissingCompileTimeError # Fixed in ahe's dev bra nch. 402 ref_before_declaration_test/01: MissingCompileTimeError # Fixed in ahe's dev bra nch.
408 ref_before_declaration_test/02: MissingCompileTimeError # Fixed in ahe's dev bra nch. 403 ref_before_declaration_test/02: MissingCompileTimeError # Fixed in ahe's dev bra nch.
409 ref_before_declaration_test/03: MissingCompileTimeError # Fixed in ahe's dev bra nch. 404 ref_before_declaration_test/03: MissingCompileTimeError # Fixed in ahe's dev bra nch.
410 ref_before_declaration_test/04: MissingCompileTimeError # Fixed in ahe's dev bra nch. 405 ref_before_declaration_test/04: MissingCompileTimeError # Fixed in ahe's dev bra nch.
411 ref_before_declaration_test/05: MissingCompileTimeError # Fixed in ahe's dev bra nch. 406 ref_before_declaration_test/05: MissingCompileTimeError # Fixed in ahe's dev bra nch.
412 ref_before_declaration_test/06: MissingCompileTimeError # Fixed in ahe's dev bra nch. 407 ref_before_declaration_test/06: MissingCompileTimeError # Fixed in ahe's dev bra nch.
413 ref_before_declaration_test/07: MissingCompileTimeError # Fixed in ahe's dev bra nch. 408 ref_before_declaration_test/07: MissingCompileTimeError # Fixed in ahe's dev bra nch.
414 regress_29349_test: CompileTimeError # Fixed in ahe's dev branch. 409 regress_29349_test: CompileTimeError # Fixed in ahe's dev branch.
415 scope_variable_test/01: MissingCompileTimeError # Fixed in ahe's dev branch. 410 scope_variable_test/01: MissingCompileTimeError # Fixed in ahe's dev branch.
416 super_conditional_operator_test/01: MissingCompileTimeError # Fixed in ahe's dev branch.
417 super_conditional_operator_test/02: MissingCompileTimeError # Fixed in ahe's dev branch.
418 super_conditional_operator_test/03: MissingCompileTimeError # Fixed in ahe's dev branch.
419 super_conditional_operator_test/04: MissingCompileTimeError # Fixed in ahe's dev branch.
420 super_conditional_operator_test/05: MissingCompileTimeError # Fixed in ahe's dev branch.
421 super_conditional_operator_test/06: MissingCompileTimeError # Fixed in ahe's dev branch.
422 super_conditional_operator_test/07: MissingCompileTimeError # Fixed in ahe's dev branch.
423 super_conditional_operator_test/08: MissingCompileTimeError # Fixed in ahe's dev branch.
424 super_conditional_operator_test/09: MissingCompileTimeError # Fixed in ahe's dev branch.
425 super_conditional_operator_test/10: MissingCompileTimeError # Fixed in ahe's dev branch.
426 super_conditional_operator_test/11: MissingCompileTimeError # Fixed in ahe's dev branch.
427 super_conditional_operator_test/12: MissingCompileTimeError # Fixed in ahe's dev branch.
428 super_conditional_operator_test/13: MissingCompileTimeError # Fixed in ahe's dev branch.
429 super_conditional_operator_test/14: MissingCompileTimeError # Fixed in ahe's dev branch.
430 super_conditional_operator_test/15: MissingCompileTimeError # Fixed in ahe's dev branch.
431 super_conditional_operator_test/16: MissingCompileTimeError # Fixed in ahe's dev branch.
432 this_conditional_operator_test/01: MissingCompileTimeError # Fixed in ahe's dev branch.
433 411
434 [ $unchecked && ($compiler == dartk || $compiler == dartkp) ] 412 [ $unchecked && ($compiler == dartk || $compiler == dartkp) ]
435 const_conditional_test/08: MissingCompileTimeError # KernelVM bug: Constant eval uation. 413 const_conditional_test/08: MissingCompileTimeError # KernelVM bug: Constant eval uation.
436 inst_field_initializer1_negative_test: Fail # Fixed in ahe's dev branch. 414 inst_field_initializer1_negative_test: Fail # Fixed in ahe's dev branch.
OLDNEW
« no previous file with comments | « pkg/front_end/messages.yaml ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698