| Index: tests/lib/lib.status
|
| ===================================================================
|
| --- tests/lib/lib.status (revision 26423)
|
| +++ tests/lib/lib.status (working copy)
|
| @@ -34,7 +34,7 @@
|
| [ $csp ]
|
| mirrors/*: Skip # Issue 6490
|
|
|
| -[ $compiler == dart2js && $runtime != jsshell && $runtime != safari && $runtime != ff]
|
| +[ $compiler == dart2js && $runtime != jsshell && $runtime != safari && $runtime != ff && $runtime != ie9 && $runtime != ie10]
|
| math/math_test: Fail
|
| math/math2_test: Fail
|
|
|
| @@ -86,7 +86,8 @@
|
| [ $runtime == ie9 ]
|
| # IE9 doesn't support typed arrays.
|
| typed_data/*: Fail # Issue 11971
|
| -convert/chunked_conversion_utf88_test: Pass, Slow # Issue 12029
|
| +convert/chunked_conversion_utf88_test: Pass, Slow, Timeout # Issue 12029
|
| +convert/streamed_conversion_utf8_encode_test: Pass, Timeout # Issue 12029
|
|
|
| [ $runtime == opera ]
|
| async/multiple_timer_test: Pass, Fail
|
|
|