Chromium Code Reviews| 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 138 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 149 *: Skip | 149 *: Skip |
| 150 | 150 |
| 151 [ $compiler == dart2js && $checked ] | 151 [ $compiler == dart2js && $checked ] |
| 152 io/http_read_test: Skip # Timeout TODO(ngeoffray): investigate | 152 io/http_read_test: Skip # Timeout TODO(ngeoffray): investigate |
| 153 io/list_input_stream_test: Skip # Timeout TODO(ngeoffray): investigate | 153 io/list_input_stream_test: Skip # Timeout TODO(ngeoffray): investigate |
| 154 | 154 |
| 155 [ $compiler == dart2dart ] | 155 [ $compiler == dart2dart ] |
| 156 # Skip until we stabilize language tests. | 156 # Skip until we stabilize language tests. |
| 157 *: Skip | 157 *: Skip |
| 158 | 158 |
| 159 [ $arch == x64 ] | |
| 160 # TODO(zra): Add checks to x64 arithmetic. | |
| 161 53bit_overflow_test: Fail | |
|
Florian Schneider
2013/06/07 07:33:15
This test does not cover the generated code for sm
| |
| 162 | |
| 163 [ $arch == arm ] | 159 [ $arch == arm ] |
| 164 *: Skip | 160 *: Skip |
| 165 | 161 |
| 166 [ $arch == simarm ] | 162 [ $arch == simarm ] |
| 167 *: Skip | 163 *: Skip |
| 168 | 164 |
| 169 [ $arch == mips ] | 165 [ $arch == mips ] |
| 170 *: Skip | 166 *: Skip |
| 171 | 167 |
| 172 [ $arch == simmips ] | 168 [ $arch == simmips ] |
| 173 *: Skip | 169 *: Skip |
| OLD | NEW |