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 # WARNING: | 5 # WARNING: |
| 6 # Tests using the multitest feature where failure is expected should *also* be | 6 # Tests using the multitest feature where failure is expected should *also* be |
| 7 # listed in tests/lib/analyzer/analyze_tests.status without the "standalone" | 7 # listed in tests/lib/analyzer/analyze_tests.status without the "standalone" |
| 8 # prefix. | 8 # prefix. |
| 9 | 9 |
| 10 package/invalid_uri_test: Fail, OK # Fails intentionally | 10 package/invalid_uri_test: Fail, OK # Fails intentionally |
| (...skipping 141 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 152 *: Skip | 152 *: Skip |
| 153 | 153 |
| 154 [ $compiler == dart2js && $checked ] | 154 [ $compiler == dart2js && $checked ] |
| 155 io/http_read_test: Skip # Timeout TODO(ngeoffray): investigate | 155 io/http_read_test: Skip # Timeout TODO(ngeoffray): investigate |
| 156 io/list_input_stream_test: Skip # Timeout TODO(ngeoffray): investigate | 156 io/list_input_stream_test: Skip # Timeout TODO(ngeoffray): investigate |
| 157 | 157 |
| 158 [ $compiler == dart2dart ] | 158 [ $compiler == dart2dart ] |
| 159 # Skip until we stabilize language tests. | 159 # Skip until we stabilize language tests. |
| 160 *: Skip | 160 *: Skip |
| 161 | 161 |
| 162 [ $arch == arm ] | |
| 163 *: Skip | |
| 164 | |
| 165 [ $arch == simarm ] | 162 [ $arch == simarm ] |
| 166 *: Skip | 163 *: Skip |
|
regis
2013/06/11 13:09:14
ditto
| |
| 167 | 164 |
| 168 [ $arch == mips ] | 165 [ $arch == mips ] |
| 169 *: Skip | 166 *: Skip |
| 170 | 167 |
| 171 [ $arch == simmips ] | 168 [ $arch == simmips ] |
| 172 *: Skip | 169 *: Skip |
| OLD | NEW |