| OLD | NEW |
| 1 # Copyright (c) 2013, the Dart project authors. Please see the AUTHORS file | 1 # Copyright (c) 2013, 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 package/invalid_uri_test: Fail, OK # Fails intentionally | 5 package/invalid_uri_test: Fail, OK # Fails intentionally |
| 6 | 6 |
| 7 [ $runtime == vm ] | 7 [ $runtime == vm ] |
| 8 # Fails because checked-in dart executable is not up to date. | 8 # Fails because checked-in dart executable is not up to date. |
| 9 io/test_runner_test: Fail | 9 io/test_runner_test: Fail |
| 10 # Fails because checked-in dart executable is not up to date. | 10 # Fails because checked-in dart executable is not up to date. |
| (...skipping 123 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 134 *: Skip | 134 *: Skip |
| 135 | 135 |
| 136 [ $compiler == dart2js && $checked ] | 136 [ $compiler == dart2js && $checked ] |
| 137 io/http_read_test: Skip # Timeout TODO(ngeoffray): investigate | 137 io/http_read_test: Skip # Timeout TODO(ngeoffray): investigate |
| 138 io/list_input_stream_test: Skip # Timeout TODO(ngeoffray): investigate | 138 io/list_input_stream_test: Skip # Timeout TODO(ngeoffray): investigate |
| 139 | 139 |
| 140 [ $compiler == dart2dart ] | 140 [ $compiler == dart2dart ] |
| 141 # Skip until we stabilize language tests. | 141 # Skip until we stabilize language tests. |
| 142 *: Skip | 142 *: Skip |
| 143 | 143 |
| 144 [ $arch == x64 ] | |
| 145 # TODO(zra): Add checks to x64 arithmetic. | |
| 146 53bit_overflow_test: Fail | |
| 147 | |
| 148 [ $arch == arm ] | 144 [ $arch == arm ] |
| 149 *: Skip | 145 *: Skip |
| 150 | 146 |
| 151 [ $arch == simarm ] | 147 [ $arch == simarm ] |
| 152 *: Skip | 148 *: Skip |
| 153 | 149 |
| 154 [ $arch == mips ] | 150 [ $arch == mips ] |
| 155 *: Skip | 151 *: Skip |
| 156 | 152 |
| 157 [ $arch == simmips ] | 153 [ $arch == simmips ] |
| 158 *: Skip | 154 *: Skip |
| OLD | NEW |