| 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 97 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 108 [ $compiler == dart2analyzer ] | 108 [ $compiler == dart2analyzer ] |
| 109 io/file_constructor_test: fail | 109 io/file_constructor_test: fail |
| 110 io/http_cookie_date_test: fail | 110 io/http_cookie_date_test: fail |
| 111 io/http_headers_test: fail | 111 io/http_headers_test: fail |
| 112 io/http_parser_test: fail | 112 io/http_parser_test: fail |
| 113 io/process_exit_negative_test: fail | 113 io/process_exit_negative_test: fail |
| 114 io/url_encoding_test: fail | 114 io/url_encoding_test: fail |
| 115 io/web_socket_protocol_processor_test: fail | 115 io/web_socket_protocol_processor_test: fail |
| 116 53bit_overflow_literal_test/01: fail, ok | 116 53bit_overflow_literal_test/01: fail, ok |
| 117 | 117 |
| 118 # Fails because checked-in dart executable is not up to date. | |
| 119 io/test_runner_test: fail | |
| 120 io/skipping_dart2js_compilations_test: fail | |
| 121 | |
| 122 | |
| 123 [ $compiler == dart2js ] | 118 [ $compiler == dart2js ] |
| 124 io/test_runner_test: Fail # Import Uri does not work | |
| 125 number_identity_test: Skip # Bigints and int/double diff. not supported. | 119 number_identity_test: Skip # Bigints and int/double diff. not supported. |
| 126 typed_data_test: Skip # dart:typed_data support needed. | 120 typed_data_test: Skip # dart:typed_data support needed. |
| 127 bytedata_test: Skip # dart:typed_data support needed. | 121 bytedata_test: Skip # dart:typed_data support needed. |
| 128 typed_data_view_test: Skip # dart:typed_data support needed. | 122 typed_data_view_test: Skip # dart:typed_data support needed. |
| 129 typed_data_isolate_test: Skip # dart:typed_data support needed. | 123 typed_data_isolate_test: Skip # dart:typed_data support needed. |
| 130 typed_array_test: Skip # dart:typed_data support needed. | 124 typed_array_test: Skip # dart:typed_data support needed. |
| 131 float_array_test: Skip # dart:typed_data support needed. | 125 float_array_test: Skip # dart:typed_data support needed. |
| 132 int_array_test: Skip # dart:typed_data support needed. | 126 int_array_test: Skip # dart:typed_data support needed. |
| 133 byte_array_view_optimized_test: Skip # dart:typed_data support needed. | 127 byte_array_view_optimized_test: Skip # dart:typed_data support needed. |
| 134 io/web_socket_protocol_processor_test: Skip # Importing code with external keyw
ord | 128 io/web_socket_protocol_processor_test: Skip # Importing code with external keyw
ord |
| (...skipping 36 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 171 | 165 |
| 172 [ $arch == arm || $arch == simarm ] | 166 [ $arch == arm || $arch == simarm ] |
| 173 *: Skip # Many of these tests are still flaky on arm, so skipping until we | 167 *: Skip # Many of these tests are still flaky on arm, so skipping until we |
| 174 # actually start working on implementing the needed features. | 168 # actually start working on implementing the needed features. |
| 175 | 169 |
| 176 [ $arch == mips ] | 170 [ $arch == mips ] |
| 177 *: Skip | 171 *: Skip |
| 178 | 172 |
| 179 [ $arch == simmips ] | 173 [ $arch == simmips ] |
| 180 *: Skip | 174 *: Skip |
| OLD | NEW |