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 74 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
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 | 93 |
94 # Fails because checked-in dart executable is not up to date. | 94 # Fails because checked-in dart executable is not up to date. |
95 io/test_runner_test: fail, OK | 95 io/test_runner_test: fail |
96 io/skipping_dart2js_compilations_test: fail, OK | 96 io/skipping_dart2js_compilations_test: fail |
97 | 97 |
98 | 98 |
99 [ $compiler == dart2analyzer ] | 99 [ $compiler == dart2analyzer ] |
100 io/file_constructor_test: fail | 100 io/file_constructor_test: fail |
101 io/http_date_test: fail | 101 io/http_date_test: fail |
102 io/http_headers_test: fail | 102 io/http_headers_test: fail |
103 io/http_parser_test: fail | 103 io/http_parser_test: fail |
104 io/process_exit_negative_test: fail | 104 io/process_exit_negative_test: fail |
105 io/url_encoding_test: fail | 105 io/url_encoding_test: fail |
106 io/web_socket_protocol_processor_test: fail | 106 io/web_socket_protocol_processor_test: fail |
107 | 107 |
108 # Fails because checked-in dart executable is not up to date. | 108 # Fails because checked-in dart executable is not up to date. |
109 io/test_runner_test: fail, OK | 109 io/test_runner_test: fail |
110 io/skipping_dart2js_compilations_test: fail, OK | 110 io/skipping_dart2js_compilations_test: fail |
111 | 111 |
112 | 112 |
113 [ $compiler == dart2js ] | 113 [ $compiler == dart2js ] |
114 number_identity_test: Skip # Bigints and int/double diff. not supported. | 114 number_identity_test: Skip # Bigints and int/double diff. not supported. |
115 typed_data_test: Skip # dart:typed_data support needed. | 115 typed_data_test: Skip # dart:typed_data support needed. |
116 bytedata_test: Skip # dart:typed_data support needed. | 116 bytedata_test: Skip # dart:typed_data support needed. |
117 typed_data_view_test: Skip # dart:typed_data support needed. | 117 typed_data_view_test: Skip # dart:typed_data support needed. |
118 typed_data_isolate_test: Skip # dart:typed_data support needed. | 118 typed_data_isolate_test: Skip # dart:typed_data support needed. |
119 typed_array_test: Skip # dart:typed_data support needed. | 119 typed_array_test: Skip # dart:typed_data support needed. |
120 float_array_test: Skip # dart:typed_data support needed. | 120 float_array_test: Skip # dart:typed_data support needed. |
(...skipping 39 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
160 *: Skip | 160 *: Skip |
161 | 161 |
162 [ $arch == simarm ] | 162 [ $arch == simarm ] |
163 *: Skip | 163 *: Skip |
164 | 164 |
165 [ $arch == mips ] | 165 [ $arch == mips ] |
166 *: Skip | 166 *: Skip |
167 | 167 |
168 [ $arch == simmips ] | 168 [ $arch == simmips ] |
169 *: Skip | 169 *: Skip |
OLD | NEW |