| Index: tests/lib/lib.status
|
| diff --git a/tests/lib/lib.status b/tests/lib/lib.status
|
| index 23335721ca78153aeb6fa760849ac4037d41420d..2379fbb20a4550239ea335ebf1eed03bcea949fb 100644
|
| --- a/tests/lib/lib.status
|
| +++ b/tests/lib/lib.status
|
| @@ -2,8 +2,8 @@
|
| # for details. All rights reserved. Use of this source code is governed by a
|
| # BSD-style license that can be found in the LICENSE file.
|
|
|
| -[ $checked && $compiler != dartanalyzer && $compiler != dart2analyzer ]
|
| -mirrors/regress_16321_test/01: CompileTimeError, OK # Only a compile-time error in checked mode.
|
| +[ $checked && $compiler != dartanalyzer && $compiler != dart2analyzer && $runtime != dartium ]
|
| +mirrors/regress_16321_test/01: CompileTimeError # Issue 16351
|
|
|
| [ $compiler == dart2js && $checked && $runtime == ie9 ]
|
| convert/ascii_test: Skip # http://dartbug.com/15498
|
|
|