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

Side by Side Diff: tests/language_2/language_2_dart2js.status

Issue 2996533003: Migrate language block 46 - canonical_const ... char_escape. (Closed)
Patch Set: Created 3 years, 4 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) 2017, the Dart project authors. Please see the AUTHORS file 1 # Copyright (c) 2017, 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 # Sections in this file should contain "$compiler == dart2js". 5 # Sections in this file should contain "$compiler == dart2js".
6 6
7 # dart2js does not implement the Dart 2.0 static type errors yet. 7 # dart2js does not implement the Dart 2.0 static type errors yet.
8 [ $compiler == dart2js ] 8 [ $compiler == dart2js ]
9 abstract_beats_arguments_test: MissingCompileTimeError 9 abstract_beats_arguments_test: MissingCompileTimeError
10 abstract_exact_selector_test/01: MissingCompileTimeError 10 abstract_exact_selector_test/01: MissingCompileTimeError
(...skipping 30 matching lines...) Expand all
41 bad_named_parameters_test/04: MissingCompileTimeError 41 bad_named_parameters_test/04: MissingCompileTimeError
42 bad_named_parameters_test/05: MissingCompileTimeError 42 bad_named_parameters_test/05: MissingCompileTimeError
43 bad_override_test/01: MissingCompileTimeError 43 bad_override_test/01: MissingCompileTimeError
44 bad_override_test/02: MissingCompileTimeError 44 bad_override_test/02: MissingCompileTimeError
45 bad_override_test/06: MissingCompileTimeError 45 bad_override_test/06: MissingCompileTimeError
46 bit_operations_test/01: MissingCompileTimeError 46 bit_operations_test/01: MissingCompileTimeError
47 bit_operations_test/02: MissingCompileTimeError 47 bit_operations_test/02: MissingCompileTimeError
48 bit_operations_test/03: MissingCompileTimeError 48 bit_operations_test/03: MissingCompileTimeError
49 bit_operations_test/04: MissingCompileTimeError 49 bit_operations_test/04: MissingCompileTimeError
50 built_in_identifier_prefix_test: CompileTimeError 50 built_in_identifier_prefix_test: CompileTimeError
51 cast_test/04: MissingCompileTimeError
52 cast_test/05: MissingCompileTimeError
51 generic_methods_generic_function_result_test/none: CompileTimeError # Issue #302 08 53 generic_methods_generic_function_result_test/none: CompileTimeError # Issue #302 08
52 54
53 [ $compiler == dart2js && $runtime != none ] 55 [ $compiler == dart2js && $runtime != none ]
54 bit_operations_test: RuntimeError, OK # Issue 1533 56 bit_operations_test: RuntimeError, OK # Issue 1533
55 57
56 [ $compiler == dart2js && ! $dart2js_with_kernel ] 58 [ $compiler == dart2js && ! $dart2js_with_kernel ]
57 accessor_conflict_export2_test: Crash # Issue 25626 59 accessor_conflict_export2_test: Crash # Issue 25626
58 accessor_conflict_export_test: Crash # Issue 25626 60 accessor_conflict_export_test: Crash # Issue 25626
59 assert_trailing_comma_test/none: CompileTimeError # Issue 29959 61 assert_trailing_comma_test/none: CompileTimeError # Issue 29959
60 assertion_initializer_const_error2_test/cc01: Crash 62 assertion_initializer_const_error2_test/cc01: Crash
61 assertion_initializer_const_error2_test/cc02: Crash 63 assertion_initializer_const_error2_test/cc02: Crash
62 assertion_initializer_const_error2_test/cc03: Crash 64 assertion_initializer_const_error2_test/cc03: Crash
63 assertion_initializer_const_error2_test/cc04: Crash 65 assertion_initializer_const_error2_test/cc04: Crash
64 assertion_initializer_const_error2_test/cc05: Crash 66 assertion_initializer_const_error2_test/cc05: Crash
65 assertion_initializer_const_error2_test/cc06: Crash 67 assertion_initializer_const_error2_test/cc06: Crash
66 assertion_initializer_const_error2_test/cc07: Crash 68 assertion_initializer_const_error2_test/cc07: Crash
67 assertion_initializer_const_error2_test/cc08: Crash 69 assertion_initializer_const_error2_test/cc08: Crash
68 assertion_initializer_const_error2_test/cc09: Crash 70 assertion_initializer_const_error2_test/cc09: Crash
69 assertion_initializer_const_function_error_test/01: Crash 71 assertion_initializer_const_function_error_test/01: Crash
70 assertion_initializer_const_function_test/01: CompileTimeError 72 assertion_initializer_const_function_test/01: CompileTimeError
71 assertion_initializer_test: Crash 73 assertion_initializer_test: Crash
72 bad_typedef_test/00: Crash # Issue 28214 74 bad_typedef_test/00: Crash # Issue 28214
75 canonical_const2_test: RuntimeError, OK # Issue 1533
73 76
74 [ $compiler == dart2js && $runtime != none && ! $dart2js_with_kernel ] 77 [ $compiler == dart2js && $runtime != none && ! $dart2js_with_kernel ]
75 accessor_conflict_import2_test: RuntimeError # Issue 25626 78 accessor_conflict_import2_test: RuntimeError # Issue 25626
76 accessor_conflict_import_prefixed2_test: RuntimeError # Issue 25626 79 accessor_conflict_import_prefixed2_test: RuntimeError # Issue 25626
77 accessor_conflict_import_prefixed_test: RuntimeError # Issue 25626 80 accessor_conflict_import_prefixed_test: RuntimeError # Issue 25626
78 accessor_conflict_import_test: RuntimeError # Issue 25626 81 accessor_conflict_import_test: RuntimeError # Issue 25626
79 branch_canonicalization_test: RuntimeError # Issue 638. 82 branch_canonicalization_test: RuntimeError # Issue 638.
80 83
81 [ $compiler == dart2js && ! $checked && ! $enable_asserts && ! $dart2js_with_ker nel && $runtime != none ] 84 [ $compiler == dart2js && ! $checked && ! $enable_asserts && ! $dart2js_with_ker nel && $runtime != none ]
82 assertion_test: RuntimeError # Issue 12748 85 assertion_test: RuntimeError # Issue 12748
(...skipping 275 matching lines...) Expand 10 before | Expand all | Expand 10 after
358 function_type/function_type91_test: Crash 361 function_type/function_type91_test: Crash
359 function_type/function_type92_test: Crash 362 function_type/function_type92_test: Crash
360 function_type/function_type93_test: Crash 363 function_type/function_type93_test: Crash
361 function_type/function_type94_test: Crash 364 function_type/function_type94_test: Crash
362 function_type/function_type95_test: Crash 365 function_type/function_type95_test: Crash
363 function_type/function_type96_test: Crash 366 function_type/function_type96_test: Crash
364 function_type/function_type97_test: Crash 367 function_type/function_type97_test: Crash
365 function_type/function_type98_test: Crash 368 function_type/function_type98_test: Crash
366 function_type/function_type99_test: Crash 369 function_type/function_type99_test: Crash
367 function_type/function_type9_test: Crash 370 function_type/function_type9_test: Crash
371 canonical_const2_test: RuntimeError
372 canonical_const3_test: Crash
373 canonical_const_test: Crash
374 cascade2_test: Crash
375 cascade_in_expression_function_test: Crash
376 cascade_precedence_test: Crash
377 cascade_test/none: Crash
378 cast_test/04: RuntimeError
379 cast_test/05: RuntimeError
380 cast_test/none: RuntimeError
381 catch_liveness_test: Crash
382 cha_deopt1_test: CompileTimeError
383 cha_deopt2_test: CompileTimeError
384 cha_deopt3_test: CompileTimeError
368 385
369 [ $compiler == dart2js && $dart2js_with_kernel && $minified ] 386 [ $compiler == dart2js && $dart2js_with_kernel && $minified ]
370 aborting_switch_case_test: Crash 387 aborting_switch_case_test: Crash
371 abstract_beats_arguments_test: Crash 388 abstract_beats_arguments_test: Crash
372 abstract_exact_selector_test/01: Crash 389 abstract_exact_selector_test/01: Crash
373 abstract_exact_selector_test/none: Crash 390 abstract_exact_selector_test/none: Crash
374 abstract_getter_test/01: Crash 391 abstract_getter_test/01: Crash
375 abstract_method_test: Crash 392 abstract_method_test: Crash
376 abstract_object_method_test: Crash 393 abstract_object_method_test: Crash
377 abstract_runtime_error_test/01: Crash 394 abstract_runtime_error_test/01: Crash
(...skipping 249 matching lines...) Expand 10 before | Expand all | Expand 10 after
627 function_type/function_type91_test: Crash 644 function_type/function_type91_test: Crash
628 function_type/function_type92_test: Crash 645 function_type/function_type92_test: Crash
629 function_type/function_type93_test: Crash 646 function_type/function_type93_test: Crash
630 function_type/function_type94_test: Crash 647 function_type/function_type94_test: Crash
631 function_type/function_type95_test: Crash 648 function_type/function_type95_test: Crash
632 function_type/function_type96_test: Crash 649 function_type/function_type96_test: Crash
633 function_type/function_type97_test: Crash 650 function_type/function_type97_test: Crash
634 function_type/function_type98_test: Crash 651 function_type/function_type98_test: Crash
635 function_type/function_type99_test: Crash 652 function_type/function_type99_test: Crash
636 function_type/function_type9_test: Crash 653 function_type/function_type9_test: Crash
654 canonical_const2_test: Crash
655 canonical_const2_test: RuntimeError
656 canonical_const3_test: Crash
657 canonical_const_test: Crash
658 cascade2_test: Crash
659 cascade_in_expression_function_test: Crash
660 cascade_precedence_test: Crash
661 cascade_test/none: Crash
662 cast_test/04: Crash
663 cast_test/04: RuntimeError
664 cast_test/05: Crash
665 cast_test/05: RuntimeError
666 cast_test/none: Crash
667 cast_test/none: RuntimeError
668 catch_liveness_test: Crash
669 cha_deopt1_test: CompileTimeError
670 cha_deopt2_test: CompileTimeError
671 cha_deopt3_test: CompileTimeError
637 672
638 [ $compiler == dart2js && ! $dart2js_with_kernel && $runtime != none ] 673 [ $compiler == dart2js && ! $dart2js_with_kernel && $runtime != none ]
639 async_star_cancel_while_paused_test: RuntimeError # Issue 22853 674 async_star_cancel_while_paused_test: RuntimeError # Issue 22853
640 675
641 [ $compiler == dart2js && $runtime == jsshell && ! $dart2js_with_kernel ] 676 [ $compiler == dart2js && $runtime == jsshell && ! $dart2js_with_kernel ]
642 async_star_await_pauses_test: RuntimeError # Need triage 677 async_star_await_pauses_test: RuntimeError # Need triage
643 async_star_no_cancel2_test: RuntimeError # Need triage 678 async_star_no_cancel2_test: RuntimeError # Need triage
644 async_star_no_cancel_test: RuntimeError # Need triage 679 async_star_no_cancel_test: RuntimeError # Need triage
645 680
646 [ $compiler == dart2js && $checked && ! $dart2js_with_kernel ] 681 [ $compiler == dart2js && $checked && ! $dart2js_with_kernel ]
(...skipping 51 matching lines...) Expand 10 before | Expand all | Expand 10 after
698 function_type/function_type52_test: Crash # Issue 27394 733 function_type/function_type52_test: Crash # Issue 27394
699 function_type/function_type53_test: Crash # Issue 27394 734 function_type/function_type53_test: Crash # Issue 27394
700 function_type/function_type54_test: Crash # Issue 27394 735 function_type/function_type54_test: Crash # Issue 27394
701 function_type/function_type55_test: Crash # Issue 27394 736 function_type/function_type55_test: Crash # Issue 27394
702 function_type/function_type62_test: Crash # Issue 27394 737 function_type/function_type62_test: Crash # Issue 27394
703 function_type/function_type63_test: Crash # Issue 27394 738 function_type/function_type63_test: Crash # Issue 27394
704 function_type/function_type6_test: Crash # Issue 27394 739 function_type/function_type6_test: Crash # Issue 27394
705 function_type/function_type7_test: Crash # Issue 27394 740 function_type/function_type7_test: Crash # Issue 27394
706 function_type/function_type98_test: Crash # Issue 27394 741 function_type/function_type98_test: Crash # Issue 27394
707 function_type/function_type99_test: Crash # Issue 27394 742 function_type/function_type99_test: Crash # Issue 27394
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698