| 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 432 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 443 io/raw_datagram_socket_test: Skip # Flaky. | 443 io/raw_datagram_socket_test: Skip # Flaky. |
| 444 | 444 |
| 445 assert_test: RuntimeError | 445 assert_test: RuntimeError |
| 446 io/compile_all_test: Crash | 446 io/compile_all_test: Crash |
| 447 io/http_cookie_test: RuntimeError | 447 io/http_cookie_test: RuntimeError |
| 448 io/http_proxy_advanced_test: RuntimeError | 448 io/http_proxy_advanced_test: RuntimeError |
| 449 io/socket_many_connections_test: RuntimeError | 449 io/socket_many_connections_test: RuntimeError |
| 450 map_insert_remove_oom_test: Crash | 450 map_insert_remove_oom_test: Crash |
| 451 package/package1_test: CompileTimeError | 451 package/package1_test: CompileTimeError |
| 452 package/package_test: CompileTimeError | 452 package/package_test: CompileTimeError |
| 453 package/scenarios/invalid/invalid_package_name_test: DartkCrash | 453 package/scenarios/invalid/invalid_utf8_test: CompileTimeError |
| 454 package/scenarios/invalid/invalid_utf8_test: DartkCrash | 454 package/scenarios/invalid/non_existent_packages_file_test: CompileTimeError |
| 455 package/scenarios/invalid/non_existent_packages_file_test: DartkCrash | 455 package/scenarios/invalid/same_package_twice_test: CompileTimeError |
| 456 package/scenarios/invalid/same_package_twice_test: DartkCrash | |
| 457 package/scenarios/packages_dir_only/packages_dir_only_test: CompileTimeError | 456 package/scenarios/packages_dir_only/packages_dir_only_test: CompileTimeError |
| 458 | 457 |
| 459 [ $runtime == flutter ] | 458 [ $runtime == flutter ] |
| 460 io/raw_datagram_socket_test: Crash # Flutter Issue 9115 | 459 io/raw_datagram_socket_test: Crash # Flutter Issue 9115 |
| 461 verbose_gc_to_bmu_test: RuntimeError # Flutter Issue 9115 | 460 verbose_gc_to_bmu_test: RuntimeError # Flutter Issue 9115 |
| 462 io/process_check_arguments_test: RuntimeError # Flutter Issue 9115 | 461 io/process_check_arguments_test: RuntimeError # Flutter Issue 9115 |
| 463 io/process_working_directory_test: RuntimeError # Flutter Issue 9115 | 462 io/process_working_directory_test: RuntimeError # Flutter Issue 9115 |
| 464 io/process_run_output_test: RuntimeError # Flutter Issue 9115 | 463 io/process_run_output_test: RuntimeError # Flutter Issue 9115 |
| 465 io/process_run_test: RuntimeError # Flutter Issue 9115 | 464 io/process_run_test: RuntimeError # Flutter Issue 9115 |
| 466 io/process_sync_test: RuntimeError # Flutter Issue 9115 | 465 io/process_sync_test: RuntimeError # Flutter Issue 9115 |
| (...skipping 71 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 538 package/scenarios/packages_dir_only/packages_dir_only_test: Fail # Unable to par
se package files Flutter Issue 9115 | 537 package/scenarios/packages_dir_only/packages_dir_only_test: Fail # Unable to par
se package files Flutter Issue 9115 |
| 539 package/scenarios/both_dir_and_file/prefers_packages_file_test: Fail # Unable to
parse package files Flutter Issue 9115 | 538 package/scenarios/both_dir_and_file/prefers_packages_file_test: Fail # Unable to
parse package files Flutter Issue 9115 |
| 540 package/package_test: Fail # Unable to parse package files Flutter Issue 9115 | 539 package/package_test: Fail # Unable to parse package files Flutter Issue 9115 |
| 541 #unboxed_int_converter_test: Fail # Unable to parse package files Flutter Issue
9115 | 540 #unboxed_int_converter_test: Fail # Unable to parse package files Flutter Issue
9115 |
| 542 io/process_run_output_test: Fail # Unable to parse package files Flutter Issue 9
115 | 541 io/process_run_output_test: Fail # Unable to parse package files Flutter Issue 9
115 |
| 543 | 542 |
| 544 io/test_harness_analyzer_test: CompileTimeError # Uses mirrors | 543 io/test_harness_analyzer_test: CompileTimeError # Uses mirrors |
| 545 io/skipping_dart2js_compilations_test: CompileTimeError # Uses mirrors | 544 io/skipping_dart2js_compilations_test: CompileTimeError # Uses mirrors |
| 546 io/test_runner_test: CompileTimeError # Uses mirrors | 545 io/test_runner_test: CompileTimeError # Uses mirrors |
| 547 | 546 |
| OLD | NEW |