| OLD | NEW |
| 1 # Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 1 # Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 2 # for details. All rights reserved. Use of this source code is governed by a | 2 # for details. All rights reserved. Use of this source code is governed by a |
| 3 # BSD-style license that can be found in the LICENSE file. | 3 # BSD-style license that can be found in the LICENSE file. |
| 4 | 4 |
| 5 |
| 6 # The scalarlist library is not supported by dart2js or dart2dart yet. |
| 7 [ $compiler == dart2js || $compiler == dart2dart ] |
| 8 scalarlist/*: Skip |
| 9 |
| 5 [ $compiler == dart2js ] | 10 [ $compiler == dart2js ] |
| 6 math/*: Skip | 11 math/*: Skip |
| 7 mirrors/*: Skip | 12 mirrors/*: Skip |
| 8 | 13 |
| 9 [ $compiler == dart2js && $checked ] | 14 [ $compiler == dart2js && $checked ] |
| 10 async/stream_event_transform_test: Fail # Issue 7733. | 15 async/stream_event_transform_test: Fail # Issue 7733. |
| 11 | 16 |
| 12 [ $compiler == dart2js && $jscl ] | 17 [ $compiler == dart2js && $jscl ] |
| 13 async/future_test: Fail # Timer interface not supported; dartbug.com/7728. | 18 async/future_test: Fail # Timer interface not supported; dartbug.com/7728. |
| 14 async/slow_consumer2_test: Fail # Timer interface not supported; dartbug.com/772
8. | 19 async/slow_consumer2_test: Fail # Timer interface not supported; dartbug.com/772
8. |
| (...skipping 26 matching lines...) Expand all Loading... |
| 41 *: Skip | 46 *: Skip |
| 42 | 47 |
| 43 [ $arch == simarm ] | 48 [ $arch == simarm ] |
| 44 *: Skip | 49 *: Skip |
| 45 | 50 |
| 46 [ $arch == mips ] | 51 [ $arch == mips ] |
| 47 *: Skip | 52 *: Skip |
| 48 | 53 |
| 49 [ $arch == simmips ] | 54 [ $arch == simmips ] |
| 50 *: Skip | 55 *: Skip |
| OLD | NEW |