| OLD | NEW |
| 1 # Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 1 # Copyright (c) 2012, 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 && $checked ] | 7 [ $runtime == vm && $checked ] |
| 8 # These tests have type errors on purpose. | 8 # These tests have type errors on purpose. |
| 9 io/process_invalid_arguments_test: Fail, OK | 9 io/process_invalid_arguments_test: Fail, OK |
| 10 io/directory_invalid_arguments_test: Fail, OK | 10 io/directory_invalid_arguments_test: Fail, OK |
| (...skipping 32 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 43 io/secure_no_builtin_roots_test: Pass, Crash # Issue 7157 | 43 io/secure_no_builtin_roots_test: Pass, Crash # Issue 7157 |
| 44 io/secure_socket_bad_certificate_test: Pass, Crash, Fail, Timeout # Issue 7157 | 44 io/secure_socket_bad_certificate_test: Pass, Crash, Fail, Timeout # Issue 7157 |
| 45 io/http_shutdown_test: Pass, Fail, Timeout # Issue 7294 | 45 io/http_shutdown_test: Pass, Fail, Timeout # Issue 7294 |
| 46 | 46 |
| 47 [ $compiler == none && $runtime == drt ] | 47 [ $compiler == none && $runtime == drt ] |
| 48 io/*: Skip # Don't run tests using dart:io in the browser | 48 io/*: Skip # Don't run tests using dart:io in the browser |
| 49 crypto/*: Skip # Don't run tests using dart:io in the browser | 49 crypto/*: Skip # Don't run tests using dart:io in the browser |
| 50 package/*: Skip # Do not run those in Dartium. | 50 package/*: Skip # Do not run those in Dartium. |
| 51 | 51 |
| 52 [ $compiler == dartc ] | 52 [ $compiler == dartc ] |
| 53 package/*: Skip | 53 |
| 54 # package test issue 7392 |
| 55 package/package1_test: Fail |
| 56 package/package_isolate_test: Fail |
| 57 package/package_test: Fail |
| 58 |
| 54 | 59 |
| 55 # The dart:io library is created at build time from separate files, and | 60 # The dart:io library is created at build time from separate files, and |
| 56 # there is no language-spec compatible way to run unit tests on the private | 61 # there is no language-spec compatible way to run unit tests on the private |
| 57 # members and methods of dart:io. | 62 # members and methods of dart:io. |
| 58 # Dartc spots the misuse of 'part' directives in these unit tests. | 63 # Dartc spots the misuse of 'part' directives in these unit tests. |
| 59 crypto/*: Skip # dartc cannot parse dart:io unit tests. | 64 crypto/*: Skip # dartc cannot parse dart:io unit tests. |
| 60 io/mime_multipart_parser_test: Skip # dartc cannot parse dart:io unit tests. | 65 io/mime_multipart_parser_test: Skip # dartc cannot parse dart:io unit tests. |
| 61 io/http_headers_test: Skip # dartc cannot parse dart:io unit tests. | 66 io/http_headers_test: Skip # dartc cannot parse dart:io unit tests. |
| 62 io/http_date_test: Skip # dartc cannot parse dart:io unit tests. | 67 io/http_date_test: Skip # dartc cannot parse dart:io unit tests. |
| 63 io/url_encoding_test: Skip # dartc cannot parse dart:io unit tests. | 68 io/url_encoding_test: Skip # dartc cannot parse dart:io unit tests. |
| (...skipping 40 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 104 [ $compiler == dart2js && $browser ] | 109 [ $compiler == dart2js && $browser ] |
| 105 *: Skip | 110 *: Skip |
| 106 | 111 |
| 107 [ $compiler == dart2js && $checked ] | 112 [ $compiler == dart2js && $checked ] |
| 108 io/http_read_test: Skip # Timeout TODO(ngeoffray): investigate | 113 io/http_read_test: Skip # Timeout TODO(ngeoffray): investigate |
| 109 io/list_input_stream_test: Skip # Timeout TODO(ngeoffray): investigate | 114 io/list_input_stream_test: Skip # Timeout TODO(ngeoffray): investigate |
| 110 | 115 |
| 111 [ $compiler == dart2dart ] | 116 [ $compiler == dart2dart ] |
| 112 # Skip until we stabilize language tests. | 117 # Skip until we stabilize language tests. |
| 113 *: Skip | 118 *: Skip |
| OLD | NEW |