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