| 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 82 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 93 # Dart analyzer spots the misuse of 'part' directives in these unit tests. | 93 # Dart analyzer spots the misuse of 'part' directives in these unit tests. |
| 94 io/http_headers_test: Skip | 94 io/http_headers_test: Skip |
| 95 io/http_cookie_date_test: Skip | 95 io/http_cookie_date_test: Skip |
| 96 io/url_encoding_test: Skip | 96 io/url_encoding_test: Skip |
| 97 io/http_parser_test: Skip | 97 io/http_parser_test: Skip |
| 98 io/web_socket_protocol_processor_test: Skip | 98 io/web_socket_protocol_processor_test: Skip |
| 99 | 99 |
| 100 # This is runtime test. | 100 # This is runtime test. |
| 101 io/process_exit_negative_test: Skip | 101 io/process_exit_negative_test: Skip |
| 102 | 102 |
| 103 # Fails because checked-in dart executable is not up to date. | |
| 104 io/test_runner_test: fail | |
| 105 io/skipping_dart2js_compilations_test: fail | |
| 106 | |
| 107 | |
| 108 [ $compiler == dart2analyzer ] | 103 [ $compiler == dart2analyzer ] |
| 109 io/file_constructor_test: fail | 104 io/file_constructor_test: fail |
| 110 io/http_cookie_date_test: fail | 105 io/http_cookie_date_test: fail |
| 111 io/http_headers_test: fail | 106 io/http_headers_test: fail |
| 112 io/http_parser_test: fail | 107 io/http_parser_test: fail |
| 113 io/process_exit_negative_test: fail | 108 io/process_exit_negative_test: fail |
| 114 io/url_encoding_test: fail | 109 io/url_encoding_test: fail |
| 115 io/web_socket_protocol_processor_test: fail | 110 io/web_socket_protocol_processor_test: fail |
| 116 53bit_overflow_literal_test/01: fail, ok | 111 53bit_overflow_literal_test/01: fail, ok |
| 117 | 112 |
| (...skipping 50 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 168 typed_data_test: Pass, Timeout | 163 typed_data_test: Pass, Timeout |
| 169 | 164 |
| 170 [ $arch == mips ] | 165 [ $arch == mips ] |
| 171 *: Skip | 166 *: Skip |
| 172 | 167 |
| 173 [ $arch == simmips ] | 168 [ $arch == simmips ] |
| 174 left_shift_bit_and_op_test: Fail | 169 left_shift_bit_and_op_test: Fail |
| 175 out_of_memory_test: Crash | 170 out_of_memory_test: Crash |
| 176 typed_data_test: Timeout | 171 typed_data_test: Timeout |
| 177 | 172 |
| OLD | NEW |