| 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 94 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 105 | 105 |
| 106 io/http_parser_test: Pass, CompileTimeError # Issue 28843 | 106 io/http_parser_test: Pass, CompileTimeError # Issue 28843 |
| 107 io/http_headers_test: Pass, CompileTimeError # Issue 28843 | 107 io/http_headers_test: Pass, CompileTimeError # Issue 28843 |
| 108 io/http_cookie_date_test: Pass, CompileTimeError # Issue 28843 | 108 io/http_cookie_date_test: Pass, CompileTimeError # Issue 28843 |
| 109 io/web_socket_protocol_processor_test: Pass, CompileTimeError # Issue 28843 | 109 io/web_socket_protocol_processor_test: Pass, CompileTimeError # Issue 28843 |
| 110 | 110 |
| 111 [ $compiler == dart2analyzer && $builder_tag == strong ] | 111 [ $compiler == dart2analyzer && $builder_tag == strong ] |
| 112 *: Skip # Issue 28649 | 112 *: Skip # Issue 28649 |
| 113 | 113 |
| 114 [ $compiler == dart2js ] | 114 [ $compiler == dart2js ] |
| 115 regress_29350_test: MissingCompileTimeError |
| 115 number_identity_test: Skip # Bigints and int/double diff. not supported. | 116 number_identity_test: Skip # Bigints and int/double diff. not supported. |
| 116 typed_data_test: Skip # dart:typed_data support needed. | 117 typed_data_test: Skip # dart:typed_data support needed. |
| 117 bytedata_test: Skip # dart:typed_data support needed. | 118 bytedata_test: Skip # dart:typed_data support needed. |
| 118 typed_data_view_test: Skip # dart:typed_data support needed. | 119 typed_data_view_test: Skip # dart:typed_data support needed. |
| 119 typed_data_isolate_test: Skip # dart:typed_data support needed. | 120 typed_data_isolate_test: Skip # dart:typed_data support needed. |
| 120 typed_array_int64_uint64_test: Skip # dart:typed_data on dart2js does not suppor
t 64-bit ints. | 121 typed_array_int64_uint64_test: Skip # dart:typed_data on dart2js does not suppor
t 64-bit ints. |
| 121 float_array_test: Skip # dart:typed_data support needed. | 122 float_array_test: Skip # dart:typed_data support needed. |
| 122 int_array_test: Skip # dart:typed_data support needed. | 123 int_array_test: Skip # dart:typed_data support needed. |
| 123 io/web_socket_protocol_processor_test: Skip # Importing code with external keyw
ord | 124 io/web_socket_protocol_processor_test: Skip # Importing code with external keyw
ord |
| 124 int_array_load_elimination_test: Skip # This is a VM test | 125 int_array_load_elimination_test: Skip # This is a VM test |
| (...skipping 311 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 436 [ $builder_tag == asan && $arch == x64 ] | 437 [ $builder_tag == asan && $arch == x64 ] |
| 437 io/process_detached_test: Pass, Slow | 438 io/process_detached_test: Pass, Slow |
| 438 io/named_pipe_script_test: RuntimeError | 439 io/named_pipe_script_test: RuntimeError |
| 439 | 440 |
| 440 [ $compiler == dartk || $compiler == dartkp ] | 441 [ $compiler == dartk || $compiler == dartkp ] |
| 441 io/http_proxy_test: Skip # Flaky. | 442 io/http_proxy_test: Skip # Flaky. |
| 442 io/http_response_deadline_test: Skip # Flaky. | 443 io/http_response_deadline_test: Skip # Flaky. |
| 443 io/http_reuse_server_port_test: Skip # Flaky. | 444 io/http_reuse_server_port_test: Skip # Flaky. |
| 444 io/http_server_close_response_after_error_test: Skip # Flaky. | 445 io/http_server_close_response_after_error_test: Skip # Flaky. |
| 445 io/raw_datagram_socket_test: Skip # Flaky. | 446 io/raw_datagram_socket_test: Skip # Flaky. |
| 446 | 447 regress_29350_test: MissingCompileTimeError |
| 447 assert_test: RuntimeError | 448 assert_test: RuntimeError |
| 448 io/compile_all_test: Crash | 449 io/compile_all_test: Crash |
| 449 io/http_cookie_test: RuntimeError | 450 io/http_cookie_test: RuntimeError |
| 450 io/http_proxy_advanced_test: RuntimeError | 451 io/http_proxy_advanced_test: RuntimeError |
| 451 io/socket_many_connections_test: RuntimeError | 452 io/socket_many_connections_test: RuntimeError |
| 452 map_insert_remove_oom_test: Crash | 453 map_insert_remove_oom_test: Crash |
| 453 package/package1_test: CompileTimeError | 454 package/package1_test: CompileTimeError |
| 454 package/package_test: CompileTimeError | 455 package/package_test: CompileTimeError |
| 455 package/scenarios/invalid/invalid_utf8_test: CompileTimeError | 456 package/scenarios/invalid/invalid_utf8_test: CompileTimeError |
| 456 package/scenarios/invalid/non_existent_packages_file_test: CompileTimeError | 457 package/scenarios/invalid/non_existent_packages_file_test: CompileTimeError |
| (...skipping 82 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 539 package/scenarios/packages_dir_only/packages_dir_only_test: Fail # Unable to par
se package files Flutter Issue 9115 | 540 package/scenarios/packages_dir_only/packages_dir_only_test: Fail # Unable to par
se package files Flutter Issue 9115 |
| 540 package/scenarios/both_dir_and_file/prefers_packages_file_test: Fail # Unable to
parse package files Flutter Issue 9115 | 541 package/scenarios/both_dir_and_file/prefers_packages_file_test: Fail # Unable to
parse package files Flutter Issue 9115 |
| 541 package/package_test: Fail # Unable to parse package files Flutter Issue 9115 | 542 package/package_test: Fail # Unable to parse package files Flutter Issue 9115 |
| 542 #unboxed_int_converter_test: Fail # Unable to parse package files Flutter Issue
9115 | 543 #unboxed_int_converter_test: Fail # Unable to parse package files Flutter Issue
9115 |
| 543 io/process_run_output_test: Fail # Unable to parse package files Flutter Issue 9
115 | 544 io/process_run_output_test: Fail # Unable to parse package files Flutter Issue 9
115 |
| 544 | 545 |
| 545 io/test_harness_analyzer_test: CompileTimeError # Uses mirrors | 546 io/test_harness_analyzer_test: CompileTimeError # Uses mirrors |
| 546 io/skipping_dart2js_compilations_test: CompileTimeError # Uses mirrors | 547 io/skipping_dart2js_compilations_test: CompileTimeError # Uses mirrors |
| 547 io/test_runner_test: CompileTimeError # Uses mirrors | 548 io/test_runner_test: CompileTimeError # Uses mirrors |
| 548 | 549 |
| OLD | NEW |