Chromium Code Reviews| 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 package/invalid_uri_test: Fail, OK # Fails intentionally | 5 package/invalid_uri_test: Fail, OK # Fails intentionally |
| 6 | 6 |
| 7 [ $runtime == vm ] | 7 [ $runtime == vm ] |
| 8 # Fails because checked-in dart executable is not up to date. | 8 # Fails because checked-in dart executable is not up to date. |
| 9 io/test_runner_test: Fail | 9 io/test_runner_test: Fail |
| 10 # Fails because checked-in dart executable is not up to date. | 10 # Fails because checked-in dart executable is not up to date. |
| (...skipping 72 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 83 | 83 |
| 84 | 84 |
| 85 [ $compiler == dartanalyzer ] | 85 [ $compiler == dartanalyzer ] |
| 86 io/file_constructor_test: fail | 86 io/file_constructor_test: fail |
| 87 io/http_date_test: fail | 87 io/http_date_test: fail |
| 88 io/http_headers_test: fail | 88 io/http_headers_test: fail |
| 89 io/http_parser_test: fail | 89 io/http_parser_test: fail |
| 90 io/process_exit_negative_test: fail | 90 io/process_exit_negative_test: fail |
| 91 io/url_encoding_test: fail | 91 io/url_encoding_test: fail |
| 92 io/web_socket_protocol_processor_test: fail | 92 io/web_socket_protocol_processor_test: fail |
| 93 53bit_overflow_literal_test: fail, ok | |
|
Brian Wilkerson
2013/06/07 21:59:03
We were told this morning, by both Rico and Peter,
| |
| 93 | 94 |
| 94 # Fails because checked-in dart executable is not up to date. | 95 # Fails because checked-in dart executable is not up to date. |
| 95 io/test_runner_test: fail | 96 io/test_runner_test: fail |
| 96 io/skipping_dart2js_compilations_test: fail | 97 io/skipping_dart2js_compilations_test: fail |
| 97 | 98 |
| 98 | 99 |
| 99 [ $compiler == dart2analyzer ] | 100 [ $compiler == dart2analyzer ] |
| 100 io/file_constructor_test: fail | 101 io/file_constructor_test: fail |
| 101 io/http_date_test: fail | 102 io/http_date_test: fail |
| 102 io/http_headers_test: fail | 103 io/http_headers_test: fail |
| 103 io/http_parser_test: fail | 104 io/http_parser_test: fail |
| 104 io/process_exit_negative_test: fail | 105 io/process_exit_negative_test: fail |
| 105 io/url_encoding_test: fail | 106 io/url_encoding_test: fail |
| 106 io/web_socket_protocol_processor_test: fail | 107 io/web_socket_protocol_processor_test: fail |
| 108 53bit_overflow_literal_test: fail, ok | |
| 107 | 109 |
| 108 # Fails because checked-in dart executable is not up to date. | 110 # Fails because checked-in dart executable is not up to date. |
| 109 io/test_runner_test: fail | 111 io/test_runner_test: fail |
| 110 io/skipping_dart2js_compilations_test: fail | 112 io/skipping_dart2js_compilations_test: fail |
| 111 | 113 |
| 112 | 114 |
| 113 [ $compiler == dart2js ] | 115 [ $compiler == dart2js ] |
| 114 number_identity_test: Skip # Bigints and int/double diff. not supported. | 116 number_identity_test: Skip # Bigints and int/double diff. not supported. |
| 115 typed_data_test: Skip # dart:typed_data support needed. | 117 typed_data_test: Skip # dart:typed_data support needed. |
| 116 bytedata_test: Skip # dart:typed_data support needed. | 118 bytedata_test: Skip # dart:typed_data support needed. |
| (...skipping 44 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 161 *: Skip | 163 *: Skip |
| 162 | 164 |
| 163 [ $arch == simarm ] | 165 [ $arch == simarm ] |
| 164 *: Skip | 166 *: Skip |
| 165 | 167 |
| 166 [ $arch == mips ] | 168 [ $arch == mips ] |
| 167 *: Skip | 169 *: Skip |
| 168 | 170 |
| 169 [ $arch == simmips ] | 171 [ $arch == simmips ] |
| 170 *: Skip | 172 *: Skip |
| OLD | NEW |