| 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 | 5 |
| 6 # The scalarlist library is not supported by dart2js or dart2dart yet. | 6 # The scalarlist library is not supported by dart2js or dart2dart yet. |
| 7 [ $compiler == dart2js || $compiler == dart2dart ] | 7 [ $compiler == dart2js || $compiler == dart2dart ] |
| 8 scalarlist/*: Skip | 8 scalarlist/*: Skip |
| 9 | 9 |
| 10 [ $compiler == dart2js ] | 10 [ $compiler == dart2js ] |
| 11 math/*: Skip | 11 math/*: Skip |
| 12 mirrors/*: Skip | 12 mirrors/*: Skip |
| 13 async/run_async3_test: Fail # _enqueueImmediate runs after Timer. http://dartbug
.com/9002 | 13 async/run_async3_test: Fail # _enqueueImmediate runs after Timer. http://dartbug
.com/9002 |
| 14 | 14 async/run_async4_test: Pass, Fail # no global exception handler in isolates. htt
p://dartbug.com/9012 |
| 15 [ $compiler == dart2js && ($runtime == d8 || $jscl) ] | |
| 16 async/run_async4_test: Fail # no global exception handler in isolates. http://da
rtbug.com/9012 | |
| 17 | 15 |
| 18 [ $compiler == dart2js && $checked ] | 16 [ $compiler == dart2js && $checked ] |
| 19 async/stream_event_transform_test: Fail # Issue 7733. | 17 async/stream_event_transform_test: Fail # Issue 7733. |
| 20 | 18 |
| 21 [ $compiler == dart2js && $jscl ] | 19 [ $compiler == dart2js && $jscl ] |
| 22 async/future_test: Fail # Timer interface not supported; dartbug.com/7728. | 20 async/future_test: Fail # Timer interface not supported; dartbug.com/7728. |
| 23 async/slow_consumer2_test: Fail # Timer interface not supported; dartbug.com/772
8. | 21 async/slow_consumer2_test: Fail # Timer interface not supported; dartbug.com/772
8. |
| 24 async/slow_consumer3_test: Fail # Timer interface not supported; dartbug.com/772
8. | 22 async/slow_consumer3_test: Fail # Timer interface not supported; dartbug.com/772
8. |
| 25 async/slow_consumer_test: Fail # Timer interface not supported; dartbug.com/7728
. | 23 async/slow_consumer_test: Fail # Timer interface not supported; dartbug.com/7728
. |
| 26 async/stream_from_iterable_test: Fail # Timer interface not supported; dartbug.c
om/7728. | 24 async/stream_from_iterable_test: Fail # Timer interface not supported; dartbug.c
om/7728. |
| (...skipping 28 matching lines...) Expand all Loading... |
| 55 *: Skip | 53 *: Skip |
| 56 | 54 |
| 57 [ $arch == simarm ] | 55 [ $arch == simarm ] |
| 58 *: Skip | 56 *: Skip |
| 59 | 57 |
| 60 [ $arch == mips ] | 58 [ $arch == mips ] |
| 61 *: Skip | 59 *: Skip |
| 62 | 60 |
| 63 [ $arch == simmips ] | 61 [ $arch == simmips ] |
| 64 *: Skip | 62 *: Skip |
| OLD | NEW |