| 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 package/invalid_uri_test: Fail, OK # Fails intentionally | 10 package/invalid_uri_test: Fail, OK # Fails intentionally |
| (...skipping 77 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 88 io/http_headers_test: Skip | 88 io/http_headers_test: Skip |
| 89 io/http_cookie_date_test: Skip | 89 io/http_cookie_date_test: Skip |
| 90 io/url_encoding_test: Skip | 90 io/url_encoding_test: Skip |
| 91 io/http_parser_test: Skip | 91 io/http_parser_test: Skip |
| 92 io/web_socket_protocol_processor_test: Skip | 92 io/web_socket_protocol_processor_test: Skip |
| 93 | 93 |
| 94 # This is runtime test. | 94 # This is runtime test. |
| 95 io/process_exit_negative_test: Skip | 95 io/process_exit_negative_test: Skip |
| 96 | 96 |
| 97 [ $compiler == dart2analyzer ] | 97 [ $compiler == dart2analyzer ] |
| 98 53bit_overflow_literal_test/01: fail, ok |
| 99 package/package_isolate_test: fail # issue 11647 |
| 100 |
| 101 # test issue https://code.google.com/p/dart/issues/detail?id=11518 |
| 98 io/file_constructor_test: fail | 102 io/file_constructor_test: fail |
| 99 io/http_cookie_date_test: fail | 103 |
| 100 io/http_headers_test: fail | 104 # The dart:io library is created at build time from separate files, and |
| 101 io/http_parser_test: fail | 105 # there is no language-spec compatible way to run unit tests on the private |
| 102 io/process_exit_negative_test: fail | 106 # members and methods of dart:io. |
| 103 io/url_encoding_test: fail | 107 # Dart analyzer spots the misuse of 'part' directives in these unit tests. |
| 104 io/web_socket_protocol_processor_test: fail | 108 io/http_headers_test: Skip |
| 105 53bit_overflow_literal_test/01: fail, ok | 109 io/http_cookie_date_test: Skip |
| 110 io/url_encoding_test: Skip |
| 111 io/http_parser_test: Skip |
| 112 io/web_socket_protocol_processor_test: Skip |
| 113 |
| 114 # This is runtime test. |
| 115 io/process_exit_negative_test: Skip |
| 106 | 116 |
| 107 [ $compiler == dart2js ] | 117 [ $compiler == dart2js ] |
| 108 number_identity_test: Skip # Bigints and int/double diff. not supported. | 118 number_identity_test: Skip # Bigints and int/double diff. not supported. |
| 109 typed_data_test: Skip # dart:typed_data support needed. | 119 typed_data_test: Skip # dart:typed_data support needed. |
| 110 bytedata_test: Skip # dart:typed_data support needed. | 120 bytedata_test: Skip # dart:typed_data support needed. |
| 111 typed_data_view_test: Skip # dart:typed_data support needed. | 121 typed_data_view_test: Skip # dart:typed_data support needed. |
| 112 typed_data_isolate_test: Skip # dart:typed_data support needed. | 122 typed_data_isolate_test: Skip # dart:typed_data support needed. |
| 113 typed_array_test: Skip # dart:typed_data support needed. | 123 typed_array_test: Skip # dart:typed_data support needed. |
| 114 float_array_test: Skip # dart:typed_data support needed. | 124 float_array_test: Skip # dart:typed_data support needed. |
| 115 int_array_test: Skip # dart:typed_data support needed. | 125 int_array_test: Skip # dart:typed_data support needed. |
| (...skipping 40 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 156 | 166 |
| 157 [ $arch == simarm ] | 167 [ $arch == simarm ] |
| 158 out_of_memory_test: Skip # passes on Mac, crashes on Linux | 168 out_of_memory_test: Skip # passes on Mac, crashes on Linux |
| 159 | 169 |
| 160 [ $arch == mips ] | 170 [ $arch == mips ] |
| 161 *: Skip | 171 *: Skip |
| 162 | 172 |
| 163 [ $arch == simmips ] | 173 [ $arch == simmips ] |
| 164 io/file_fuzz_test: Pass, Timeout | 174 io/file_fuzz_test: Pass, Timeout |
| 165 out_of_memory_test: Skip # passes on Mac, crashes on Linux | 175 out_of_memory_test: Skip # passes on Mac, crashes on Linux |
| OLD | NEW |