| Index: tests/lib/lib.status
|
| diff --git a/tests/lib/lib.status b/tests/lib/lib.status
|
| index cfb1385c729ba5128b0fd940b8e01c35a3900b8f..4588dc6eac0e7d0264de4e0bb60ce35364c12c66 100644
|
| --- a/tests/lib/lib.status
|
| +++ b/tests/lib/lib.status
|
| @@ -4,13 +4,9 @@
|
|
|
| async/stream_periodic4_test: Pass, Fail # Issue http://dartbug.com/9367
|
|
|
| -# The scalarlist library is not supported by dart2js or dart2dart yet.
|
| -[ $compiler == dart2js || $compiler == dart2dart ]
|
| -scalarlist/*: Skip
|
| -
|
| # The typeddata library is not supported by dart2js or dart2dart yet.
|
| [ $compiler == dart2js || $compiler == dart2dart ]
|
| -typeddata/*: Skip
|
| +typeddata/*: Fail
|
|
|
|
|
| [ $compiler == dart2js ]
|
|
|