Chromium Code Reviews| 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 # Some times 100 ms is not enough. | |
|
ricow1
2013/03/22 10:08:09
Please file a bug for this instead and add the bug
Lasse Reichstein Nielsen
2013/03/22 10:10:27
Done.
| |
| 5 | 6 |
| 6 # The scalarlist library is not supported by dart2js or dart2dart yet. | 7 # The scalarlist library is not supported by dart2js or dart2dart yet. |
| 7 [ $compiler == dart2js || $compiler == dart2dart ] | 8 [ $compiler == dart2js || $compiler == dart2dart ] |
| 8 scalarlist/*: Skip | 9 scalarlist/*: Skip |
| 9 | 10 |
| 10 [ $compiler == dart2js ] | 11 [ $compiler == dart2js ] |
| 11 math/*: Skip | 12 math/*: Skip |
| 12 mirrors/*: Skip | 13 mirrors/*: Skip |
| 13 async/run_async3_test: Fail # _enqueueImmediate runs after Timer. http://dartbug .com/9002 | 14 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 | 15 async/run_async4_test: Pass, Fail # no global exception handler in isolates. htt p://dartbug.com/9012 |
| (...skipping 74 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 89 *: Skip | 90 *: Skip |
| 90 | 91 |
| 91 [ $arch == simarm ] | 92 [ $arch == simarm ] |
| 92 *: Skip | 93 *: Skip |
| 93 | 94 |
| 94 [ $arch == mips ] | 95 [ $arch == mips ] |
| 95 *: Skip | 96 *: Skip |
| 96 | 97 |
| 97 [ $arch == simmips ] | 98 [ $arch == simmips ] |
| 98 *: Skip | 99 *: Skip |
| OLD | NEW |