| Index: dart/tests/lib/lib.status
|
| diff --git a/dart/tests/lib/lib.status b/dart/tests/lib/lib.status
|
| index 399440ea1fb73ecc118a1e0db12e94735575a253..d80210377904b0e741239343f9ccb9cf3fb6b1ad 100644
|
| --- a/dart/tests/lib/lib.status
|
| +++ b/dart/tests/lib/lib.status
|
| @@ -2,6 +2,9 @@
|
| # 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.
|
|
|
| +[ $compiler == dart2js && $checked && $runtime == ie9 ]
|
| +convert/ascii_test: Skip
|
| +
|
| [ $csp ]
|
| mirrors/delegate_test: RuntimeError # Issue 13864
|
|
|
|
|