| 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 # Temporarily disabled until the test scripts are rewritten for | 8 # Temporarily disabled until the test scripts are rewritten for |
| 9 # dart:io v2. | 9 # dart:io v2. |
| 10 io/skipping_dart2js_compilations_test: skip # Non-fatal process error. | 10 io/skipping_dart2js_compilations_test: skip # Non-fatal process error. |
| (...skipping 52 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 63 crypto/*: Skip # Don't run tests using dart:io in the browser | 63 crypto/*: Skip # Don't run tests using dart:io in the browser |
| 64 package/*: Skip # Do not run those in Dartium. | 64 package/*: Skip # Do not run those in Dartium. |
| 65 debugger/*: Skip # Do not run standalone debugger tests in browser. | 65 debugger/*: Skip # Do not run standalone debugger tests in browser. |
| 66 | 66 |
| 67 [ $compiler == dartc ] | 67 [ $compiler == dartc ] |
| 68 | 68 |
| 69 # package test issue 7392 | 69 # package test issue 7392 |
| 70 package/package1_test: Fail | 70 package/package1_test: Fail |
| 71 package/package_isolate_test: Fail | 71 package/package_isolate_test: Fail |
| 72 package/package_test: Fail | 72 package/package_test: Fail |
| 73 typed_data_test: Skip # dart:typeddata not supported yet. |
| 74 typed_array_test: Skip # dart:typeddata not supported yet. |
| 75 float_array_test: Skip # dart:typeddata not supported yet. |
| 76 int_array_test: Skip # dart:typeddata not supported yet. |
| 77 int_array_load_elimination_test: Skip # dart:typeddata not supported yet. |
| 73 | 78 |
| 74 | 79 |
| 75 # The dart:io library is created at build time from separate files, and | 80 # The dart:io library is created at build time from separate files, and |
| 76 # there is no language-spec compatible way to run unit tests on the private | 81 # there is no language-spec compatible way to run unit tests on the private |
| 77 # members and methods of dart:io. | 82 # members and methods of dart:io. |
| 78 # Dartc spots the misuse of 'part' directives in these unit tests. | 83 # Dartc spots the misuse of 'part' directives in these unit tests. |
| 79 crypto/*: Skip # dartc cannot parse dart:io unit tests. | 84 crypto/*: Skip # dartc cannot parse dart:io unit tests. |
| 80 io/mime_multipart_parser_test: Skip # dartc cannot parse dart:io unit tests. | 85 io/mime_multipart_parser_test: Skip # dartc cannot parse dart:io unit tests. |
| 81 io/http_headers_test: Skip # dartc cannot parse dart:io unit tests. | 86 io/http_headers_test: Skip # dartc cannot parse dart:io unit tests. |
| 82 io/http_date_test: Skip # dartc cannot parse dart:io unit tests. | 87 io/http_date_test: Skip # dartc cannot parse dart:io unit tests. |
| (...skipping 43 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 126 *: Skip | 131 *: Skip |
| 127 | 132 |
| 128 [ $arch == simarm ] | 133 [ $arch == simarm ] |
| 129 *: Skip | 134 *: Skip |
| 130 | 135 |
| 131 [ $arch == mips ] | 136 [ $arch == mips ] |
| 132 *: Skip | 137 *: Skip |
| 133 | 138 |
| 134 [ $arch == simmips ] | 139 [ $arch == simmips ] |
| 135 *: Skip | 140 *: Skip |
| OLD | NEW |