| 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 async/run_async4_test: Pass, Fail # no global exception handler in isolates. htt
p://dartbug.com/9012 | 14 async/run_async4_test: Pass, Fail # no global exception handler in isolates. htt
p://dartbug.com/9012 |
| 15 | 15 |
| 16 [ $compiler == dart2js && $checked ] | 16 [ $compiler == dart2js && $checked ] |
| 17 async/stream_event_transform_test: Fail # Issue 7733. | 17 async/stream_event_transform_test: Fail # Issue 7733. |
| 18 | 18 |
| 19 [ $compiler == dart2js && $jscl ] | 19 [ $compiler == dart2js && $jscl ] |
| 20 async/future_test: Fail # Timer interface not supported; dartbug.com/7728. | 20 async/future_test: Fail # Timer interface not supported; dartbug.com/7728. |
| 21 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. |
| 22 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. |
| 23 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
. |
| 24 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. |
| 25 async/stream_state_nonzero_timer_test: Fail # Timer interface not supported; dar
tbug.com/7728. | 25 async/stream_state_nonzero_timer_test: Fail # Timer interface not supported; dar
tbug.com/7728. |
| 26 | 26 |
| 27 [ $compiler == dart2js && ($jscl || $runtime == d8) ] |
| 28 async/stream_periodic_test: Fail # Timer interface not supported; dartbug.com/77
28. |
| 29 async/stream_periodic2_test: Fail # Timer interface not supported; dartbug.com/7
728. |
| 30 async/stream_periodic3_test: Fail # Timer interface not supported; dartbug.com/7
728. |
| 31 async/stream_periodic4_test: Fail # Timer interface not supported; dartbug.com/7
728. |
| 32 async/stream_periodic5_test: Fail # Timer interface not supported; dartbug.com/7
728. |
| 33 |
| 27 [ $compiler == dart2js && $browser ] | 34 [ $compiler == dart2js && $browser ] |
| 28 crypto/sha256_test: Slow, Pass | 35 crypto/sha256_test: Slow, Pass |
| 29 crypto/sha1_test: Slow, Pass | 36 crypto/sha1_test: Slow, Pass |
| 30 | 37 |
| 31 [ $compiler == dart2dart ] | 38 [ $compiler == dart2dart ] |
| 32 # Skip until we stabilize language tests. | 39 # Skip until we stabilize language tests. |
| 33 *: Skip | 40 *: Skip |
| 34 | 41 |
| 35 [ $compiler == dartc ] | 42 [ $compiler == dartc ] |
| 36 # lib issue 6322 | 43 # lib issue 6322 |
| (...skipping 16 matching lines...) Expand all Loading... |
| 53 *: Skip | 60 *: Skip |
| 54 | 61 |
| 55 [ $arch == simarm ] | 62 [ $arch == simarm ] |
| 56 *: Skip | 63 *: Skip |
| 57 | 64 |
| 58 [ $arch == mips ] | 65 [ $arch == mips ] |
| 59 *: Skip | 66 *: Skip |
| 60 | 67 |
| 61 [ $arch == simmips ] | 68 [ $arch == simmips ] |
| 62 *: Skip | 69 *: Skip |
| OLD | NEW |