| 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 58 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 69 crypto/*: Skip # Don't run tests using dart:io in the browser | 69 crypto/*: Skip # Don't run tests using dart:io in the browser |
| 70 package/*: Skip # Do not run those in Dartium. | 70 package/*: Skip # Do not run those in Dartium. |
| 71 debugger/*: Skip # Do not run standalone debugger tests in browser. | 71 debugger/*: Skip # Do not run standalone debugger tests in browser. |
| 72 | 72 |
| 73 [ $compiler == dartc ] | 73 [ $compiler == dartc ] |
| 74 | 74 |
| 75 # package test issue 7392 | 75 # package test issue 7392 |
| 76 package/package1_test: Fail | 76 package/package1_test: Fail |
| 77 package/package_isolate_test: Fail | 77 package/package_isolate_test: Fail |
| 78 package/package_test: Fail | 78 package/package_test: Fail |
| 79 typed_data_test: Fail # issue 8933, dart:typeddata not supported. | |
| 80 typed_array_test: Fail # issue 8933, dart:typeddata not supported. | |
| 81 float_array_test: Fail # issue 8933, dart:typeddata not supported. | |
| 82 int_array_test: Fail # issue 8933, dart:typeddata not supported. | |
| 83 int_array_load_elimination_test: Fail # issue 8933, dart:typeddata not supported
. | |
| 84 | 79 |
| 85 | 80 |
| 86 # The dart:io library is created at build time from separate files, and | 81 # The dart:io library is created at build time from separate files, and |
| 87 # there is no language-spec compatible way to run unit tests on the private | 82 # there is no language-spec compatible way to run unit tests on the private |
| 88 # members and methods of dart:io. | 83 # members and methods of dart:io. |
| 89 # Dartc spots the misuse of 'part' directives in these unit tests. | 84 # Dartc spots the misuse of 'part' directives in these unit tests. |
| 90 crypto/*: Skip # dartc cannot parse dart:io unit tests. | 85 crypto/*: Skip # dartc cannot parse dart:io unit tests. |
| 91 io/mime_multipart_parser_test: Skip # dartc cannot parse dart:io unit tests. | 86 io/mime_multipart_parser_test: Skip # dartc cannot parse dart:io unit tests. |
| 92 io/http_headers_test: Skip # dartc cannot parse dart:io unit tests. | 87 io/http_headers_test: Skip # dartc cannot parse dart:io unit tests. |
| 93 io/http_date_test: Skip # dartc cannot parse dart:io unit tests. | 88 io/http_date_test: Skip # dartc cannot parse dart:io unit tests. |
| (...skipping 44 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 138 *: Skip | 133 *: Skip |
| 139 | 134 |
| 140 [ $arch == simarm ] | 135 [ $arch == simarm ] |
| 141 *: Skip | 136 *: Skip |
| 142 | 137 |
| 143 [ $arch == mips ] | 138 [ $arch == mips ] |
| 144 *: Skip | 139 *: Skip |
| 145 | 140 |
| 146 [ $arch == simmips ] | 141 [ $arch == simmips ] |
| 147 *: Skip | 142 *: Skip |
| OLD | NEW |