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 io/raw_socket_test: Pass, RuntimeError # Issue 28288 | 10 io/raw_socket_test: Pass, RuntimeError # Issue 28288 |
(...skipping 274 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
285 # SIMDBC interpreter doesn't support lazy linking of natives. | 285 # SIMDBC interpreter doesn't support lazy linking of natives. |
286 link_natives_lazily_test: SkipByDesign | 286 link_natives_lazily_test: SkipByDesign |
287 | 287 |
288 # SIMDBC interpreter doesn't support --no_lazy_dispatchers | 288 # SIMDBC interpreter doesn't support --no_lazy_dispatchers |
289 no_lazy_dispatchers_test: SkipByDesign | 289 no_lazy_dispatchers_test: SkipByDesign |
290 | 290 |
291 io/secure_unauthorized_test: Pass, RuntimeError # Issue 28719 | 291 io/secure_unauthorized_test: Pass, RuntimeError # Issue 28719 |
292 | 292 |
293 [ $system == android ] | 293 [ $system == android ] |
294 io/process_exit_test: RuntimeError # Issue 29578 | 294 io/process_exit_test: RuntimeError # Issue 29578 |
295 io/platform_resolved_executable_test: RuntimeError # Issue 26376 | |
296 io/process_path_test: RuntimeError # Issue 26376 | 295 io/process_path_test: RuntimeError # Issue 26376 |
297 io/file_test: RuntimeError # Issue 26376 | 296 io/file_test: RuntimeError # Issue 26376 |
298 io/process_path_environment_test: RuntimeError # Issue 26376 | 297 io/process_path_environment_test: RuntimeError # Issue 26376 |
299 io/file_system_watcher_test: RuntimeError # Issue 26376 | 298 io/file_system_watcher_test: RuntimeError # Issue 26376 |
300 io/resolve_symbolic_links_test: RuntimeError # Issue 26376 | 299 io/resolve_symbolic_links_test: RuntimeError # Issue 26376 |
301 io/file_stat_test: RuntimeError # Issue 26376 | 300 io/file_stat_test: RuntimeError # Issue 26376 |
302 io/raw_datagram_socket_test: RuntimeError # Issue 27638 | 301 io/raw_datagram_socket_test: RuntimeError # Issue 27638 |
303 io/http_proxy_advanced_test: RuntimeError # Issue 27638 | 302 io/http_proxy_advanced_test: RuntimeError # Issue 27638 |
304 io/regress_21160_test: RuntimeError # Issue 27638 | 303 io/regress_21160_test: RuntimeError # Issue 27638 |
305 io/secure_multiple_client_server_test: RuntimeError # Issue 27638 | 304 io/secure_multiple_client_server_test: RuntimeError # Issue 27638 |
(...skipping 160 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
466 package/scenarios/packages_dir_only/packages_dir_only_test: Fail # Unable to par
se package files Flutter Issue 9115 | 465 package/scenarios/packages_dir_only/packages_dir_only_test: Fail # Unable to par
se package files Flutter Issue 9115 |
467 package/scenarios/both_dir_and_file/prefers_packages_file_test: Fail # Unable to
parse package files Flutter Issue 9115 | 466 package/scenarios/both_dir_and_file/prefers_packages_file_test: Fail # Unable to
parse package files Flutter Issue 9115 |
468 package/package_test: Fail # Unable to parse package files Flutter Issue 9115 | 467 package/package_test: Fail # Unable to parse package files Flutter Issue 9115 |
469 #unboxed_int_converter_test: Fail # Unable to parse package files Flutter Issue
9115 | 468 #unboxed_int_converter_test: Fail # Unable to parse package files Flutter Issue
9115 |
470 io/process_run_output_test: Fail # Unable to parse package files Flutter Issue 9
115 | 469 io/process_run_output_test: Fail # Unable to parse package files Flutter Issue 9
115 |
471 | 470 |
472 io/dependency_graph_test: CompileTimeError # Imports dart:mirrors | 471 io/dependency_graph_test: CompileTimeError # Imports dart:mirrors |
473 io/skipping_dart2js_compilations_test: CompileTimeError # Uses mirrors | 472 io/skipping_dart2js_compilations_test: CompileTimeError # Uses mirrors |
474 io/test_harness_analyzer_test: CompileTimeError # Uses mirrors | 473 io/test_harness_analyzer_test: CompileTimeError # Uses mirrors |
475 io/test_runner_test: CompileTimeError # Uses mirrors | 474 io/test_runner_test: CompileTimeError # Uses mirrors |
OLD | NEW |