| Index: tests/lib/lib.status
|
| ===================================================================
|
| --- tests/lib/lib.status (revision 32065)
|
| +++ tests/lib/lib.status (working copy)
|
| @@ -5,6 +5,9 @@
|
| [ $checked && $compiler != dartanalyzer && $compiler != dart2analyzer && $runtime != dartium ]
|
| mirrors/regress_16321_test/01: CompileTimeError # Issue 16351
|
|
|
| +[ $checked && $runtime == dartium ]
|
| +mirrors/regress_16321_test/01: RunTimeError # Issue 16351
|
| +
|
| [ $compiler == dart2js && $checked && $runtime == ie9 ]
|
| convert/ascii_test: Skip # http://dartbug.com/15498
|
| convert/streamed_conversion_json_utf8_encode_test: Skip # http://dartbug.com/15498
|
|
|