| Index: tests/language_2/language_2.status
|
| diff --git a/tests/language_2/language_2.status b/tests/language_2/language_2.status
|
| index 0e060c662a6eabe1476fc9045038af938470f81b..aa6b7d71c3ad366331455b850366bd731b0467bc 100644
|
| --- a/tests/language_2/language_2.status
|
| +++ b/tests/language_2/language_2.status
|
| @@ -4,13 +4,12 @@
|
|
|
| # The VM and dart2js do not implement the Dart 2.0 static type errors yet.
|
| # Analyzer does, but only when "--strong" is used.
|
| -[ $runtime == vm || $compiler == dart2js || $runtime == dart_precompiled || ($compiler == dart2analyzer && ! $strong && ! $checked) ]
|
| +[ $runtime == vm || $runtime == dart_precompiled || ($compiler == dart2analyzer && ! $strong && ! $checked) ]
|
| abstract_beats_arguments_test: MissingCompileTimeError
|
| abstract_exact_selector_test/01: MissingCompileTimeError
|
| abstract_factory_constructor_test/00: MissingCompileTimeError
|
| abstract_getter_test/01: MissingCompileTimeError
|
| abstract_syntax_test/00: MissingCompileTimeError
|
| -assign_top_method_test: MissingCompileTimeError
|
| assign_static_type_test/01: MissingCompileTimeError
|
| assign_static_type_test/02: MissingCompileTimeError
|
| assign_static_type_test/03: MissingCompileTimeError
|
| @@ -21,6 +20,7 @@ assign_to_type_test/01: MissingCompileTimeError
|
| assign_to_type_test/02: MissingCompileTimeError
|
| assign_to_type_test/03: MissingCompileTimeError
|
| assign_to_type_test/04: MissingCompileTimeError
|
| +assign_top_method_test: MissingCompileTimeError
|
| async_await_syntax_test/a10a: MissingCompileTimeError
|
| async_await_syntax_test/b10a: MissingCompileTimeError
|
| async_await_syntax_test/c10a: MissingCompileTimeError
|
| @@ -29,10 +29,24 @@ async_await_syntax_test/d10a: MissingCompileTimeError
|
| async_or_generator_return_type_stacktrace_test/01: MissingCompileTimeError
|
| async_or_generator_return_type_stacktrace_test/02: MissingCompileTimeError
|
| async_or_generator_return_type_stacktrace_test/03: MissingCompileTimeError
|
| -async_return_types_test/wrongTypeParameter: MissingCompileTimeError
|
| +async_return_types_test/nestedFuture: MissingCompileTimeError
|
| async_return_types_test/tooManyTypeParameters: MissingCompileTimeError
|
| async_return_types_test/wrongReturnType: MissingCompileTimeError
|
| -async_return_types_test/nestedFuture: MissingCompileTimeError
|
| +async_return_types_test/wrongTypeParameter: MissingCompileTimeError
|
| +bad_constructor_test/05: MissingCompileTimeError
|
| +bad_named_parameters2_test/01: MissingCompileTimeError
|
| +bad_named_parameters_test/01: MissingCompileTimeError
|
| +bad_named_parameters_test/02: MissingCompileTimeError
|
| +bad_named_parameters_test/03: MissingCompileTimeError
|
| +bad_named_parameters_test/04: MissingCompileTimeError
|
| +bad_named_parameters_test/05: MissingCompileTimeError
|
| +bad_override_test/01: MissingCompileTimeError
|
| +bad_override_test/02: MissingCompileTimeError
|
| +bad_override_test/06: MissingCompileTimeError
|
| +bit_operations_test/01: MissingCompileTimeError
|
| +bit_operations_test/02: MissingCompileTimeError
|
| +bit_operations_test/03: MissingCompileTimeError
|
| +bit_operations_test/04: MissingCompileTimeError
|
|
|
| [ $compiler == dart2analyzer && ! $strong && $checked ]
|
| abstract_beats_arguments_test: MissingCompileTimeError
|
| @@ -62,9 +76,73 @@ async_return_types_test/wrongTypeParameter: MissingCompileTimeError
|
| async_return_types_test/tooManyTypeParameters: MissingCompileTimeError
|
| async_return_types_test/wrongReturnType: MissingCompileTimeError
|
| async_return_types_test/nestedFuture: MissingCompileTimeError
|
| +bad_constructor_test/05: MissingCompileTimeError
|
| +bad_named_parameters2_test/01: MissingCompileTimeError
|
| +bad_named_parameters_test/01: MissingCompileTimeError
|
| +bad_named_parameters_test/02: MissingCompileTimeError
|
| +bad_named_parameters_test/03: MissingCompileTimeError
|
| +bad_named_parameters_test/04: MissingCompileTimeError
|
| +bad_named_parameters_test/05: MissingCompileTimeError
|
| +bad_override_test/01: MissingCompileTimeError
|
| +bad_override_test/02: MissingCompileTimeError
|
| +bad_override_test/06: MissingCompileTimeError
|
| +bit_operations_test/01: MissingCompileTimeError
|
| +bit_operations_test/02: MissingCompileTimeError
|
| +bit_operations_test/03: MissingCompileTimeError
|
| +bit_operations_test/04: MissingCompileTimeError
|
| +
|
| +[ $compiler == dart2js ]
|
| +abstract_beats_arguments_test: MissingCompileTimeError
|
| +abstract_exact_selector_test/01: MissingCompileTimeError
|
| +abstract_factory_constructor_test/00: MissingCompileTimeError
|
| +abstract_getter_test/01: MissingCompileTimeError
|
| +abstract_syntax_test/00: MissingCompileTimeError
|
| +assign_static_type_test/01: MissingCompileTimeError
|
| +assign_static_type_test/02: MissingCompileTimeError
|
| +assign_static_type_test/03: MissingCompileTimeError
|
| +assign_static_type_test/04: MissingCompileTimeError
|
| +assign_static_type_test/05: MissingCompileTimeError
|
| +assign_static_type_test/06: MissingCompileTimeError
|
| +assign_to_type_test/01: MissingCompileTimeError
|
| +assign_to_type_test/02: MissingCompileTimeError
|
| +assign_to_type_test/03: MissingCompileTimeError
|
| +assign_to_type_test/04: MissingCompileTimeError
|
| +assign_top_method_test: MissingCompileTimeError
|
| +async_await_syntax_test/a10a: MissingCompileTimeError
|
| +async_await_syntax_test/b10a: MissingCompileTimeError
|
| +async_await_syntax_test/c10a: MissingCompileTimeError
|
| +async_await_syntax_test/d08b: MissingCompileTimeError
|
| +async_await_syntax_test/d10a: MissingCompileTimeError
|
| +async_or_generator_return_type_stacktrace_test/01: MissingCompileTimeError
|
| +async_or_generator_return_type_stacktrace_test/02: MissingCompileTimeError
|
| +async_or_generator_return_type_stacktrace_test/03: MissingCompileTimeError
|
| +async_return_types_test/nestedFuture: MissingCompileTimeError
|
| +async_return_types_test/tooManyTypeParameters: MissingCompileTimeError
|
| +async_return_types_test/wrongReturnType: MissingCompileTimeError
|
| +async_return_types_test/wrongTypeParameter: MissingCompileTimeError
|
| +bad_named_parameters2_test/01: MissingCompileTimeError
|
| +bad_named_parameters_test/01: MissingCompileTimeError
|
| +bad_named_parameters_test/02: MissingCompileTimeError
|
| +bad_named_parameters_test/03: MissingCompileTimeError
|
| +bad_named_parameters_test/04: MissingCompileTimeError
|
| +bad_named_parameters_test/05: MissingCompileTimeError
|
| +bad_override_test/01: MissingCompileTimeError
|
| +bad_override_test/02: MissingCompileTimeError
|
| +bad_override_test/06: MissingCompileTimeError
|
| +bit_operations_test/01: MissingCompileTimeError
|
| +bit_operations_test/02: MissingCompileTimeError
|
| +bit_operations_test/03: MissingCompileTimeError
|
| +bit_operations_test/04: MissingCompileTimeError
|
|
|
| [ $compiler == dartdevc || $compiler == dart2analyzer ]
|
| async_return_types_test/nestedFuture: MissingCompileTimeError
|
| +bit_operations_test/01: MissingCompileTimeError
|
| +bit_operations_test/02: MissingCompileTimeError
|
| +bit_operations_test/03: MissingCompileTimeError
|
| +bit_operations_test/04: MissingCompileTimeError
|
| +
|
| +[ $compiler == dart2js && $runtime != none ]
|
| +bit_operations_test: RuntimeError, OK # Issue 1533
|
|
|
| [ $compiler == dart2js && ! $dart2js_with_kernel ]
|
| accessor_conflict_export2_test: Crash # Issue 25626
|
| @@ -82,6 +160,7 @@ assertion_initializer_const_function_error_test/01: Crash
|
| assertion_initializer_const_function_test/01: CompileTimeError
|
| assertion_initializer_test: Crash
|
| assert_trailing_comma_test/none: CompileTimeError # Issue 29959
|
| +bad_typedef_test/00: Crash # Issue 28214
|
|
|
| [ $compiler == dart2js && $runtime != none && ! $dart2js_with_kernel ]
|
| accessor_conflict_import2_test: RuntimeError # Issue 25626
|
| @@ -111,6 +190,10 @@ generic_methods_generic_function_result_test/01: MissingCompileTimeError # Issue
|
| [ $compiler == dart2analyzer && $strong ]
|
| async_return_types_test/nestedFuture: MissingCompileTimeError
|
| generic_methods_generic_function_result_test/none: CompileTimeError # Issue #30207
|
| +bit_operations_test/01: MissingStaticWarning # Issue 28823
|
| +bit_operations_test/02: MissingStaticWarning # Issue 28823
|
| +bit_operations_test/03: MissingStaticWarning # Issue 28823
|
| +bit_operations_test/04: MissingStaticWarning # Issue 28823
|
|
|
| [ $compiler == dart2js || $compiler == dartk || $compiler == dartdevc ]
|
| generic_methods_generic_function_result_test/none: CompileTimeError # Issue #30208
|
| @@ -174,6 +257,8 @@ async_await_syntax_test/a08b: Crash # Issue 27394
|
| async_await_syntax_test/b06a: RuntimeError # Issue 27394
|
| async_await_syntax_test/c06a: RuntimeError # Issue 27394
|
| async_await_syntax_test/d06a: RuntimeError # Issue 27394
|
| +black_listed_test/13c: Crash # Issue 27394
|
| +black_listed_test/14c: Crash # Issue 27394
|
|
|
| [ $compiler == dart2js && $runtime == d8 && $checked && $dart2js_with_kernel_in_ssa && ! $dart2js_with_kernel ]
|
| assertion_initializer_const_function_test/none: RuntimeError
|
| @@ -192,6 +277,11 @@ async_await_syntax_test/d07a: Crash
|
| async_await_syntax_test/d08a: Crash
|
| async_await_syntax_test/d08b: Crash
|
| async_await_syntax_test/d08c: Crash
|
| +bad_override_test/04: Crash
|
| +bailout3_test: Crash
|
| +bailout5_test: Crash
|
| +bailout6_test: Crash
|
| +bailout7_test: Crash
|
|
|
| [ $compiler == dart2js && $runtime == d8 && $dart2js_with_kernel && $minified ]
|
| assert_assignable_type_test: Crash
|
| @@ -223,6 +313,23 @@ async_await_syntax_test/d07a: Crash
|
| async_await_syntax_test/d08a: Crash
|
| async_await_syntax_test/d08b: Crash
|
| async_await_syntax_test/d08c: Crash
|
| +bad_constructor_test/05: Crash
|
| +bad_constructor_test/none: Crash
|
| +bad_override_test/01: Crash
|
| +bad_override_test/02: Crash
|
| +bad_override_test/03: Crash
|
| +bad_override_test/04: Crash
|
| +bad_override_test/05: Crash
|
| +bad_override_test/06: Crash
|
| +bad_override_test/none: Crash
|
| +bad_typedef_test/none: Crash
|
| +bailout2_test: Crash
|
| +bailout3_test: Crash
|
| +bailout5_test: Crash
|
| +bailout6_test: Crash
|
| +bailout7_test: Crash
|
| +bailout_container_type_test: Crash
|
| +bit_shift_test: Crash
|
|
|
| [ ($runtime != vm && $compiler != dartk && $compiler != dartkp ) || ($compiler != none && $compiler != dartk && $compiler != dartkp )]
|
| assert_initializer_test/*: Skip # Not implemented yet, experiment is VM only.
|
| @@ -240,6 +347,11 @@ assertion_initializer_const_function_test/01: CompileTimeError
|
|
|
| [ $compiler == dartdevc && $runtime != none ]
|
| assert_message_test: RuntimeError # Looks like bug in dartdevc codegen.
|
| +bit_operations_test/01: RuntimeError # No bigints on web.
|
| +bit_operations_test/02: RuntimeError # No bigints on web.
|
| +bit_operations_test/03: RuntimeError # No bigints on web.
|
| +bit_operations_test/04: RuntimeError # No bigints on web.
|
| +bit_operations_test/none: RuntimeError # No bigints on web.
|
|
|
| [ $compiler == dartk && $runtime == vm ]
|
| arithmetic2_test: RuntimeError # Throws CastError instead of TypeError
|
| @@ -411,6 +523,26 @@ async_star_regression_23116_test: Crash
|
| async_star_regression_fisk_test: Crash
|
| async_star_stream_take_test: Crash
|
| async_star_take_reyield_test: Crash
|
| +bad_named_parameters2_test/01: Crash
|
| +bad_named_parameters2_test/none: Crash
|
| +bad_named_parameters_test/01: Crash
|
| +bad_named_parameters_test/02: Crash
|
| +bad_named_parameters_test/03: Crash
|
| +bad_named_parameters_test/04: Crash
|
| +bad_named_parameters_test/05: Crash
|
| +bad_named_parameters_test/none: Crash
|
| +bad_override_test/03: MissingCompileTimeError
|
| +bad_override_test/04: MissingCompileTimeError
|
| +bad_override_test/05: MissingCompileTimeError
|
| +bailout4_test: Crash
|
| +bailout_test: Crash
|
| +bind_test: Crash
|
| +bit_operations_test/01: Crash
|
| +bit_operations_test/02: Crash
|
| +bit_operations_test/03: Crash
|
| +bit_operations_test/04: Crash
|
| +bit_operations_test/none: Crash
|
| +black_listed_test/none: Crash
|
|
|
| [ $compiler == dart2js && $runtime != none && $checked ]
|
| assert_with_message_test: RuntimeError
|
| @@ -439,6 +571,7 @@ async_await_test: CompileTimeError
|
| async_await_syntax_test/a05c: CompileTimeError
|
| async_await_syntax_test/a05e: CompileTimeError
|
| async_await_syntax_test/d08c: CompileTimeError
|
| +bad_override_test/06: CompileTimeError
|
|
|
| [ $compiler == dart2js && $runtime == d8 && $dart2js_with_kernel ]
|
| abstract_method_test: Crash
|
| @@ -525,3 +658,21 @@ async_return_types_test/wrongReturnType: Skip # Flutter Issue 9110
|
| async_return_types_test/wrongTypeParameter: Skip # Flutter Issue 9110
|
| async_star_cancel_while_paused_test: Skip # Flutter Issue 9110
|
| async_star_no_cancel_test: Skip # Flutter Issue 9110
|
| +
|
| +[ $compiler == dart2analyzer ]
|
| +bad_initializer2_negative_test: fail # Issue 14880
|
| +black_listed_test/none: fail # Issue 14228
|
| +bad_initializer1_negative_test: CompileTimeError # Issue 14529
|
| +bad_named_constructor_negative_test: CompileTimeError # Issue 18693
|
| +body_less_constructor_wrong_arg_negative_test: CompileTimeError # Issue 18695
|
| +
|
| +[ $strong ]
|
| +bad_constructor_test: Skip
|
| +bad_initializer1_negative_test: Skip
|
| +bad_initializer2_negative_test: Skip
|
| +bad_named_constructor_negative_test: Skip
|
| +bad_named_parameters2_test: Skip
|
| +bad_named_parameters_test: Skip
|
| +bad_override_test: Skip
|
| +black_listed_test: Skip
|
| +body_less_constructor_wrong_arg_negative_test: Skip
|
|
|