| 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 # CompileTimeErrors intentionally | 10 package/invalid_uri_test: Fail, OK # CompileTimeErrors intentionally |
| (...skipping 152 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 163 [ $arch != ia32 && $arch != x64 && $arch != simarm && $arch != simarmv5te && $mo
de == debug ] | 163 [ $arch != ia32 && $arch != x64 && $arch != simarm && $arch != simarmv5te && $mo
de == debug ] |
| 164 verified_mem_test: Skip # Not yet implemented. | 164 verified_mem_test: Skip # Not yet implemented. |
| 165 | 165 |
| 166 [ $runtime == vm && $mode == debug && $builder_tag == asan ] | 166 [ $runtime == vm && $mode == debug && $builder_tag == asan ] |
| 167 full_coverage_test: Skip # Timeout. | 167 full_coverage_test: Skip # Timeout. |
| 168 io/file_lock_test: Skip # Timeout. | 168 io/file_lock_test: Skip # Timeout. |
| 169 io/test_runner_test: Skip # Timeout. | 169 io/test_runner_test: Skip # Timeout. |
| 170 io/http_client_stays_alive_test: Skip # Timeout. | 170 io/http_client_stays_alive_test: Skip # Timeout. |
| 171 | 171 |
| 172 [ $compiler == dart2js && $cps_ir ] | 172 [ $compiler == dart2js && $cps_ir ] |
| 173 array_bounds_check_generalization_test: RuntimeError # Please triage this failur
e. | |
| 174 coverage_test: Crash # Invalid argument(s) | 173 coverage_test: Crash # Invalid argument(s) |
| 175 io/addlatexhash_test: Crash # Invalid argument(s) | 174 io/addlatexhash_test: Crash # Invalid argument(s) |
| 176 io/create_recursive_test: Crash # Invalid argument(s) | 175 io/create_recursive_test: Crash # Invalid argument(s) |
| 177 io/directory_list_pause_test: Crash # Invalid argument(s) | 176 io/directory_list_pause_test: Crash # Invalid argument(s) |
| 178 io/directory_uri_test: Crash # Invalid argument(s) | 177 io/directory_uri_test: Crash # Invalid argument(s) |
| 179 io/file_lock_test: Crash # Invalid argument(s) | 178 io/file_lock_test: Crash # Invalid argument(s) |
| 180 io/file_stat_test: Crash # Invalid argument(s) | 179 io/file_stat_test: Crash # Invalid argument(s) |
| 181 io/file_test: Crash # Invalid argument(s) | 180 io/file_test: Crash # Invalid argument(s) |
| 182 io/file_typed_data_test: Crash # Invalid argument(s) | 181 io/file_typed_data_test: Crash # Invalid argument(s) |
| 183 io/file_uri_test: Crash # Invalid argument(s) | 182 io/file_uri_test: Crash # Invalid argument(s) |
| (...skipping 92 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 276 io/uri_platform_test: Crash # Invalid argument(s) | 275 io/uri_platform_test: Crash # Invalid argument(s) |
| 277 io/web_socket_error_test: Crash # Internal Error: No default constructor availab
le. | 276 io/web_socket_error_test: Crash # Internal Error: No default constructor availab
le. |
| 278 io/web_socket_ping_test: Crash # Internal Error: No default constructor availabl
e. | 277 io/web_socket_ping_test: Crash # Internal Error: No default constructor availabl
e. |
| 279 io/web_socket_pipe_test: Crash # Internal Error: No default constructor availabl
e. | 278 io/web_socket_pipe_test: Crash # Internal Error: No default constructor availabl
e. |
| 280 io/web_socket_protocol_test: Crash # Internal Error: No default constructor avai
lable. | 279 io/web_socket_protocol_test: Crash # Internal Error: No default constructor avai
lable. |
| 281 io/web_socket_test: Crash # Internal Error: No default constructor available. | 280 io/web_socket_test: Crash # Internal Error: No default constructor available. |
| 282 io/web_socket_typed_data_test: Crash # Internal Error: No default constructor av
ailable. | 281 io/web_socket_typed_data_test: Crash # Internal Error: No default constructor av
ailable. |
| 283 io/windows_environment_test: Crash # Invalid argument(s) | 282 io/windows_environment_test: Crash # Invalid argument(s) |
| 284 priority_queue_stress_test: RuntimeError # receiver.get$_collection$_nums is not
a function | 283 priority_queue_stress_test: RuntimeError # receiver.get$_collection$_nums is not
a function |
| 285 slowpath_safepoints_test: RuntimeError # Cannot read property 'prototype' of und
efined | 284 slowpath_safepoints_test: RuntimeError # Cannot read property 'prototype' of und
efined |
| 286 status_expression_test: RuntimeError # Please triage this failure. | |
| 287 typed_array_test: RuntimeError # receiver.get$_collection$_nums is not a functio
n | 285 typed_array_test: RuntimeError # receiver.get$_collection$_nums is not a functio
n |
| 288 verbose_gc_to_bmu_test: Crash # Invalid argument(s) | 286 verbose_gc_to_bmu_test: Crash # Invalid argument(s) |
| 289 verified_mem_test: RuntimeError # Please triage this failure. | |
| OLD | NEW |