| Index: tests/language/language_dart2js.status
|
| diff --git a/tests/language/language_dart2js.status b/tests/language/language_dart2js.status
|
| index e7d37774738f4f5082ba8007715f6f503abcb4c5..4faaf375a77376d6be2b0cbd5aeb92f2b3589294 100644
|
| --- a/tests/language/language_dart2js.status
|
| +++ b/tests/language/language_dart2js.status
|
| @@ -68,36 +68,6 @@ positional_parameters_type_test/01: MissingRuntimeError, OK
|
| positional_parameters_type_test/02: MissingRuntimeError, OK
|
| issue13474_test: RuntimeError, OK
|
|
|
| -[ $compiler == dart2js && $unchecked ]
|
| -# This section is for tests that intentionally have incompatible behavior in
|
| -# unchecked and checked mode. For instance tests for type errors in compile
|
| -# time constants, which cause static type warnings in unchecked mode and
|
| -# compile-time errors in checked mode. -- Issue 16411.
|
| -compile_time_constant_checked_test/02: MissingCompileTimeError, OK
|
| -compile_time_constant_checked2_test/01: MissingCompileTimeError, OK
|
| -compile_time_constant_checked2_test/02: MissingCompileTimeError, OK
|
| -compile_time_constant_checked2_test/03: MissingCompileTimeError, OK
|
| -compile_time_constant_checked2_test/04: MissingCompileTimeError, OK
|
| -compile_time_constant_checked2_test/05: MissingCompileTimeError, OK
|
| -compile_time_constant_checked2_test/06: MissingCompileTimeError, OK
|
| -compile_time_constant_checked3_test/01: MissingCompileTimeError, OK
|
| -compile_time_constant_checked3_test/02: MissingCompileTimeError, OK
|
| -compile_time_constant_checked3_test/03: MissingCompileTimeError, OK
|
| -compile_time_constant_checked3_test/04: MissingCompileTimeError, OK
|
| -compile_time_constant_checked3_test/05: MissingCompileTimeError, OK
|
| -compile_time_constant_checked3_test/06: MissingCompileTimeError, OK
|
| -malformed2_test/01: MissingCompileTimeError, OK
|
| -list_literal1_test/01: MissingCompileTimeError, OK
|
| -map_literal1_test/01: MissingCompileTimeError, OK
|
| -const_constructor2_test/13: MissingCompileTimeError, OK
|
| -const_constructor2_test/14: MissingCompileTimeError, OK
|
| -const_constructor2_test/15: MissingCompileTimeError, OK
|
| -const_constructor2_test/16: MissingCompileTimeError, OK
|
| -const_constructor2_test/17: MissingCompileTimeError, OK
|
| -const_constructor2_test/20: MissingCompileTimeError, OK
|
| -const_constructor2_test/22: MissingCompileTimeError, OK
|
| -const_constructor2_test/24: MissingCompileTimeError, OK
|
| -
|
| [ $compiler == dart2js && $minified ]
|
| cyclic_type_test: Fail # Issue 12605
|
| cyclic_type2_test: Fail # Issue 12605
|
| @@ -270,8 +240,6 @@ const_var_test: CompileTimeError # Issue 12794
|
| map_literal3_test: Fail # Issue 12794
|
| external_test/13: Fail # Issue 12888
|
| built_in_identifier_test/01: Fail # Issue 13022
|
| -list_literal1_test/01: Fail # Issue 12993
|
| -map_literal1_test/01: Fail # Issue 12993
|
| method_override4_test: Fail # Issue 12810
|
| method_override5_test: Fail # Issue 12810
|
| scope_variable_test/01: Fail # Issue 13016
|
| @@ -292,31 +260,6 @@ closure_in_initializer_test: Fail
|
| new_expression_type_args_test/00: Fail # Wrongly reports compile-time error.
|
| new_expression_type_args_test/01: Fail # Wrongly reports compile-time error.
|
|
|
| -# Only checked mode reports an error on type assignment
|
| -# problems in compile time constants. -- Issue 16411.
|
| -compile_time_constant_checked_test/02: Fail, OK
|
| -compile_time_constant_checked2_test/01: Fail, OK
|
| -compile_time_constant_checked2_test/02: Fail, OK
|
| -compile_time_constant_checked2_test/03: Fail, OK
|
| -compile_time_constant_checked2_test/04: Fail, OK
|
| -compile_time_constant_checked2_test/05: Fail, OK
|
| -compile_time_constant_checked2_test/06: Fail, OK
|
| -compile_time_constant_checked3_test/01: Fail, OK
|
| -compile_time_constant_checked3_test/02: Fail, OK
|
| -compile_time_constant_checked3_test/03: Fail, OK
|
| -compile_time_constant_checked3_test/04: Fail, OK
|
| -compile_time_constant_checked3_test/05: Fail, OK
|
| -compile_time_constant_checked3_test/06: Fail, OK
|
| -malformed2_test/01: Fail, OK
|
| -const_constructor2_test/13: Fail, OK
|
| -const_constructor2_test/14: Fail, OK
|
| -const_constructor2_test/15: Fail, OK
|
| -const_constructor2_test/16: Fail, OK
|
| -const_constructor2_test/17: Fail, OK
|
| -const_constructor2_test/20: Fail, OK
|
| -const_constructor2_test/22: Fail, OK
|
| -const_constructor2_test/24: Fail, OK
|
| -
|
| [ $compiler == dart2dart && $checked ]
|
| # Dart VM problems
|
| malbounded_type_cast_test: Fail # Issue 14123
|
|
|