| 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 458 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 469 io/http_proxy_advanced_test: RuntimeError | 469 io/http_proxy_advanced_test: RuntimeError |
| 470 io/socket_many_connections_test: RuntimeError | 470 io/socket_many_connections_test: RuntimeError |
| 471 map_insert_remove_oom_test: Crash | 471 map_insert_remove_oom_test: Crash |
| 472 package/package1_test: CompileTimeError | 472 package/package1_test: CompileTimeError |
| 473 package/package_test: CompileTimeError | 473 package/package_test: CompileTimeError |
| 474 package/scenarios/invalid/invalid_utf8_test: CompileTimeError | 474 package/scenarios/invalid/invalid_utf8_test: CompileTimeError |
| 475 package/scenarios/invalid/non_existent_packages_file_test: CompileTimeError | 475 package/scenarios/invalid/non_existent_packages_file_test: CompileTimeError |
| 476 package/scenarios/invalid/same_package_twice_test: CompileTimeError | 476 package/scenarios/invalid/same_package_twice_test: CompileTimeError |
| 477 package/scenarios/packages_dir_only/packages_dir_only_test: CompileTimeError | 477 package/scenarios/packages_dir_only/packages_dir_only_test: CompileTimeError |
| 478 | 478 |
| 479 [ $compiler == dartkp ] |
| 480 causal_async_stack_test: Fail |
| 481 |
| 479 [ $runtime == flutter ] | 482 [ $runtime == flutter ] |
| 480 io/raw_datagram_socket_test: Crash # Flutter Issue 9115 | 483 io/raw_datagram_socket_test: Crash # Flutter Issue 9115 |
| 481 verbose_gc_to_bmu_test: RuntimeError # Flutter Issue 9115 | 484 verbose_gc_to_bmu_test: RuntimeError # Flutter Issue 9115 |
| 482 io/process_check_arguments_test: RuntimeError # Flutter Issue 9115 | 485 io/process_check_arguments_test: RuntimeError # Flutter Issue 9115 |
| 483 io/process_working_directory_test: RuntimeError # Flutter Issue 9115 | 486 io/process_working_directory_test: RuntimeError # Flutter Issue 9115 |
| 484 io/process_run_output_test: RuntimeError # Flutter Issue 9115 | 487 io/process_run_output_test: RuntimeError # Flutter Issue 9115 |
| 485 io/process_run_test: RuntimeError # Flutter Issue 9115 | 488 io/process_run_test: RuntimeError # Flutter Issue 9115 |
| 486 io/process_sync_test: RuntimeError # Flutter Issue 9115 | 489 io/process_sync_test: RuntimeError # Flutter Issue 9115 |
| 487 io/test_extension_test: RuntimeError # Flutter Issue 9115 | 490 io/test_extension_test: RuntimeError # Flutter Issue 9115 |
| 488 io/test_extension_fail_test: RuntimeError # Flutter Issue 9115 | 491 io/test_extension_fail_test: RuntimeError # Flutter Issue 9115 |
| (...skipping 71 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 560 package/package_test: Fail # Unable to parse package files Flutter Issue 9115 | 563 package/package_test: Fail # Unable to parse package files Flutter Issue 9115 |
| 561 #unboxed_int_converter_test: Fail # Unable to parse package files Flutter Issue
9115 | 564 #unboxed_int_converter_test: Fail # Unable to parse package files Flutter Issue
9115 |
| 562 io/process_run_output_test: Fail # Unable to parse package files Flutter Issue 9
115 | 565 io/process_run_output_test: Fail # Unable to parse package files Flutter Issue 9
115 |
| 563 | 566 |
| 564 io/dependency_graph_test: CompileTimeError # Imports dart:mirrors | 567 io/dependency_graph_test: CompileTimeError # Imports dart:mirrors |
| 565 io/skipping_dart2js_compilations_test: CompileTimeError # Uses mirrors | 568 io/skipping_dart2js_compilations_test: CompileTimeError # Uses mirrors |
| 566 io/status_file_parser_test: CompileTimeError # Uses mirrors | 569 io/status_file_parser_test: CompileTimeError # Uses mirrors |
| 567 io/test_harness_analyzer_test: CompileTimeError # Uses mirrors | 570 io/test_harness_analyzer_test: CompileTimeError # Uses mirrors |
| 568 io/test_runner_test: CompileTimeError # Uses mirrors | 571 io/test_runner_test: CompileTimeError # Uses mirrors |
| 569 status_expression_test: CompileTimeError # Uses mirrors | 572 status_expression_test: CompileTimeError # Uses mirrors |
| OLD | NEW |