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 136 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
147 [ $compiler == dart2js && $runtime == none ] | 147 [ $compiler == dart2js && $runtime == none ] |
148 io/options_test: Fail | 148 io/options_test: Fail |
149 medium_integer_test: Pass # The test only fails at runtime, not at compilation. | 149 medium_integer_test: Pass # The test only fails at runtime, not at compilation. |
150 | 150 |
151 [ $compiler == dart2js && $browser ] | 151 [ $compiler == dart2js && $browser ] |
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 io/http_parser_test: Fail # dartbug.com/11273 |
157 | 158 |
158 [ $compiler == dart2dart ] | 159 [ $compiler == dart2dart ] |
159 # Skip until we stabilize language tests. | 160 # Skip until we stabilize language tests. |
160 *: Skip | 161 *: Skip |
161 | 162 |
162 [ $arch == simarm ] | 163 [ $arch == simarm ] |
163 io/file_system_links_test: Crash # Issue: 11207 | 164 io/file_system_links_test: Crash # Issue: 11207 |
164 io/process_exit_negative_test: Pass, Crash # Issue: 11207 | 165 io/process_exit_negative_test: Pass, Crash # Issue: 11207 |
165 io/socket_many_connections_test: Pass, Crash # Issue: 11207 | 166 io/socket_many_connections_test: Pass, Crash # Issue: 11207 |
166 out_of_memory_test: Pass, Crash # Issue: 11207 (Pass on Mac) | 167 out_of_memory_test: Pass, Crash # Issue: 11207 (Pass on Mac) |
(...skipping 129 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
296 left_shift_bit_and_op_test: Fail # Issue: 11207 | 297 left_shift_bit_and_op_test: Fail # Issue: 11207 |
297 package/package_isolate_test: Pass, Crash # Issue: 11207 | 298 package/package_isolate_test: Pass, Crash # Issue: 11207 |
298 typed_data_test: Crash # Issue: 11207 | 299 typed_data_test: Crash # Issue: 11207 |
299 io/regress_7679_test: Pass, Crash | 300 io/regress_7679_test: Pass, Crash |
300 | 301 |
301 [ $arch == mips ] | 302 [ $arch == mips ] |
302 *: Skip | 303 *: Skip |
303 | 304 |
304 [ $arch == simmips ] | 305 [ $arch == simmips ] |
305 *: Skip | 306 *: Skip |
OLD | NEW |