| 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 372 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 383 io/raw_datagram_socket_test: Skip # Flaky. | 383 io/raw_datagram_socket_test: Skip # Flaky. |
| 384 io/raw_secure_server_closing_test: Skip # Flaky | 384 io/raw_secure_server_closing_test: Skip # Flaky |
| 385 io/raw_secure_server_closing_test: Skip # Flaky. | 385 io/raw_secure_server_closing_test: Skip # Flaky. |
| 386 io/secure_multiple_client_server_test: Skip # Flaky. | 386 io/secure_multiple_client_server_test: Skip # Flaky. |
| 387 io/secure_server_closing_test: Skip # Flaky. | 387 io/secure_server_closing_test: Skip # Flaky. |
| 388 io/secure_server_socket_test: Skip # Flaky. | 388 io/secure_server_socket_test: Skip # Flaky. |
| 389 io/web_socket_error_test: Skip # Flaky | 389 io/web_socket_error_test: Skip # Flaky |
| 390 io/web_socket_ping_test: Skip # Flaky. | 390 io/web_socket_ping_test: Skip # Flaky. |
| 391 io/web_socket_test: Skip # Flaky. | 391 io/web_socket_test: Skip # Flaky. |
| 392 no_support_debugger_test: Skip # kernel-service snapshot not compatible with fla
g disabled | 392 no_support_debugger_test: Skip # kernel-service snapshot not compatible with fla
g disabled |
| 393 package/scenarios/invalid/*: DartkCrash # Issue 30110 |
| 393 | 394 |
| 394 regress_29350_test: MissingCompileTimeError | 395 regress_29350_test: MissingCompileTimeError |
| 395 assert_test: RuntimeError | 396 assert_test: RuntimeError |
| 396 io/compile_all_test: Crash | 397 io/compile_all_test: Crash |
| 397 io/http_cookie_test: RuntimeError | 398 io/http_cookie_test: RuntimeError |
| 398 io/http_proxy_advanced_test: RuntimeError | 399 io/http_proxy_advanced_test: RuntimeError |
| 399 io/socket_many_connections_test: RuntimeError | 400 io/socket_many_connections_test: RuntimeError |
| 400 map_insert_remove_oom_test: Crash | 401 map_insert_remove_oom_test: Crash |
| 401 package/package1_test: CompileTimeError | 402 package/package1_test: CompileTimeError |
| 402 package/package_test: CompileTimeError | 403 package/package_test: CompileTimeError |
| (...skipping 89 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 492 package/package_test: Fail # Unable to parse package files Flutter Issue 9115 | 493 package/package_test: Fail # Unable to parse package files Flutter Issue 9115 |
| 493 #unboxed_int_converter_test: Fail # Unable to parse package files Flutter Issue
9115 | 494 #unboxed_int_converter_test: Fail # Unable to parse package files Flutter Issue
9115 |
| 494 io/process_run_output_test: Fail # Unable to parse package files Flutter Issue 9
115 | 495 io/process_run_output_test: Fail # Unable to parse package files Flutter Issue 9
115 |
| 495 | 496 |
| 496 io/dependency_graph_test: CompileTimeError # Imports dart:mirrors | 497 io/dependency_graph_test: CompileTimeError # Imports dart:mirrors |
| 497 io/skipping_dart2js_compilations_test: CompileTimeError # Uses mirrors | 498 io/skipping_dart2js_compilations_test: CompileTimeError # Uses mirrors |
| 498 io/status_file_parser_test: CompileTimeError # Uses mirrors | 499 io/status_file_parser_test: CompileTimeError # Uses mirrors |
| 499 io/test_harness_analyzer_test: CompileTimeError # Uses mirrors | 500 io/test_harness_analyzer_test: CompileTimeError # Uses mirrors |
| 500 io/test_runner_test: CompileTimeError # Uses mirrors | 501 io/test_runner_test: CompileTimeError # Uses mirrors |
| 501 status_expression_test: CompileTimeError # Uses mirrors | 502 status_expression_test: CompileTimeError # Uses mirrors |
| OLD | NEW |