| Index: tests/lib/lib.status
|
| ===================================================================
|
| --- tests/lib/lib.status (revision 31435)
|
| +++ tests/lib/lib.status (working copy)
|
| @@ -86,6 +86,9 @@
|
| mirrors/variable_is_const_test/01: MissingCompileTimeError # Issue 5519
|
| mirrors/list_constructor_test/01: RuntimeError # Issue 13523
|
|
|
| +# RuntimeError in VM. Parse error here.
|
| +mirrors/syntax_error_test/01: CompileTimeError, OK
|
| +
|
| [ $runtime == safari ]
|
| typed_data/setRange_2_test: Fail # Safari doesn't fully implement spec for TypedArray.set
|
| typed_data/setRange_3_test: Fail # Safari doesn't fully implement spec for TypedArray.set
|
| @@ -258,6 +261,9 @@
|
| [ $compiler == dartanalyzer || $compiler == dart2analyzer ]
|
| mirrors/generic_f_bounded_mixin_application_test: CompileTimeError # Issue 14116
|
|
|
| +# RuntimeError in VM. Parse error here.
|
| +mirrors/syntax_error_test/01: CompileTimeError, OK
|
| +
|
| mirrors/redirecting_factory_test/01: StaticWarning # test issue X, The return type 'Class<T2, T1>' of the redirected constructor is not assignable to 'Class<T1, T2>'
|
| mirrors/redirecting_factory_test/none: StaticWarning # test issue X, The return type 'Class<T2, T1>' of the redirected constructor is not assignable to 'Class<T1, T2>
|
|
|
|
|