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

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

Issue 2996463002: Make minification Entity-friendly. (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
« no previous file with comments | « tests/language/language_dart2js.status ('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) 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 # The VM and dart2js do not implement the Dart 2.0 static type errors yet. 5 # The VM and dart2js do not implement the Dart 2.0 static type errors yet.
6 # Analyzer does, but only when "--strong" is used. 6 # Analyzer does, but only when "--strong" is used.
7 [ $runtime == vm || $runtime == dart_precompiled || ($compiler == dart2analyzer && ! $strong && ! $checked) ] 7 [ $runtime == vm || $runtime == dart_precompiled || ($compiler == dart2analyzer && ! $strong && ! $checked) ]
8 abstract_beats_arguments_test: MissingCompileTimeError 8 abstract_beats_arguments_test: MissingCompileTimeError
9 abstract_exact_selector_test/01: MissingCompileTimeError 9 abstract_exact_selector_test/01: MissingCompileTimeError
10 abstract_factory_constructor_test/00: MissingCompileTimeError 10 abstract_factory_constructor_test/00: MissingCompileTimeError
(...skipping 197 matching lines...) Expand 10 before | Expand all | Expand 10 after
208 aborting_switch_case_test: Crash 208 aborting_switch_case_test: Crash
209 abstract_exact_selector_test/none: Crash 209 abstract_exact_selector_test/none: Crash
210 abstract_getter_test/01: Crash 210 abstract_getter_test/01: Crash
211 abstract_method_test: Crash 211 abstract_method_test: Crash
212 abstract_object_method_test: Crash 212 abstract_object_method_test: Crash
213 arg_param_trailing_comma_test/none: Crash 213 arg_param_trailing_comma_test/none: Crash
214 arithmetic_test: Crash 214 arithmetic_test: Crash
215 215
216 [ $compiler == dart2js && $dart2js_with_kernel && $host_checked ] 216 [ $compiler == dart2js && $dart2js_with_kernel && $host_checked ]
217 abstract_exact_selector_test/01: Crash 217 abstract_exact_selector_test/01: Crash
218 assign_instance_method_test: Crash
219 async_await_foreign_test: Crash
220 async_call_test: Crash
221 async_cascade_test: Crash
222 async_star_await_pauses_test: Crash
223 bool_condition_check_test: Crash
224 bad_constructor_test/05: MissingCompileTimeError
218 225
219 [ $compiler == dart2js && $dart2js_with_kernel && $minified ] 226 [ $compiler == dart2js && $dart2js_with_kernel && $minified ]
220 abstract_beats_arguments_test: Crash 227 abstract_beats_arguments_test: Crash
221 abstract_exact_selector_test/01: Crash 228 abstract_exact_selector_test/01: Crash
222 abstract_getter2_test: Crash
223 abstract_syntax_test/00: Crash 229 abstract_syntax_test/00: Crash
224 abstract_syntax_test/none: Crash 230 assign_instance_method_test: Crash
225 accessor_conflict_export2_test: Crash 231 async_await_foreign_test: Crash
226 accessor_conflict_export_test: Crash 232 async_call_test: Crash
227 accessor_conflict_import2_test: Crash 233 async_cascade_test: Crash
228 accessor_conflict_import_prefixed2_test: Crash 234 async_star_await_pauses_test: Crash
229 accessor_conflict_import_prefixed_test: Crash 235 bad_constructor_test/05: MissingCompileTimeError
230 accessor_conflict_import_test: Crash 236 bool_condition_check_test: Crash
231 ackermann_test: Crash
232 adjacent_const_string_literals_test: Crash
233 adjacent_string_literals_test: Crash
234 allocate_large_object_test: Crash
235 allocate_test: Crash
236 allocation_sinking_inlining_test: Crash
237 and_operation_on_non_integer_operand_test: Crash
238 arithmetic_canonicalization_test: Crash
239 arithmetic_smi_overflow_test: Crash
240 237
241 [ $compiler == dartdevc && $runtime != none ] 238 [ $compiler == dartdevc && $runtime != none ]
242 async_star_cancel_while_paused_test: RuntimeError # Issue 29920 239 async_star_cancel_while_paused_test: RuntimeError # Issue 29920
243 async_star_pause_test: RuntimeError 240 async_star_pause_test: RuntimeError
244 function_type/*: RuntimeError # Issue 28988 241 function_type/*: RuntimeError # Issue 28988
245 async_backwards_compatibility_2_test: RuntimeError # Issue 29920 242 async_backwards_compatibility_2_test: RuntimeError # Issue 29920
246 243
247 [ $compiler == dart2js && $dart2js_with_kernel && $use_sdk ] 244 [ $compiler == dart2js && $dart2js_with_kernel && $use_sdk ]
248 *: Skip # Issue 29626 245 *: Skip # Issue 29626
249 246
(...skipping 34 matching lines...) Expand 10 before | Expand all | Expand 10 after
284 [ $compiler == dart2js && $runtime == drt && $checked ] 281 [ $compiler == dart2js && $runtime == drt && $checked ]
285 assertion_test: RuntimeError 282 assertion_test: RuntimeError
286 283
287 [ $compiler == dart2js && $runtime == d8 && $dart2js_with_kernel && $host_checke d ] 284 [ $compiler == dart2js && $runtime == d8 && $dart2js_with_kernel && $host_checke d ]
288 assertion_initializer_const_function_test/01: Crash 285 assertion_initializer_const_function_test/01: Crash
289 assign_instance_method_negative_test: Crash 286 assign_instance_method_negative_test: Crash
290 async_await_syntax_test/d04a: Crash 287 async_await_syntax_test/d04a: Crash
291 async_await_syntax_test/d07a: Crash 288 async_await_syntax_test/d07a: Crash
292 async_await_syntax_test/d08a: Crash 289 async_await_syntax_test/d08a: Crash
293 async_await_syntax_test/d08b: Crash 290 async_await_syntax_test/d08b: Crash
294 async_await_syntax_test/d08c: Crash
295 bad_override_test/04: Crash 291 bad_override_test/04: Crash
296 bailout3_test: Crash 292 bailout3_test: Crash
297 bailout5_test: Crash 293 bailout5_test: Crash
298 bailout6_test: Crash 294 bailout6_test: Crash
299 bailout7_test: Crash 295 bailout7_test: Crash
300 296
301 [ $compiler == dart2js && $runtime == d8 && $dart2js_with_kernel && $minified ] 297 [ $compiler == dart2js && $runtime == d8 && $dart2js_with_kernel && $minified ]
302 assert_assignable_type_test: Crash
303 assert_with_type_test_or_cast_test: Crash
304 assertion_initializer_const_error_test/none: Crash
305 assertion_initializer_const_function_error_test/none: Crash
306 assertion_initializer_const_function_test/01: Crash
307 assertion_initializer_const_function_test/none: Crash
308 assign_instance_method_negative_test: Crash 298 assign_instance_method_negative_test: Crash
309 assign_op_test: Crash
310 assign_static_type_test/03: Crash 299 assign_static_type_test/03: Crash
311 assign_static_type_test/04: Crash 300 assign_static_type_test/04: Crash
312 assignable_expression_test/none: Crash
313 async_await_syntax_test/a04a: Crash 301 async_await_syntax_test/a04a: Crash
314 async_await_syntax_test/a04c: Crash 302 async_await_syntax_test/a04c: Crash
315 async_await_syntax_test/a07a: Crash 303 async_await_syntax_test/a07a: Crash
316 async_await_syntax_test/a08a: Crash 304 async_await_syntax_test/a08a: Crash
317 async_await_syntax_test/a11b: Crash 305 async_await_syntax_test/a11b: Crash
318 async_await_syntax_test/b04a: Crash 306 async_await_syntax_test/b04a: Crash
319 async_await_syntax_test/b07a: Crash 307 async_await_syntax_test/b07a: Crash
320 async_await_syntax_test/b08a: Crash 308 async_await_syntax_test/b08a: Crash
321 async_await_syntax_test/b11b: Crash 309 async_await_syntax_test/b11b: Crash
322 async_await_syntax_test/b13a: Crash
323 async_await_syntax_test/b13c: Crash
324 async_await_syntax_test/b14a: Crash
325 async_await_syntax_test/b14c: Crash
326 async_await_syntax_test/d04a: Crash 310 async_await_syntax_test/d04a: Crash
327 async_await_syntax_test/d07a: Crash 311 async_await_syntax_test/d07a: Crash
328 async_await_syntax_test/d08a: Crash 312 async_await_syntax_test/d08a: Crash
329 async_await_syntax_test/d08b: Crash 313 async_await_syntax_test/d08b: Crash
330 async_await_syntax_test/d08c: Crash
331 bad_constructor_test/05: Crash
332 bad_constructor_test/none: Crash
333 bad_override_test/01: Crash 314 bad_override_test/01: Crash
334 bad_override_test/02: Crash 315 bad_override_test/02: Crash
335 bad_override_test/03: Crash 316 bad_override_test/03: Crash
336 bad_override_test/04: Crash 317 bad_override_test/04: Crash
337 bad_override_test/05: Crash 318 bad_override_test/05: Crash
338 bad_override_test/06: Crash 319 bad_override_test/06: Crash
339 bad_override_test/none: Crash
340 bad_typedef_test/none: Crash
341 bailout2_test: Crash
342 bailout3_test: Crash 320 bailout3_test: Crash
343 bailout5_test: Crash 321 bailout5_test: Crash
344 bailout6_test: Crash 322 bailout6_test: Crash
345 bailout7_test: Crash 323 bailout7_test: Crash
346 bailout_container_type_test: Crash
347 bit_shift_test: Crash
348 bool_condition_check_test/01: Crash 324 bool_condition_check_test/01: Crash
349 branch_canonicalization_test: Crash 325 branch_canonicalization_test: Crash
350 branches_test: Crash
351 326
352 [ ($runtime != vm && $compiler != dartk && $compiler != dartkp ) || ($compiler ! = none && $compiler != dartk && $compiler != dartkp )] 327 [ ($runtime != vm && $compiler != dartk && $compiler != dartkp ) || ($compiler ! = none && $compiler != dartk && $compiler != dartkp )]
353 assert_initializer_test/*: Skip # Not implemented yet, experiment is VM only. 328 assert_initializer_test/*: Skip # Not implemented yet, experiment is VM only.
354 329
355 [ $compiler == dart2analyzer && $runtime == none ] 330 [ $compiler == dart2analyzer && $runtime == none ]
356 assertion_initializer_const_error2_test/none: CompileTimeError 331 assertion_initializer_const_error2_test/none: CompileTimeError
357 assertion_initializer_const_function_test/01: CompileTimeError 332 assertion_initializer_const_function_test/01: CompileTimeError
358 assertion_initializer_test: CompileTimeError 333 assertion_initializer_test: CompileTimeError
359 334
360 # dartdevc doesn't support assertions in initializers. 335 # dartdevc doesn't support assertions in initializers.
(...skipping 155 matching lines...) Expand 10 before | Expand all | Expand 10 after
516 async_continue_label_test/await_in_body: Crash 491 async_continue_label_test/await_in_body: Crash
517 async_continue_label_test/await_in_condition: Crash 492 async_continue_label_test/await_in_condition: Crash
518 async_continue_label_test/await_in_init: Crash 493 async_continue_label_test/await_in_init: Crash
519 async_continue_label_test/await_in_update: Crash 494 async_continue_label_test/await_in_update: Crash
520 async_continue_label_test/none: Crash 495 async_continue_label_test/none: Crash
521 async_control_structures_test: Crash 496 async_control_structures_test: Crash
522 async_finally_rethrow_test: Crash 497 async_finally_rethrow_test: Crash
523 async_or_generator_return_type_stacktrace_test/01: Crash 498 async_or_generator_return_type_stacktrace_test/01: Crash
524 async_or_generator_return_type_stacktrace_test/02: Crash 499 async_or_generator_return_type_stacktrace_test/02: Crash
525 async_or_generator_return_type_stacktrace_test/03: Crash 500 async_or_generator_return_type_stacktrace_test/03: Crash
526 async_or_generator_return_type_stacktrace_test/none: Crash
527 async_regression_23058_test: Crash 501 async_regression_23058_test: Crash
528 async_rethrow_test: Crash 502 async_rethrow_test: Crash
529 async_return_types_test/nestedFuture: Crash 503 async_return_types_test/nestedFuture: Crash
530 async_return_types_test/none: Crash 504 async_return_types_test/none: Crash
531 async_return_types_test/tooManyTypeParameters: Crash 505 async_return_types_test/tooManyTypeParameters: Crash
532 async_return_types_test/wrongReturnType: Crash 506 async_return_types_test/wrongReturnType: Crash
533 async_return_types_test/wrongTypeParameter: Crash 507 async_return_types_test/wrongTypeParameter: Crash
534 async_star_cancel_and_throw_in_finally_test: Crash 508 async_star_cancel_and_throw_in_finally_test: Crash
535 async_star_cancel_while_paused_test: Crash 509 async_star_cancel_while_paused_test: Crash
536 async_star_no_cancel2_test: Crash 510 async_star_no_cancel2_test: Crash
537 async_star_no_cancel_test: Crash 511 async_star_no_cancel_test: Crash
538 async_star_pause_test: Crash 512 async_star_pause_test: Crash
539 async_star_regression_2238_test: Crash 513 async_star_regression_2238_test: Crash
540 async_star_regression_23116_test: Crash 514 async_star_regression_23116_test: Crash
541 async_star_regression_fisk_test: Crash 515 async_star_regression_fisk_test: Crash
542 async_star_stream_take_test: Crash 516 async_star_stream_take_test: Crash
543 async_star_take_reyield_test: Crash 517 async_star_take_reyield_test: Crash
544 bad_named_parameters2_test/01: Crash 518 bad_named_parameters2_test/01: Crash
545 bad_named_parameters2_test/none: Crash
546 bad_named_parameters_test/01: Crash 519 bad_named_parameters_test/01: Crash
547 bad_named_parameters_test/02: Crash 520 bad_named_parameters_test/02: Crash
548 bad_named_parameters_test/03: Crash 521 bad_named_parameters_test/03: Crash
549 bad_named_parameters_test/04: Crash 522 bad_named_parameters_test/04: Crash
550 bad_named_parameters_test/05: Crash 523 bad_named_parameters_test/05: Crash
551 bad_named_parameters_test/none: Crash
552 bad_override_test/03: MissingCompileTimeError 524 bad_override_test/03: MissingCompileTimeError
553 bad_override_test/04: MissingCompileTimeError 525 bad_override_test/04: MissingCompileTimeError
554 bad_override_test/05: MissingCompileTimeError 526 bad_override_test/05: MissingCompileTimeError
555 bailout4_test: Crash 527 bailout4_test: Crash
556 bailout_test: Crash 528 bailout_test: Crash
557 bind_test: Crash 529 bind_test: Crash
558 bit_operations_test/01: Crash 530 bit_operations_test/01: Crash
559 bit_operations_test/02: Crash 531 bit_operations_test/02: Crash
560 bit_operations_test/03: Crash 532 bit_operations_test/03: Crash
561 bit_operations_test/04: Crash 533 bit_operations_test/04: Crash
562 bit_operations_test/none: Crash 534 bit_operations_test/none: Crash
563 black_listed_test/none: Crash
564 bool_check_test: Crash 535 bool_check_test: Crash
565 bool_test: Crash 536 bool_test: Crash
566 bootstrap_test: RuntimeError
567 bound_closure_equality_test: Crash 537 bound_closure_equality_test: Crash
568 bound_closure_primitives_test: Crash 538 bound_closure_primitives_test: Crash
569 branch_canonicalization_test: RuntimeError 539 branch_canonicalization_test: RuntimeError
570 break_test: Crash 540 break_test: Crash
571 built_in_identifier_test/01: Crash 541 built_in_identifier_test/01: Crash
572 built_in_identifier_test/none: Crash 542 built_in_identifier_test/none: Crash
573 function_type/function_type0_test: Crash 543 function_type/function_type0_test: Crash
574 function_type/function_type10_test: Crash 544 function_type/function_type10_test: Crash
575 function_type/function_type11_test: Crash 545 function_type/function_type11_test: Crash
576 function_type/function_type12_test: Crash 546 function_type/function_type12_test: Crash
(...skipping 297 matching lines...) Expand 10 before | Expand all | Expand 10 after
874 async_and_or_test: Crash 844 async_and_or_test: Crash
875 async_await_catch_regression_test: Crash 845 async_await_catch_regression_test: Crash
876 async_await_syntax_test/a01a: Crash 846 async_await_syntax_test/a01a: Crash
877 async_await_syntax_test/a02a: Crash 847 async_await_syntax_test/a02a: Crash
878 async_await_syntax_test/a03a: Crash 848 async_await_syntax_test/a03a: Crash
879 async_await_syntax_test/a03b: Crash 849 async_await_syntax_test/a03b: Crash
880 async_await_syntax_test/a04a: RuntimeError 850 async_await_syntax_test/a04a: RuntimeError
881 async_await_syntax_test/a04c: RuntimeError 851 async_await_syntax_test/a04c: RuntimeError
882 async_await_syntax_test/a05a: Crash 852 async_await_syntax_test/a05a: Crash
883 async_await_syntax_test/a05b: Crash 853 async_await_syntax_test/a05b: Crash
884 async_await_syntax_test/a05c: Crash
885 async_await_syntax_test/a05e: Crash
886 async_await_syntax_test/a06a: Crash 854 async_await_syntax_test/a06a: Crash
887 async_await_syntax_test/a07a: RuntimeError 855 async_await_syntax_test/a07a: RuntimeError
888 async_await_syntax_test/a08a: RuntimeError 856 async_await_syntax_test/a08a: RuntimeError
889 async_await_syntax_test/a09a: Crash 857 async_await_syntax_test/a09a: Crash
890 async_await_syntax_test/a10a: Crash 858 async_await_syntax_test/a10a: Crash
891 async_await_syntax_test/a11b: RuntimeError 859 async_await_syntax_test/a11b: RuntimeError
892 async_await_syntax_test/a11c: Crash 860 async_await_syntax_test/a11c: Crash
893 async_await_syntax_test/a11d: Crash 861 async_await_syntax_test/a11d: Crash
894 async_await_syntax_test/a12g: Crash 862 async_await_syntax_test/a12g: Crash
895 async_await_syntax_test/b01a: Crash 863 async_await_syntax_test/b01a: Crash
(...skipping 22 matching lines...) Expand all
918 async_await_syntax_test/c10a: Crash 886 async_await_syntax_test/c10a: Crash
919 async_await_syntax_test/d01a: Crash 887 async_await_syntax_test/d01a: Crash
920 async_await_syntax_test/d02a: Crash 888 async_await_syntax_test/d02a: Crash
921 async_await_syntax_test/d03a: Crash 889 async_await_syntax_test/d03a: Crash
922 async_await_syntax_test/d04a: RuntimeError 890 async_await_syntax_test/d04a: RuntimeError
923 async_await_syntax_test/d05a: Crash 891 async_await_syntax_test/d05a: Crash
924 async_await_syntax_test/d06a: Crash 892 async_await_syntax_test/d06a: Crash
925 async_await_syntax_test/d07a: RuntimeError 893 async_await_syntax_test/d07a: RuntimeError
926 async_await_syntax_test/d08a: RuntimeError 894 async_await_syntax_test/d08a: RuntimeError
927 async_await_syntax_test/d08b: RuntimeError 895 async_await_syntax_test/d08b: RuntimeError
928 async_await_syntax_test/d08c: RuntimeError
929 async_await_syntax_test/d09a: Crash 896 async_await_syntax_test/d09a: Crash
930 async_await_syntax_test/d10a: Crash 897 async_await_syntax_test/d10a: Crash
931 async_return_types_test/tooManyTypeParameters: CompileTimeError 898 async_return_types_test/tooManyTypeParameters: CompileTimeError
932 899
933 # Look like bugs. 900 # Look like bugs.
934 async_return_types_test/nestedFuture: Skip # Flutter Issue 9110 901 async_return_types_test/nestedFuture: Skip # Flutter Issue 9110
935 async_return_types_test/return_value_sync_star: Skip # Flutter Issue 9110 902 async_return_types_test/return_value_sync_star: Skip # Flutter Issue 9110
936 async_return_types_test/wrongReturnType: Skip # Flutter Issue 9110 903 async_return_types_test/wrongReturnType: Skip # Flutter Issue 9110
937 async_return_types_test/wrongTypeParameter: Skip # Flutter Issue 9110 904 async_return_types_test/wrongTypeParameter: Skip # Flutter Issue 9110
938 async_star_cancel_while_paused_test: Skip # Flutter Issue 9110 905 async_star_cancel_while_paused_test: Skip # Flutter Issue 9110
(...skipping 17 matching lines...) Expand all
956 built_in_identifier_prefix_test: CompileTimeError 923 built_in_identifier_prefix_test: CompileTimeError
957 924
958 [ $runtime == vm ] 925 [ $runtime == vm ]
959 built_in_identifier_prefix_test: CompileTimeError 926 built_in_identifier_prefix_test: CompileTimeError
960 927
961 [ $compiler == dart2js ] 928 [ $compiler == dart2js ]
962 built_in_identifier_prefix_test: CompileTimeError 929 built_in_identifier_prefix_test: CompileTimeError
963 930
964 [ $compiler == dartdevc ] 931 [ $compiler == dartdevc ]
965 built_in_identifier_prefix_test: CompileTimeError 932 built_in_identifier_prefix_test: CompileTimeError
OLDNEW
« no previous file with comments | « tests/language/language_dart2js.status ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698