| OLD | NEW |
| 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 || $compiler == dart2js || $runtime == dart_precompiled || ($co
mpiler == dart2analyzer && ! $strong) ] | 7 [ $runtime == vm || $compiler == dart2js || $runtime == dart_precompiled || ($co
mpiler == dart2analyzer && ! $strong) ] |
| 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 105 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 116 allocate_test: Crash | 116 allocate_test: Crash |
| 117 allocation_sinking_inlining_test: Crash | 117 allocation_sinking_inlining_test: Crash |
| 118 and_operation_on_non_integer_operand_test: Crash | 118 and_operation_on_non_integer_operand_test: Crash |
| 119 arithmetic_canonicalization_test: Crash | 119 arithmetic_canonicalization_test: Crash |
| 120 arithmetic_smi_overflow_test: Crash | 120 arithmetic_smi_overflow_test: Crash |
| 121 | 121 |
| 122 [ $compiler == dartdevc && $runtime != none ] | 122 [ $compiler == dartdevc && $runtime != none ] |
| 123 async_star_cancel_while_paused_test: RuntimeError # Issue 29920 | 123 async_star_cancel_while_paused_test: RuntimeError # Issue 29920 |
| 124 async_star_pause_test: RuntimeError | 124 async_star_pause_test: RuntimeError |
| 125 | 125 |
| 126 [ $compiler == dart2js && $dart2js_with_kernel && $use_sdk ] | |
| 127 *: Skip # Issue 29626 | |
| 128 | |
| 129 [ $compiler == dart2js && ! $checked && ! $enable_asserts && ! $dart2js_with_ker
nel && $runtime != none ] | 126 [ $compiler == dart2js && ! $checked && ! $enable_asserts && ! $dart2js_with_ker
nel && $runtime != none ] |
| 130 assertion_test: RuntimeError # Issue 12748 | 127 assertion_test: RuntimeError # Issue 12748 |
| 131 | 128 |
| 132 [ $compiler == dart2js && $dart2js_with_kernel_in_ssa ] | 129 [ $compiler == dart2js && $dart2js_with_kernel_in_ssa ] |
| 133 abstract_beats_arguments_test: RuntimeError # Issue 27394 | 130 abstract_beats_arguments_test: RuntimeError # Issue 27394 |
| 134 abstract_runtime_error_test/01: RuntimeError # Issue 27394 | 131 abstract_runtime_error_test/01: RuntimeError # Issue 27394 |
| 135 abstract_runtime_error_test/02: RuntimeError # Issue 27394 | 132 abstract_runtime_error_test/02: RuntimeError # Issue 27394 |
| 136 arithmetic_canonicalization_test: RuntimeError # Issue 27394 | 133 arithmetic_canonicalization_test: RuntimeError # Issue 27394 |
| 137 assertion_initializer_const_error_test/01: Crash | 134 assertion_initializer_const_error_test/01: Crash |
| 138 assertion_initializer_const_function_test/01: Crash | 135 assertion_initializer_const_function_test/01: Crash |
| (...skipping 200 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 339 async_return_types_test/nestedFuture: Fail # Issue 26429 | 336 async_return_types_test/nestedFuture: Fail # Issue 26429 |
| 340 async_return_types_test/wrongTypeParameter: Fail # Issue 26429 | 337 async_return_types_test/wrongTypeParameter: Fail # Issue 26429 |
| 341 | 338 |
| 342 [ $compiler == dart2js && $dart2js_with_kernel_in_ssa ] | 339 [ $compiler == dart2js && $dart2js_with_kernel_in_ssa ] |
| 343 async_star_pause_test: RuntimeError # Issue 27394 | 340 async_star_pause_test: RuntimeError # Issue 27394 |
| 344 async_star_regression_fisk_test: RuntimeError # Issue 27394 | 341 async_star_regression_fisk_test: RuntimeError # Issue 27394 |
| 345 async_star_stream_take_test: RuntimeError # Issue 27394 | 342 async_star_stream_take_test: RuntimeError # Issue 27394 |
| 346 async_star_take_reyield_test: RuntimeError # Issue 27394 | 343 async_star_take_reyield_test: RuntimeError # Issue 27394 |
| 347 | 344 |
| 348 [ $compiler == dart2js && $runtime == d8 && $dart2js_with_kernel ] | 345 [ $compiler == dart2js && $runtime == d8 && $dart2js_with_kernel ] |
| 346 assign_instance_method_test: Crash |
| 347 async_await_foreign_test: Crash |
| 349 async_break_in_finally_test: Crash | 348 async_break_in_finally_test: Crash |
| 349 async_call_test: Crash |
| 350 async_cascade_test: Crash |
| 350 async_continue_label_test/await_in_body: Crash | 351 async_continue_label_test/await_in_body: Crash |
| 351 async_continue_label_test/await_in_condition: Crash | 352 async_continue_label_test/await_in_condition: Crash |
| 352 async_continue_label_test/await_in_init: Crash | 353 async_continue_label_test/await_in_init: Crash |
| 353 async_continue_label_test/await_in_update: Crash | 354 async_continue_label_test/await_in_update: Crash |
| 354 async_continue_label_test/none: Crash | 355 async_continue_label_test/none: Crash |
| 355 async_control_structures_test: Crash | 356 async_control_structures_test: Crash |
| 356 async_finally_rethrow_test: Crash | 357 async_finally_rethrow_test: Crash |
| 357 async_or_generator_return_type_stacktrace_test/01: Crash | 358 async_or_generator_return_type_stacktrace_test/01: Crash |
| 358 async_or_generator_return_type_stacktrace_test/02: Crash | 359 async_or_generator_return_type_stacktrace_test/02: Crash |
| 359 async_or_generator_return_type_stacktrace_test/03: Crash | 360 async_or_generator_return_type_stacktrace_test/03: Crash |
| 360 async_or_generator_return_type_stacktrace_test/none: Crash | |
| 361 async_regression_23058_test: Crash | 361 async_regression_23058_test: Crash |
| 362 async_rethrow_test: Crash | 362 async_rethrow_test: Crash |
| 363 async_return_types_test/nestedFuture: Crash | 363 async_return_types_test/nestedFuture: Crash |
| 364 async_return_types_test/none: Crash | 364 async_return_types_test/none: Crash |
| 365 async_return_types_test/tooManyTypeParameters: Crash | 365 async_return_types_test/tooManyTypeParameters: Crash |
| 366 async_return_types_test/wrongReturnType: Crash | 366 async_return_types_test/wrongReturnType: Crash |
| 367 async_return_types_test/wrongTypeParameter: Crash | 367 async_return_types_test/wrongTypeParameter: Crash |
| 368 async_star_await_pauses_test: Crash |
| 368 async_star_cancel_and_throw_in_finally_test: Crash | 369 async_star_cancel_and_throw_in_finally_test: Crash |
| 369 async_star_cancel_while_paused_test: Crash | 370 async_star_cancel_while_paused_test: Crash |
| 370 async_star_no_cancel2_test: Crash | 371 async_star_no_cancel2_test: Crash |
| 371 async_star_no_cancel_test: Crash | 372 async_star_no_cancel_test: Crash |
| 372 async_star_pause_test: Crash | 373 async_star_pause_test: Crash |
| 373 async_star_regression_2238_test: Crash | 374 async_star_regression_2238_test: Crash |
| 374 async_star_regression_23116_test: Crash | 375 async_star_regression_23116_test: Crash |
| 375 async_star_regression_fisk_test: Crash | 376 async_star_regression_fisk_test: Crash |
| 376 async_star_stream_take_test: Crash | 377 async_star_stream_take_test: Crash |
| 377 async_star_take_reyield_test: Crash | 378 async_star_take_reyield_test: Crash |
| (...skipping 105 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 483 async_await_syntax_test/d10a: Crash | 484 async_await_syntax_test/d10a: Crash |
| 484 async_return_types_test/tooManyTypeParameters: CompileTimeError | 485 async_return_types_test/tooManyTypeParameters: CompileTimeError |
| 485 | 486 |
| 486 # Look like bugs. | 487 # Look like bugs. |
| 487 async_return_types_test/nestedFuture: Skip # Flutter Issue 9110 | 488 async_return_types_test/nestedFuture: Skip # Flutter Issue 9110 |
| 488 async_return_types_test/return_value_sync_star: Skip # Flutter Issue 9110 | 489 async_return_types_test/return_value_sync_star: Skip # Flutter Issue 9110 |
| 489 async_return_types_test/wrongReturnType: Skip # Flutter Issue 9110 | 490 async_return_types_test/wrongReturnType: Skip # Flutter Issue 9110 |
| 490 async_return_types_test/wrongTypeParameter: Skip # Flutter Issue 9110 | 491 async_return_types_test/wrongTypeParameter: Skip # Flutter Issue 9110 |
| 491 async_star_cancel_while_paused_test: Skip # Flutter Issue 9110 | 492 async_star_cancel_while_paused_test: Skip # Flutter Issue 9110 |
| 492 async_star_no_cancel_test: Skip # Flutter Issue 9110 | 493 async_star_no_cancel_test: Skip # Flutter Issue 9110 |
| OLD | NEW |