| Index: tests/language/language.status
|
| ===================================================================
|
| --- tests/language/language.status (revision 12170)
|
| +++ tests/language/language.status (working copy)
|
| @@ -86,6 +86,10 @@
|
| [ $compiler == none && $unchecked ]
|
| field_override_test/02: Fail # Issue 742: field shadowing now allowed
|
|
|
| +# Only checked mode reports an error on type assignment
|
| +# problems in compile time constants.
|
| +compile_time_constant_checked_test/02: Fail, OK
|
| +
|
| [ $compiler == dartc ]
|
| metadata_test: Fail
|
| bad_constructor_test/04: Fail # Constructor name clashes with other member
|
|
|