| 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 438 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 449 io/http_proxy_test: Skip # Flaky. | 449 io/http_proxy_test: Skip # Flaky. |
| 450 io/http_response_deadline_test: Skip # Flaky. | 450 io/http_response_deadline_test: Skip # Flaky. |
| 451 io/http_reuse_server_port_test: Skip # Flaky. | 451 io/http_reuse_server_port_test: Skip # Flaky. |
| 452 io/http_server_close_response_after_error_test: Skip # Flaky. | 452 io/http_server_close_response_after_error_test: Skip # Flaky. |
| 453 io/http_shutdown_test: Skip # Flaky. | 453 io/http_shutdown_test: Skip # Flaky. |
| 454 io/raw_datagram_socket_test: Skip # Flaky. | 454 io/raw_datagram_socket_test: Skip # Flaky. |
| 455 io/raw_secure_server_closing_test: Skip # Flaky | 455 io/raw_secure_server_closing_test: Skip # Flaky |
| 456 io/raw_secure_server_closing_test: Skip # Flaky. | 456 io/raw_secure_server_closing_test: Skip # Flaky. |
| 457 io/secure_multiple_client_server_test: Skip # Flaky. | 457 io/secure_multiple_client_server_test: Skip # Flaky. |
| 458 io/secure_server_closing_test: Skip # Flaky. | 458 io/secure_server_closing_test: Skip # Flaky. |
| 459 io/secure_server_socket_test: Skip # Flaky. |
| 459 io/web_socket_error_test: Skip # Flaky | 460 io/web_socket_error_test: Skip # Flaky |
| 460 io/web_socket_ping_test: Skip # Flaky. | 461 io/web_socket_ping_test: Skip # Flaky. |
| 461 io/web_socket_test: Skip # Flaky. | 462 io/web_socket_test: Skip # Flaky. |
| 462 no_support_debugger_test: Skip # kernel-service snapshot not compatible with fla
g disabled | 463 no_support_debugger_test: Skip # kernel-service snapshot not compatible with fla
g disabled |
| 463 | 464 |
| 464 regress_29350_test: MissingCompileTimeError | 465 regress_29350_test: MissingCompileTimeError |
| 465 assert_test: RuntimeError | 466 assert_test: RuntimeError |
| 466 io/compile_all_test: Crash | 467 io/compile_all_test: Crash |
| 467 io/http_cookie_test: RuntimeError | 468 io/http_cookie_test: RuntimeError |
| 468 io/http_proxy_advanced_test: RuntimeError | 469 io/http_proxy_advanced_test: RuntimeError |
| (...skipping 90 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 559 package/package_test: Fail # Unable to parse package files Flutter Issue 9115 | 560 package/package_test: Fail # Unable to parse package files Flutter Issue 9115 |
| 560 #unboxed_int_converter_test: Fail # Unable to parse package files Flutter Issue
9115 | 561 #unboxed_int_converter_test: Fail # Unable to parse package files Flutter Issue
9115 |
| 561 io/process_run_output_test: Fail # Unable to parse package files Flutter Issue 9
115 | 562 io/process_run_output_test: Fail # Unable to parse package files Flutter Issue 9
115 |
| 562 | 563 |
| 563 io/dependency_graph_test: CompileTimeError # Imports dart:mirrors | 564 io/dependency_graph_test: CompileTimeError # Imports dart:mirrors |
| 564 io/skipping_dart2js_compilations_test: CompileTimeError # Uses mirrors | 565 io/skipping_dart2js_compilations_test: CompileTimeError # Uses mirrors |
| 565 io/status_file_parser_test: CompileTimeError # Uses mirrors | 566 io/status_file_parser_test: CompileTimeError # Uses mirrors |
| 566 io/test_harness_analyzer_test: CompileTimeError # Uses mirrors | 567 io/test_harness_analyzer_test: CompileTimeError # Uses mirrors |
| 567 io/test_runner_test: CompileTimeError # Uses mirrors | 568 io/test_runner_test: CompileTimeError # Uses mirrors |
| 568 status_expression_test: CompileTimeError # Uses mirrors | 569 status_expression_test: CompileTimeError # Uses mirrors |
| OLD | NEW |