| Index: dart/tests/lib/lib.status
|
| diff --git a/dart/tests/lib/lib.status b/dart/tests/lib/lib.status
|
| index ef6b08ff815ea45e6bc64061aeb0449bbb7ec1c5..e3a78403409a91edb416d0d95c7fd7811efd7489 100644
|
| --- a/dart/tests/lib/lib.status
|
| +++ b/dart/tests/lib/lib.status
|
| @@ -3,8 +3,9 @@
|
| # BSD-style license that can be found in the LICENSE file.
|
|
|
| [ $compiler == dart2js && $checked && $runtime == ie9 ]
|
| -convert/ascii_test: Skip
|
| -convert/streamed_conversion_json_utf8_encode_test: Skip
|
| +convert/ascii_test: Skip # http://dartbug.com/15498
|
| +convert/streamed_conversion_json_utf8_encode_test: Skip # http://dartbug.com/15498
|
| +convert/streamed_conversion_utf8_encode_test: Skip # http://dartbug.com/15498
|
|
|
| [ $csp ]
|
| mirrors/delegate_test: RuntimeError # Issue 13864
|
|
|