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