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