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

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

Issue 2998493002: Migrate language block 45 - call_argument ... call_with. (Closed)
Patch Set: Merge branch 'master' into migrate-45 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 call_constructor_on_unresolvable_class_test/01: MissingCompileTimeError
52 call_constructor_on_unresolvable_class_test/02: MissingCompileTimeError
53 call_constructor_on_unresolvable_class_test/03: MissingCompileTimeError
54 call_non_method_field_test/01: MissingCompileTimeError
55 call_non_method_field_test/02: MissingCompileTimeError
56 call_nonexistent_constructor_test/01: MissingCompileTimeError
57 call_nonexistent_constructor_test/02: MissingCompileTimeError
58 call_nonexistent_static_test/01: MissingCompileTimeError
59 call_nonexistent_static_test/02: MissingCompileTimeError
60 call_nonexistent_static_test/03: MissingCompileTimeError
61 call_nonexistent_static_test/04: MissingCompileTimeError
62 call_nonexistent_static_test/05: MissingCompileTimeError
63 call_nonexistent_static_test/06: MissingCompileTimeError
64 call_nonexistent_static_test/07: MissingCompileTimeError
65 call_nonexistent_static_test/08: MissingCompileTimeError
66 call_nonexistent_static_test/09: MissingCompileTimeError
67 call_nonexistent_static_test/10: MissingCompileTimeError
68 call_through_getter_test/01: MissingCompileTimeError
69 call_through_getter_test/02: MissingCompileTimeError
70 call_type_literal_test/01: MissingCompileTimeError
51 cast_test/04: MissingCompileTimeError 71 cast_test/04: MissingCompileTimeError
52 cast_test/05: MissingCompileTimeError 72 cast_test/05: MissingCompileTimeError
53 generic_methods_generic_function_result_test/none: CompileTimeError # Issue #302 08 73 generic_methods_generic_function_result_test/none: CompileTimeError # Issue #302 08
54 74
55 [ $compiler == dart2js && $runtime != none ] 75 [ $compiler == dart2js && $runtime != none ]
56 bit_operations_test: RuntimeError, OK # Issue 1533 76 bit_operations_test: RuntimeError, OK # Issue 1533
57 77
58 [ $compiler == dart2js && ! $dart2js_with_kernel ] 78 [ $compiler == dart2js && ! $dart2js_with_kernel ]
59 accessor_conflict_export2_test: Crash # Issue 25626 79 accessor_conflict_export2_test: Crash # Issue 25626
60 accessor_conflict_export_test: Crash # Issue 25626 80 accessor_conflict_export_test: Crash # Issue 25626
61 assert_trailing_comma_test/none: CompileTimeError # Issue 29959 81 assert_trailing_comma_test/none: CompileTimeError # Issue 29959
62 assertion_initializer_const_error2_test/cc01: Crash 82 assertion_initializer_const_error2_test/cc01: Crash
63 assertion_initializer_const_error2_test/cc02: Crash 83 assertion_initializer_const_error2_test/cc02: Crash
64 assertion_initializer_const_error2_test/cc03: Crash 84 assertion_initializer_const_error2_test/cc03: Crash
65 assertion_initializer_const_error2_test/cc04: Crash 85 assertion_initializer_const_error2_test/cc04: Crash
66 assertion_initializer_const_error2_test/cc05: Crash 86 assertion_initializer_const_error2_test/cc05: Crash
67 assertion_initializer_const_error2_test/cc06: Crash 87 assertion_initializer_const_error2_test/cc06: Crash
68 assertion_initializer_const_error2_test/cc07: Crash 88 assertion_initializer_const_error2_test/cc07: Crash
69 assertion_initializer_const_error2_test/cc08: Crash 89 assertion_initializer_const_error2_test/cc08: Crash
70 assertion_initializer_const_error2_test/cc09: Crash 90 assertion_initializer_const_error2_test/cc09: Crash
71 assertion_initializer_const_function_error_test/01: Crash 91 assertion_initializer_const_function_error_test/01: Crash
72 assertion_initializer_const_function_test/01: CompileTimeError 92 assertion_initializer_const_function_test/01: CompileTimeError
73 assertion_initializer_test: Crash 93 assertion_initializer_test: Crash
74 bad_typedef_test/00: Crash # Issue 28214 94 bad_typedef_test/00: Crash # Issue 28214
95 call_function_apply_test: RuntimeError # Issue 23873
75 canonical_const2_test: RuntimeError, OK # Issue 1533 96 canonical_const2_test: RuntimeError, OK # Issue 1533
76 97
77 [ $compiler == dart2js && $runtime != none && ! $dart2js_with_kernel ] 98 [ $compiler == dart2js && $runtime != none && ! $dart2js_with_kernel ]
78 accessor_conflict_import2_test: RuntimeError # Issue 25626 99 accessor_conflict_import2_test: RuntimeError # Issue 25626
79 accessor_conflict_import_prefixed2_test: RuntimeError # Issue 25626 100 accessor_conflict_import_prefixed2_test: RuntimeError # Issue 25626
80 accessor_conflict_import_prefixed_test: RuntimeError # Issue 25626 101 accessor_conflict_import_prefixed_test: RuntimeError # Issue 25626
81 accessor_conflict_import_test: RuntimeError # Issue 25626 102 accessor_conflict_import_test: RuntimeError # Issue 25626
82 branch_canonicalization_test: RuntimeError # Issue 638. 103 branch_canonicalization_test: RuntimeError # Issue 638.
83 104
84 [ $compiler == dart2js && ! $checked && ! $enable_asserts && ! $dart2js_with_ker nel && $runtime != none ] 105 [ $compiler == dart2js && ! $checked && ! $enable_asserts && ! $dart2js_with_ker nel && $runtime != none ]
(...skipping 14 matching lines...) Expand all
99 async_await_syntax_test/b06a: RuntimeError # Issue 27394 120 async_await_syntax_test/b06a: RuntimeError # Issue 27394
100 async_await_syntax_test/c06a: RuntimeError # Issue 27394 121 async_await_syntax_test/c06a: RuntimeError # Issue 27394
101 async_await_syntax_test/d06a: RuntimeError # Issue 27394 122 async_await_syntax_test/d06a: RuntimeError # Issue 27394
102 async_star_pause_test: RuntimeError # Issue 27394 123 async_star_pause_test: RuntimeError # Issue 27394
103 async_star_regression_fisk_test: RuntimeError # Issue 27394 124 async_star_regression_fisk_test: RuntimeError # Issue 27394
104 async_star_stream_take_test: RuntimeError # Issue 27394 125 async_star_stream_take_test: RuntimeError # Issue 27394
105 async_star_take_reyield_test: RuntimeError # Issue 27394 126 async_star_take_reyield_test: RuntimeError # Issue 27394
106 black_listed_test/13c: Crash # Issue 27394 127 black_listed_test/13c: Crash # Issue 27394
107 black_listed_test/14c: Crash # Issue 27394 128 black_listed_test/14c: Crash # Issue 27394
108 bootstrap_test: RuntimeError # Issue 27394 129 bootstrap_test: RuntimeError # Issue 27394
130 call_nonexistent_static_test/10: Crash # Issue 27394
109 131
110 [ $compiler == dart2js && $runtime == d8 && $checked && $dart2js_with_kernel_in_ ssa && ! $dart2js_with_kernel ] 132 [ $compiler == dart2js && $runtime == d8 && $checked && $dart2js_with_kernel_in_ ssa && ! $dart2js_with_kernel ]
111 assertion_initializer_const_function_test/none: RuntimeError 133 assertion_initializer_const_function_test/none: RuntimeError
112 134
113 [ $compiler == dart2js && $runtime == d8 && $checked ] 135 [ $compiler == dart2js && $runtime == d8 && $checked ]
114 assertion_test: RuntimeError 136 assertion_test: RuntimeError
115 137
116 [ $compiler == dart2js && $runtime == jsshell && $checked ] 138 [ $compiler == dart2js && $runtime == jsshell && $checked ]
117 assertion_test: RuntimeError 139 assertion_test: RuntimeError
118 140
(...skipping 242 matching lines...) Expand 10 before | Expand all | Expand 10 after
361 function_type/function_type91_test: Crash 383 function_type/function_type91_test: Crash
362 function_type/function_type92_test: Crash 384 function_type/function_type92_test: Crash
363 function_type/function_type93_test: Crash 385 function_type/function_type93_test: Crash
364 function_type/function_type94_test: Crash 386 function_type/function_type94_test: Crash
365 function_type/function_type95_test: Crash 387 function_type/function_type95_test: Crash
366 function_type/function_type96_test: Crash 388 function_type/function_type96_test: Crash
367 function_type/function_type97_test: Crash 389 function_type/function_type97_test: Crash
368 function_type/function_type98_test: Crash 390 function_type/function_type98_test: Crash
369 function_type/function_type99_test: Crash 391 function_type/function_type99_test: Crash
370 function_type/function_type9_test: Crash 392 function_type/function_type9_test: Crash
393 call_closurization_test: Crash
394 call_constructor_on_unresolvable_class_test/07: Crash
395 call_function_apply_test: Crash
396 call_nonexistent_constructor_test/01: Crash
397 call_nonexistent_constructor_test/02: Crash
398 call_nonexistent_constructor_test/none: Crash
399 call_nonexistent_static_test/01: Crash
400 call_nonexistent_static_test/02: Crash
401 call_nonexistent_static_test/03: Crash
402 call_nonexistent_static_test/04: Crash
403 call_nonexistent_static_test/05: Crash
404 call_nonexistent_static_test/06: Crash
405 call_nonexistent_static_test/07: Crash
406 call_nonexistent_static_test/08: Crash
407 call_nonexistent_static_test/09: Crash
408 call_nonexistent_static_test/10: Crash
409 call_nonexistent_static_test/none: Crash
410 call_operator_test: RuntimeError
411 call_property_test: Crash
412 call_test: Crash
413 call_through_getter_test: Crash
414 call_through_null_getter_test: Crash
415 call_type_literal_test/01: Crash
416 call_with_no_such_method_test: Crash
371 canonical_const2_test: RuntimeError 417 canonical_const2_test: RuntimeError
372 canonical_const3_test: Crash 418 canonical_const3_test: Crash
373 canonical_const_test: Crash 419 canonical_const_test: Crash
374 cascade2_test: Crash 420 cascade2_test: Crash
375 cascade_in_expression_function_test: Crash 421 cascade_in_expression_function_test: Crash
376 cascade_precedence_test: Crash 422 cascade_precedence_test: Crash
377 cascade_test/none: Crash 423 cascade_test/none: Crash
378 cast_test/04: RuntimeError 424 cast_test/04: RuntimeError
379 cast_test/05: RuntimeError 425 cast_test/05: RuntimeError
380 cast_test/none: RuntimeError 426 cast_test/none: RuntimeError
(...skipping 263 matching lines...) Expand 10 before | Expand all | Expand 10 after
644 function_type/function_type91_test: Crash 690 function_type/function_type91_test: Crash
645 function_type/function_type92_test: Crash 691 function_type/function_type92_test: Crash
646 function_type/function_type93_test: Crash 692 function_type/function_type93_test: Crash
647 function_type/function_type94_test: Crash 693 function_type/function_type94_test: Crash
648 function_type/function_type95_test: Crash 694 function_type/function_type95_test: Crash
649 function_type/function_type96_test: Crash 695 function_type/function_type96_test: Crash
650 function_type/function_type97_test: Crash 696 function_type/function_type97_test: Crash
651 function_type/function_type98_test: Crash 697 function_type/function_type98_test: Crash
652 function_type/function_type99_test: Crash 698 function_type/function_type99_test: Crash
653 function_type/function_type9_test: Crash 699 function_type/function_type9_test: Crash
700 call_closurization_test: Crash
701 call_constructor_on_unresolvable_class_test/07: Crash
702 call_function_apply_test: Crash
703 call_nonexistent_constructor_test/01: Crash
704 call_nonexistent_constructor_test/02: Crash
705 call_nonexistent_constructor_test/none: Crash
706 call_nonexistent_static_test/01: Crash
707 call_nonexistent_static_test/02: Crash
708 call_nonexistent_static_test/03: Crash
709 call_nonexistent_static_test/04: Crash
710 call_nonexistent_static_test/05: Crash
711 call_nonexistent_static_test/06: Crash
712 call_nonexistent_static_test/07: Crash
713 call_nonexistent_static_test/08: Crash
714 call_nonexistent_static_test/09: Crash
715 call_nonexistent_static_test/10: Crash
716 call_nonexistent_static_test/none: Crash
717 call_operator_test: Crash
718 call_operator_test: RuntimeError
719 call_test: Crash
720 call_through_getter_test: Crash
721 call_through_null_getter_test: Crash
722 call_type_literal_test/01: Crash
723 call_with_no_such_method_test: Crash
654 canonical_const2_test: Crash 724 canonical_const2_test: Crash
655 canonical_const2_test: RuntimeError 725 canonical_const2_test: RuntimeError
656 canonical_const3_test: Crash 726 canonical_const3_test: Crash
657 canonical_const_test: Crash 727 canonical_const_test: Crash
658 cascade2_test: Crash 728 cascade2_test: Crash
659 cascade_in_expression_function_test: Crash 729 cascade_in_expression_function_test: Crash
660 cascade_precedence_test: Crash 730 cascade_precedence_test: Crash
661 cascade_test/none: Crash 731 cascade_test/none: Crash
662 cast_test/04: Crash 732 cast_test/04: Crash
663 cast_test/04: RuntimeError 733 cast_test/04: RuntimeError
(...skipping 69 matching lines...) Expand 10 before | Expand all | Expand 10 after
733 function_type/function_type52_test: Crash # Issue 27394 803 function_type/function_type52_test: Crash # Issue 27394
734 function_type/function_type53_test: Crash # Issue 27394 804 function_type/function_type53_test: Crash # Issue 27394
735 function_type/function_type54_test: Crash # Issue 27394 805 function_type/function_type54_test: Crash # Issue 27394
736 function_type/function_type55_test: Crash # Issue 27394 806 function_type/function_type55_test: Crash # Issue 27394
737 function_type/function_type62_test: Crash # Issue 27394 807 function_type/function_type62_test: Crash # Issue 27394
738 function_type/function_type63_test: Crash # Issue 27394 808 function_type/function_type63_test: Crash # Issue 27394
739 function_type/function_type6_test: Crash # Issue 27394 809 function_type/function_type6_test: Crash # Issue 27394
740 function_type/function_type7_test: Crash # Issue 27394 810 function_type/function_type7_test: Crash # Issue 27394
741 function_type/function_type98_test: Crash # Issue 27394 811 function_type/function_type98_test: Crash # Issue 27394
742 function_type/function_type99_test: Crash # Issue 27394 812 function_type/function_type99_test: Crash # Issue 27394
813
814 [ $compiler == dart2js && $runtime == safarimobilesim ]
815 call_through_getter_test: Fail, OK
OLDNEW
« no previous file with comments | « tests/language_2/language_2_analyzer.status ('k') | tests/language_2/language_2_dartdevc.status » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698