| Index: tests/language/language.status
|
| diff --git a/tests/language/language.status b/tests/language/language.status
|
| index 2d2d8b893e54f1eafa4eee60858ca6d9552220b1..fa5aaeb304afa9d8b0100be4aa2248bf74abb4b2 100644
|
| --- a/tests/language/language.status
|
| +++ b/tests/language/language.status
|
| @@ -28,32 +28,6 @@ unicode_bom_test: Fail # Issue 16067
|
| [ $compiler == none && $checked ]
|
| type_variable_bounds4_test/01: Fail # Issue 14006
|
|
|
| -[ $compiler == none && $unchecked ]
|
| -# 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
|
| -
|
| [ $runtime == vm || (($runtime == drt || $runtime == dartium) && $compiler == none) ]
|
| call_test: Fail # Issue 12602
|
| dynamic_prefix_core_test: Fail # Issue 12478
|
| @@ -76,9 +50,9 @@ positional_parameters_type_test/01: Fail # Issue 13719: Please triage this failu
|
| positional_parameters_type_test/02: Fail # Issue 13719: Please triage this failure.
|
| assertion_test: Fail # Issue 13719: Please triage this failure.
|
| generic_test: Fail # Issue 13719: Please triage this failure.
|
| -list_literal1_test/01: Fail # Issue 13719: Please triage this failure.
|
| +#list_literal1_test/01: Fail # Issue 13719: Please triage this failure.
|
| list_literal4_test: Fail # Issue 13719: Please triage this failure.
|
| -map_literal1_test/01: Fail # Issue 13719: Please triage this failure.
|
| +#map_literal1_test/01: Fail # Issue 13719: Please triage this failure.
|
| map_literal4_test: Fail # Issue 13719: Please triage this failure.
|
| type_checks_in_factory_method_test: Fail # Issue 13719: Please triage this failure.
|
| vm/type_vm_test: Fail # Issue 13719: Please triage this failure.
|
|
|