| Index: tests/language_2/language_2.status
|
| diff --git a/tests/language_2/language_2.status b/tests/language_2/language_2.status
|
| index 4631543ab24c17f34a8a7322edc1398c699e577c..75199e6d4abd5ee42997d7432917866295105c89 100644
|
| --- a/tests/language_2/language_2.status
|
| +++ b/tests/language_2/language_2.status
|
| @@ -33,6 +33,10 @@ async_return_types_test/wrongTypeParameter: MissingCompileTimeError
|
| async_return_types_test/tooManyTypeParameters: MissingCompileTimeError
|
| async_return_types_test/wrongReturnType: MissingCompileTimeError
|
| 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 == dart2analyzer && ! $strong && $checked ]
|
| abstract_beats_arguments_test: MissingCompileTimeError
|
| @@ -65,6 +69,10 @@ async_return_types_test/nestedFuture: 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 && ! $dart2js_with_kernel ]
|
| accessor_conflict_export2_test: Crash # Issue 25626
|
| @@ -82,6 +90,8 @@ 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
|
| +bad_constructor_test/05: CompileTimeError # Issue 13639
|
|
|
| [ $compiler == dart2js && $runtime != none && ! $dart2js_with_kernel ]
|
| accessor_conflict_import2_test: RuntimeError # Issue 25626
|
| @@ -110,6 +120,10 @@ generic_methods_generic_function_result_test/01: MissingCompileTimeError # Issue
|
|
|
| [ $compiler == dart2analyzer && $strong ]
|
| 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
|
| @@ -173,6 +187,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
|
| @@ -185,6 +201,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
|
| @@ -216,6 +237,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.
|
| @@ -233,6 +271,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
|
| @@ -404,6 +447,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
|
|
|
| [ $checked && ($compiler == dartk || $compiler == dartkp) ]
|
| async_return_types_test/nestedFuture: Fail
|
| @@ -433,6 +496,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
|
| @@ -519,3 +583,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
|
|
|