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 63 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
74 # Dartc spots the misuse of 'part' directives in these unit tests. | 74 # Dartc spots the misuse of 'part' directives in these unit tests. |
75 crypto/*: Skip # dartc cannot parse dart:io unit tests. | 75 crypto/*: Skip # dartc cannot parse dart:io unit tests. |
76 io/http_headers_test: Skip # dartc cannot parse dart:io unit tests. | 76 io/http_headers_test: Skip # dartc cannot parse dart:io unit tests. |
77 io/http_date_test: Skip # dartc cannot parse dart:io unit tests. | 77 io/http_date_test: Skip # dartc cannot parse dart:io unit tests. |
78 io/url_encoding_test: Skip # dartc cannot parse dart:io unit tests. | 78 io/url_encoding_test: Skip # dartc cannot parse dart:io unit tests. |
79 io/http_parser_test: Skip # dartc cannot parse dart:io unit tests. | 79 io/http_parser_test: Skip # dartc cannot parse dart:io unit tests. |
80 io/web_socket_protocol_processor_test: Skip # dart:io unit test. | 80 io/web_socket_protocol_processor_test: Skip # dart:io unit test. |
81 | 81 |
82 io/process_exit_negative_test: Fail # This is a compilation-time negative test. | 82 io/process_exit_negative_test: Fail # This is a compilation-time negative test. |
83 | 83 |
| 84 |
84 [ $compiler == dartanalyzer ] | 85 [ $compiler == dartanalyzer ] |
85 io/file_constructor_test: fail | 86 io/file_constructor_test: fail |
86 io/http_date_test: fail | 87 io/http_date_test: fail |
87 io/http_headers_test: fail | 88 io/http_headers_test: fail |
88 io/http_parser_test: fail | 89 io/http_parser_test: fail |
89 io/process_exit_negative_test: fail | 90 io/process_exit_negative_test: fail |
90 io/url_encoding_test: fail | 91 io/url_encoding_test: fail |
91 io/web_socket_protocol_processor_test: fail | 92 io/web_socket_protocol_processor_test: fail |
92 | 93 |
93 # Fails because checked-in dart executable is not up to date. | 94 # Fails because checked-in dart executable is not up to date. |
94 io/test_runner_test: fail, OK | 95 io/test_runner_test: fail, OK |
95 io/skipping_dart2js_compilations_test: fail, OK | 96 io/skipping_dart2js_compilations_test: fail, OK |
96 | 97 |
97 | 98 |
| 99 [ $compiler == dart2analyzer ] |
| 100 io/file_constructor_test: fail |
| 101 io/http_date_test: fail |
| 102 io/http_headers_test: fail |
| 103 io/http_parser_test: fail |
| 104 io/process_exit_negative_test: fail |
| 105 io/url_encoding_test: fail |
| 106 io/web_socket_protocol_processor_test: fail |
| 107 |
| 108 # Fails because checked-in dart executable is not up to date. |
| 109 io/test_runner_test: fail, OK |
| 110 io/skipping_dart2js_compilations_test: fail, OK |
| 111 |
| 112 |
98 [ $compiler == dart2js ] | 113 [ $compiler == dart2js ] |
99 number_identity_test: Skip # Bigints and int/double diff. not supported. | 114 number_identity_test: Skip # Bigints and int/double diff. not supported. |
100 typed_data_test: Skip # dart:typed_data support needed. | 115 typed_data_test: Skip # dart:typed_data support needed. |
101 bytedata_test: Skip # dart:typed_data support needed. | 116 bytedata_test: Skip # dart:typed_data support needed. |
102 typed_data_view_test: Skip # dart:typed_data support needed. | 117 typed_data_view_test: Skip # dart:typed_data support needed. |
103 typed_data_isolate_test: Skip # dart:typed_data support needed. | 118 typed_data_isolate_test: Skip # dart:typed_data support needed. |
104 typed_array_test: Skip # dart:typed_data support needed. | 119 typed_array_test: Skip # dart:typed_data support needed. |
105 float_array_test: Skip # dart:typed_data support needed. | 120 float_array_test: Skip # dart:typed_data support needed. |
106 int_array_test: Skip # dart:typed_data support needed. | 121 int_array_test: Skip # dart:typed_data support needed. |
107 byte_array_view_optimized_test: Skip # dart:typed_data support needed. | 122 byte_array_view_optimized_test: Skip # dart:typed_data support needed. |
(...skipping 41 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
149 *: Skip | 164 *: Skip |
150 | 165 |
151 [ $arch == simarm ] | 166 [ $arch == simarm ] |
152 *: Skip | 167 *: Skip |
153 | 168 |
154 [ $arch == mips ] | 169 [ $arch == mips ] |
155 *: Skip | 170 *: Skip |
156 | 171 |
157 [ $arch == simmips ] | 172 [ $arch == simmips ] |
158 *: Skip | 173 *: Skip |
OLD | NEW |