| 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 122 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 133 *: Skip | 133 *: Skip |
| 134 | 134 |
| 135 [ $compiler == dart2js && $checked ] | 135 [ $compiler == dart2js && $checked ] |
| 136 io/http_read_test: Skip # Timeout TODO(ngeoffray): investigate | 136 io/http_read_test: Skip # Timeout TODO(ngeoffray): investigate |
| 137 io/list_input_stream_test: Skip # Timeout TODO(ngeoffray): investigate | 137 io/list_input_stream_test: Skip # Timeout TODO(ngeoffray): investigate |
| 138 | 138 |
| 139 [ $compiler == dart2dart ] | 139 [ $compiler == dart2dart ] |
| 140 # Skip until we stabilize language tests. | 140 # Skip until we stabilize language tests. |
| 141 *: Skip | 141 *: Skip |
| 142 | 142 |
| 143 [ $arch == x64 ] |
| 144 # TODO(zra): Add checks to x64 arithmetic. |
| 145 53bit_overflow_test: Fail |
| 146 |
| 143 [ $arch == arm ] | 147 [ $arch == arm ] |
| 144 *: Skip | 148 *: Skip |
| 145 | 149 |
| 146 [ $arch == simarm ] | 150 [ $arch == simarm ] |
| 147 *: Skip | 151 *: Skip |
| 148 | 152 |
| 149 [ $arch == mips ] | 153 [ $arch == mips ] |
| 150 *: Skip | 154 *: Skip |
| 151 | 155 |
| 152 [ $arch == simmips ] | 156 [ $arch == simmips ] |
| 153 *: Skip | 157 *: Skip |
| OLD | NEW |