| 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 [ ($runtime == drt || $runtime == dartium) && $checked ] | |
| 6 # Issue 9345. We are getting out of memory situations on the dartium buildbot in
checked mode. | |
| 7 async/slow_consumer3_test: Pass, Fail | |
| 8 | |
| 9 # The scalarlist library is not supported by dart2js or dart2dart yet. | 5 # The scalarlist library is not supported by dart2js or dart2dart yet. |
| 10 [ $compiler == dart2js || $compiler == dart2dart ] | 6 [ $compiler == dart2js || $compiler == dart2dart ] |
| 11 scalarlist/*: Skip | 7 scalarlist/*: Skip |
| 12 | 8 |
| 13 [ $compiler == dart2js ] | 9 [ $compiler == dart2js ] |
| 14 math/*: Skip | 10 math/*: Skip |
| 15 mirrors/*: Skip | 11 mirrors/*: Skip |
| 16 async/run_async3_test: Fail # _enqueueImmediate runs after Timer. http://dartbug
.com/9002 | 12 async/run_async3_test: Fail # _enqueueImmediate runs after Timer. http://dartbug
.com/9002 |
| 17 async/run_async4_test: Pass, Fail # no global exception handler in isolates. htt
p://dartbug.com/9012 | 13 async/run_async4_test: Pass, Fail # no global exception handler in isolates. htt
p://dartbug.com/9012 |
| 18 | 14 |
| (...skipping 73 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 92 *: Skip | 88 *: Skip |
| 93 | 89 |
| 94 [ $arch == simarm ] | 90 [ $arch == simarm ] |
| 95 *: Skip | 91 *: Skip |
| 96 | 92 |
| 97 [ $arch == mips ] | 93 [ $arch == mips ] |
| 98 *: Skip | 94 *: Skip |
| 99 | 95 |
| 100 [ $arch == simmips ] | 96 [ $arch == simmips ] |
| 101 *: Skip | 97 *: Skip |
| OLD | NEW |