| 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 445 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 456 io/test_runner_test: DartkCrash | 456 io/test_runner_test: DartkCrash |
| 457 io/uri_platform_test: DartkCrash | 457 io/uri_platform_test: DartkCrash |
| 458 map_insert_remove_oom_test: Crash | 458 map_insert_remove_oom_test: Crash |
| 459 package/package1_test: CompileTimeError | 459 package/package1_test: CompileTimeError |
| 460 package/package_test: CompileTimeError | 460 package/package_test: CompileTimeError |
| 461 package/scenarios/invalid/invalid_package_name_test: DartkCrash | 461 package/scenarios/invalid/invalid_package_name_test: DartkCrash |
| 462 package/scenarios/invalid/invalid_utf8_test: DartkCrash | 462 package/scenarios/invalid/invalid_utf8_test: DartkCrash |
| 463 package/scenarios/invalid/non_existent_packages_file_test: DartkCrash | 463 package/scenarios/invalid/non_existent_packages_file_test: DartkCrash |
| 464 package/scenarios/invalid/same_package_twice_test: DartkCrash | 464 package/scenarios/invalid/same_package_twice_test: DartkCrash |
| 465 package/scenarios/packages_dir_only/packages_dir_only_test: CompileTimeError | 465 package/scenarios/packages_dir_only/packages_dir_only_test: CompileTimeError |
| 466 verbose_gc_to_bmu_test: RuntimeError | |
| 467 | 466 |
| 468 [ $runtime == flutter ] | 467 [ $runtime == flutter ] |
| 469 io/raw_datagram_socket_test: Crash # Flutter Issue 9115 | 468 io/raw_datagram_socket_test: Crash # Flutter Issue 9115 |
| 470 verbose_gc_to_bmu_test: RuntimeError # Flutter Issue 9115 | 469 verbose_gc_to_bmu_test: RuntimeError # Flutter Issue 9115 |
| 471 io/process_check_arguments_test: RuntimeError # Flutter Issue 9115 | 470 io/process_check_arguments_test: RuntimeError # Flutter Issue 9115 |
| 472 io/process_working_directory_test: RuntimeError # Flutter Issue 9115 | 471 io/process_working_directory_test: RuntimeError # Flutter Issue 9115 |
| 473 io/process_run_output_test: RuntimeError # Flutter Issue 9115 | 472 io/process_run_output_test: RuntimeError # Flutter Issue 9115 |
| 474 io/process_run_test: RuntimeError # Flutter Issue 9115 | 473 io/process_run_test: RuntimeError # Flutter Issue 9115 |
| 475 io/process_sync_test: RuntimeError # Flutter Issue 9115 | 474 io/process_sync_test: RuntimeError # Flutter Issue 9115 |
| 476 io/test_extension_test: RuntimeError # Flutter Issue 9115 | 475 io/test_extension_test: RuntimeError # Flutter Issue 9115 |
| (...skipping 70 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 547 package/scenarios/packages_dir_only/packages_dir_only_test: Fail # Unable to par
se package files Flutter Issue 9115 | 546 package/scenarios/packages_dir_only/packages_dir_only_test: Fail # Unable to par
se package files Flutter Issue 9115 |
| 548 package/scenarios/both_dir_and_file/prefers_packages_file_test: Fail # Unable to
parse package files Flutter Issue 9115 | 547 package/scenarios/both_dir_and_file/prefers_packages_file_test: Fail # Unable to
parse package files Flutter Issue 9115 |
| 549 package/package_test: Fail # Unable to parse package files Flutter Issue 9115 | 548 package/package_test: Fail # Unable to parse package files Flutter Issue 9115 |
| 550 #unboxed_int_converter_test: Fail # Unable to parse package files Flutter Issue
9115 | 549 #unboxed_int_converter_test: Fail # Unable to parse package files Flutter Issue
9115 |
| 551 io/process_run_output_test: Fail # Unable to parse package files Flutter Issue 9
115 | 550 io/process_run_output_test: Fail # Unable to parse package files Flutter Issue 9
115 |
| 552 | 551 |
| 553 io/test_harness_analyzer_test: CompileTimeError # Uses mirrors | 552 io/test_harness_analyzer_test: CompileTimeError # Uses mirrors |
| 554 io/skipping_dart2js_compilations_test: CompileTimeError # Uses mirrors | 553 io/skipping_dart2js_compilations_test: CompileTimeError # Uses mirrors |
| 555 io/test_runner_test: CompileTimeError # Uses mirrors | 554 io/test_runner_test: CompileTimeError # Uses mirrors |
| 556 | 555 |
| OLD | NEW |