| 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 138 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 149 [ $compiler == dart2js && $runtime == none ] | 149 [ $compiler == dart2js && $runtime == none ] |
| 150 io/options_test: Fail | 150 io/options_test: Fail |
| 151 medium_integer_test: Pass # The test only fails at runtime, not at compilation. | 151 medium_integer_test: Pass # The test only fails at runtime, not at compilation. |
| 152 | 152 |
| 153 [ $compiler == dart2js && $browser ] | 153 [ $compiler == dart2js && $browser ] |
| 154 *: Skip | 154 *: Skip |
| 155 | 155 |
| 156 [ $compiler == dart2js && $checked ] | 156 [ $compiler == dart2js && $checked ] |
| 157 io/http_read_test: Skip # Timeout TODO(ngeoffray): investigate | 157 io/http_read_test: Skip # Timeout TODO(ngeoffray): investigate |
| 158 io/list_input_stream_test: Skip # Timeout TODO(ngeoffray): investigate | 158 io/list_input_stream_test: Skip # Timeout TODO(ngeoffray): investigate |
| 159 io/http_parser_test: Fail # dartbug.com/11273 | |
| 160 | 159 |
| 161 [ $compiler == dart2dart ] | 160 [ $compiler == dart2dart ] |
| 162 # Skip until we stabilize language tests. | 161 # Skip until we stabilize language tests. |
| 163 *: Skip | 162 *: Skip |
| 164 | 163 |
| 165 [ $arch == arm || $arch == simarm ] | 164 [ $arch == arm || $arch == simarm ] |
| 166 *: Skip # Many of these tests are still flaky on arm, so skipping until we | 165 *: Skip # Many of these tests are still flaky on arm, so skipping until we |
| 167 # actually start working on implementing the needed features. | 166 # actually start working on implementing the needed features. |
| 168 | 167 |
| 169 [ $arch == mips ] | 168 [ $arch == mips ] |
| 170 *: Skip | 169 *: Skip |
| 171 | 170 |
| 172 [ $arch == simmips ] | 171 [ $arch == simmips ] |
| 173 *: Skip | 172 *: Skip |
| OLD | NEW |