| 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 79 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 90 | 90 |
| 91 [ $compiler == dartanalyzer || $compiler == dart2analyzer ] | 91 [ $compiler == dartanalyzer || $compiler == dart2analyzer ] |
| 92 issue14236_test: Skip # Analyzer can't handle Script snapshots. | 92 issue14236_test: Skip # Analyzer can't handle Script snapshots. |
| 93 | 93 |
| 94 # test issue https://code.google.com/p/dart/issues/detail?id=11518 | 94 # test issue https://code.google.com/p/dart/issues/detail?id=11518 |
| 95 io/file_constructor_test: fail | 95 io/file_constructor_test: fail |
| 96 | 96 |
| 97 # This is runtime test. | 97 # This is runtime test. |
| 98 io/process_exit_negative_test: Skip | 98 io/process_exit_negative_test: Skip |
| 99 | 99 |
| 100 io/http_parser_test: Pass, CompileTimeError # Issue 28843 |
| 101 io/http_headers_test: Pass, CompileTimeError # Issue 28843 |
| 102 |
| 100 [ $compiler == dart2analyzer && $builder_tag == strong ] | 103 [ $compiler == dart2analyzer && $builder_tag == strong ] |
| 101 *: Skip # Issue 28649 | 104 *: Skip # Issue 28649 |
| 102 | 105 |
| 103 [ $compiler == dart2js ] | 106 [ $compiler == dart2js ] |
| 104 number_identity_test: Skip # Bigints and int/double diff. not supported. | 107 number_identity_test: Skip # Bigints and int/double diff. not supported. |
| 105 typed_data_test: Skip # dart:typed_data support needed. | 108 typed_data_test: Skip # dart:typed_data support needed. |
| 106 bytedata_test: Skip # dart:typed_data support needed. | 109 bytedata_test: Skip # dart:typed_data support needed. |
| 107 typed_data_view_test: Skip # dart:typed_data support needed. | 110 typed_data_view_test: Skip # dart:typed_data support needed. |
| 108 typed_data_isolate_test: Skip # dart:typed_data support needed. | 111 typed_data_isolate_test: Skip # dart:typed_data support needed. |
| 109 typed_array_int64_uint64_test: Skip # dart:typed_data on dart2js does not suppor
t 64-bit ints. | 112 typed_array_int64_uint64_test: Skip # dart:typed_data on dart2js does not suppor
t 64-bit ints. |
| (...skipping 298 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 408 io/socket_source_address_test: SkipByDesign | 411 io/socket_source_address_test: SkipByDesign |
| 409 io/socket_bind_test: SkipByDesign | 412 io/socket_bind_test: SkipByDesign |
| 410 io/http_proxy_advanced_test: SkipByDesign | 413 io/http_proxy_advanced_test: SkipByDesign |
| 411 io/http_ipv6_test: SkipByDesign | 414 io/http_ipv6_test: SkipByDesign |
| 412 io/socket_ipv6_test: SkipByDesign | 415 io/socket_ipv6_test: SkipByDesign |
| 413 io/socket_info_ipv6_test: SkipByDesign | 416 io/socket_info_ipv6_test: SkipByDesign |
| 414 | 417 |
| 415 [ $builder_tag == asan && $arch == x64 ] | 418 [ $builder_tag == asan && $arch == x64 ] |
| 416 io/process_detached_test: Pass, Slow | 419 io/process_detached_test: Pass, Slow |
| 417 io/named_pipe_script_test: RuntimeError | 420 io/named_pipe_script_test: RuntimeError |
| OLD | NEW |