| 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 async/stream_periodic4_test: Pass, Fail # Issue http://dartbug.com/9367 | 5 async/stream_periodic4_test: Pass, Fail # Issue http://dartbug.com/9367 |
| 6 | 6 |
| 7 # The scalarlist library is not supported by dart2js or dart2dart yet. | |
| 8 [ $compiler == dart2js || $compiler == dart2dart ] | |
| 9 scalarlist/*: Skip | |
| 10 | |
| 11 # The typeddata library is not supported by dart2js or dart2dart yet. | 7 # The typeddata library is not supported by dart2js or dart2dart yet. |
| 12 [ $compiler == dart2js || $compiler == dart2dart ] | 8 [ $compiler == dart2js || $compiler == dart2dart ] |
| 13 typeddata/*: Skip | 9 typeddata/*: Fail |
| 14 | 10 |
| 15 | 11 |
| 16 [ $compiler == dart2js ] | 12 [ $compiler == dart2js ] |
| 17 math/*: Skip | 13 math/*: Skip |
| 18 mirrors/*: Skip | 14 mirrors/*: Skip |
| 19 async/run_async3_test: Fail # _enqueueImmediate runs after Timer. http://dartbug
.com/9002 | 15 async/run_async3_test: Fail # _enqueueImmediate runs after Timer. http://dartbug
.com/9002 |
| 20 async/run_async4_test: Pass, Fail # no global exception handler in isolates. htt
p://dartbug.com/9012 | 16 async/run_async4_test: Pass, Fail # no global exception handler in isolates. htt
p://dartbug.com/9012 |
| 21 | 17 |
| 22 [ $compiler == dart2js && $checked ] | 18 [ $compiler == dart2js && $checked ] |
| 23 async/stream_event_transform_test: Fail # Issue 7733. | 19 async/stream_event_transform_test: Fail # Issue 7733. |
| (...skipping 71 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 95 *: Skip | 91 *: Skip |
| 96 | 92 |
| 97 [ $arch == simarm ] | 93 [ $arch == simarm ] |
| 98 *: Skip | 94 *: Skip |
| 99 | 95 |
| 100 [ $arch == mips ] | 96 [ $arch == mips ] |
| 101 *: Skip | 97 *: Skip |
| 102 | 98 |
| 103 [ $arch == simmips ] | 99 [ $arch == simmips ] |
| 104 *: Skip | 100 *: Skip |
| OLD | NEW |