| Index: tests/lib/lib.status
|
| diff --git a/tests/lib/lib.status b/tests/lib/lib.status
|
| index da07a8a189bcb6fd3d2ad37eaf96d0cef6225bbe..c1858fa259211d38a00f16919ae0b5416fc29a88 100644
|
| --- a/tests/lib/lib.status
|
| +++ b/tests/lib/lib.status
|
| @@ -285,7 +285,7 @@ async/deferred/deferred_fail_to_load_test: Fail
|
| # Issue 13921: spawnFunction is not allowed on Dartium's DOM thread.
|
| async/deferred/deferred_in_isolate_test: Fail
|
|
|
| -[ $compiler == dart2js && ($runtime == ie9 || $runtime == ie10) ]
|
| +[ $compiler == dart2js && ($runtime == ie9 || $runtime == ie10 || $runtime == jsshell) ]
|
| async/schedule_microtask_test: Fail # Issue 9002
|
|
|
| [ $compiler == dartanalyzer || $compiler == dart2analyzer ]
|
|
|