| 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 48 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 59 # package test issue 7392 | 59 # package test issue 7392 |
| 60 package/package1_test: Fail | 60 package/package1_test: Fail |
| 61 package/package_test: Fail | 61 package/package_test: Fail |
| 62 | 62 |
| 63 | 63 |
| 64 # The dart:io library is created at build time from separate files, and | 64 # The dart:io library is created at build time from separate files, and |
| 65 # there is no language-spec compatible way to run unit tests on the private | 65 # there is no language-spec compatible way to run unit tests on the private |
| 66 # members and methods of dart:io. | 66 # members and methods of dart:io. |
| 67 # Dartc spots the misuse of 'part' directives in these unit tests. | 67 # Dartc spots the misuse of 'part' directives in these unit tests. |
| 68 crypto/*: Skip # dartc cannot parse dart:io unit tests. | 68 crypto/*: Skip # dartc cannot parse dart:io unit tests. |
| 69 io/mime_multipart_parser_test: Skip # dartc cannot parse dart:io unit tests. | |
| 70 io/http_headers_test: Skip # dartc cannot parse dart:io unit tests. | 69 io/http_headers_test: Skip # dartc cannot parse dart:io unit tests. |
| 71 io/http_date_test: Skip # dartc cannot parse dart:io unit tests. | 70 io/http_date_test: Skip # dartc cannot parse dart:io unit tests. |
| 72 io/url_encoding_test: Skip # dartc cannot parse dart:io unit tests. | 71 io/url_encoding_test: Skip # dartc cannot parse dart:io unit tests. |
| 73 io/http_parser_test: Skip # dartc cannot parse dart:io unit tests. | 72 io/http_parser_test: Skip # dartc cannot parse dart:io unit tests. |
| 74 io/web_socket_protocol_processor_test: Skip # dart:io unit test. | 73 io/web_socket_protocol_processor_test: Skip # dart:io unit test. |
| 75 | 74 |
| 76 io/process_exit_negative_test: Fail # This is a compilation-time negative test. | 75 io/process_exit_negative_test: Fail # This is a compilation-time negative test. |
| 77 | 76 |
| 78 [ $compiler == dart2js ] | 77 [ $compiler == dart2js ] |
| 79 number_identity_test: Skip # Bigints and int/double diff. not supported. | 78 number_identity_test: Skip # Bigints and int/double diff. not supported. |
| (...skipping 39 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 119 *: Skip | 118 *: Skip |
| 120 | 119 |
| 121 [ $arch == simarm ] | 120 [ $arch == simarm ] |
| 122 *: Skip | 121 *: Skip |
| 123 | 122 |
| 124 [ $arch == mips ] | 123 [ $arch == mips ] |
| 125 *: Skip | 124 *: Skip |
| 126 | 125 |
| 127 [ $arch == simmips ] | 126 [ $arch == simmips ] |
| 128 *: Skip | 127 *: Skip |
| OLD | NEW |