| 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 85 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 96 | 96 |
| 97 [ $compiler == dartanalyzer || $compiler == dart2analyzer ] | 97 [ $compiler == dartanalyzer || $compiler == dart2analyzer ] |
| 98 issue14236_test: Skip # Analyzer can't handle Script snapshots. | 98 issue14236_test: Skip # Analyzer can't handle Script snapshots. |
| 99 | 99 |
| 100 # test issue https://code.google.com/p/dart/issues/detail?id=11518 | 100 # test issue https://code.google.com/p/dart/issues/detail?id=11518 |
| 101 io/file_constructor_test: fail | 101 io/file_constructor_test: fail |
| 102 | 102 |
| 103 # This is runtime test. | 103 # This is runtime test. |
| 104 io/process_exit_negative_test: Skip | 104 io/process_exit_negative_test: Skip |
| 105 | 105 |
| 106 io/http_parser_test: Pass, CompileTimeError # Issue 28843 | 106 io/http_parser_test: Pass, StaticWarning, CompileTimeError # Issue 28843 |
| 107 io/http_headers_test: Pass, CompileTimeError # Issue 28843 | 107 io/http_headers_test: Pass, StaticWarning, CompileTimeError # Issue 28843 |
| 108 io/http_cookie_date_test: Pass, CompileTimeError # Issue 28843 | 108 io/http_cookie_date_test: Pass, StaticWarning, CompileTimeError # Issue 28843 |
| 109 io/web_socket_protocol_processor_test: Pass, CompileTimeError # Issue 28843 | 109 io/web_socket_protocol_processor_test: Pass, StaticWarning, CompileTimeError # I
ssue 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 regress_29350_test: MissingCompileTimeError |
| 116 number_identity_test: Skip # Bigints and int/double diff. not supported. | 116 number_identity_test: Skip # Bigints and int/double diff. not supported. |
| 117 typed_data_test: Skip # dart:typed_data support needed. | 117 typed_data_test: Skip # dart:typed_data support needed. |
| 118 bytedata_test: Skip # dart:typed_data support needed. | 118 bytedata_test: Skip # dart:typed_data support needed. |
| 119 typed_data_view_test: Skip # dart:typed_data support needed. | 119 typed_data_view_test: Skip # dart:typed_data support needed. |
| (...skipping 418 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 538 package/scenarios/packages_dir_only/packages_dir_only_test: Fail # Unable to par
se package files Flutter Issue 9115 | 538 package/scenarios/packages_dir_only/packages_dir_only_test: Fail # Unable to par
se package files Flutter Issue 9115 |
| 539 package/scenarios/both_dir_and_file/prefers_packages_file_test: Fail # Unable to
parse package files Flutter Issue 9115 | 539 package/scenarios/both_dir_and_file/prefers_packages_file_test: Fail # Unable to
parse package files Flutter Issue 9115 |
| 540 package/package_test: Fail # Unable to parse package files Flutter Issue 9115 | 540 package/package_test: Fail # Unable to parse package files Flutter Issue 9115 |
| 541 #unboxed_int_converter_test: Fail # Unable to parse package files Flutter Issue
9115 | 541 #unboxed_int_converter_test: Fail # Unable to parse package files Flutter Issue
9115 |
| 542 io/process_run_output_test: Fail # Unable to parse package files Flutter Issue 9
115 | 542 io/process_run_output_test: Fail # Unable to parse package files Flutter Issue 9
115 |
| 543 | 543 |
| 544 io/test_harness_analyzer_test: CompileTimeError # Uses mirrors | 544 io/test_harness_analyzer_test: CompileTimeError # Uses mirrors |
| 545 io/skipping_dart2js_compilations_test: CompileTimeError # Uses mirrors | 545 io/skipping_dart2js_compilations_test: CompileTimeError # Uses mirrors |
| 546 io/test_runner_test: CompileTimeError # Uses mirrors | 546 io/test_runner_test: CompileTimeError # Uses mirrors |
| 547 | 547 |
| OLD | NEW |