| Index: dart/tests/language/language.status
|
| ===================================================================
|
| --- dart/tests/language/language.status (revision 29908)
|
| +++ dart/tests/language/language.status (working copy)
|
| @@ -10,6 +10,12 @@
|
| mixin_super_constructor_positionals_test: Fail # Issue 12631
|
| built_in_identifier_prefix_test: Fail # Issue 6970
|
| f_bounded_equality_test: RuntimeError # Issue 14000
|
| +instanceof3_test: Fail # Issue 14768
|
| +is_not_class2_test: Fail # Issue 14768
|
| +isnot_malformed_type_test: Fail # Issue 14768
|
| +library_ambiguous_test/04: Fail # Issue 14768
|
| +malformed2_test/00: Fail # Issue 14768
|
| +on_catch_malformed_type_test: Fail # Issue 14768
|
|
|
| # These bugs refer currently ongoing language discussions.
|
| constructor_initializer_test/none: Fail # Issue 12633
|
| @@ -27,6 +33,13 @@
|
| [ $compiler == none && $checked ]
|
| type_variable_bounds4_test/01: Fail # Issue 14006
|
|
|
| +type_parameter_test/01: Fail # Issue 14768
|
| +type_parameter_test/02: Fail # Issue 14768
|
| +type_parameter_test/03: Fail # Issue 14768
|
| +type_parameter_test/04: Fail # Issue 14768
|
| +type_parameter_test/05: Fail # Issue 14768
|
| +type_parameter_test/06: Fail # Issue 14768
|
| +
|
| [ $compiler == none && $unchecked ]
|
| # Only checked mode reports an error on type assignment
|
| # problems in compile time constants.
|
| @@ -43,6 +56,7 @@
|
| 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
|
|
|
| [ $runtime == vm || (($runtime == drt || $runtime == dartium) && $compiler == none) ]
|
| call_test: Fail # Issue 12602
|
|
|