| 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 && $system == macos ] | 7 [ $runtime == vm && $system == macos ] |
| 8 debugger/basic_debugger_test: Pass, Crash # Issue 10488. | 8 debugger/basic_debugger_test: Pass, Crash # Issue 10488. |
| 9 | 9 |
| 10 [ $runtime == vm ] | 10 [ $runtime == vm ] |
| (...skipping 61 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 72 crypto/*: Skip # dartc cannot parse dart:io unit tests. | 72 crypto/*: Skip # dartc cannot parse dart:io unit tests. |
| 73 io/http_headers_test: Skip # dartc cannot parse dart:io unit tests. | 73 io/http_headers_test: Skip # dartc cannot parse dart:io unit tests. |
| 74 io/http_date_test: Skip # dartc cannot parse dart:io unit tests. | 74 io/http_date_test: Skip # dartc cannot parse dart:io unit tests. |
| 75 io/url_encoding_test: Skip # dartc cannot parse dart:io unit tests. | 75 io/url_encoding_test: Skip # dartc cannot parse dart:io unit tests. |
| 76 io/http_parser_test: Skip # dartc cannot parse dart:io unit tests. | 76 io/http_parser_test: Skip # dartc cannot parse dart:io unit tests. |
| 77 io/web_socket_protocol_processor_test: Skip # dart:io unit test. | 77 io/web_socket_protocol_processor_test: Skip # dart:io unit test. |
| 78 | 78 |
| 79 io/process_exit_negative_test: Fail # This is a compilation-time negative test. | 79 io/process_exit_negative_test: Fail # This is a compilation-time negative test. |
| 80 | 80 |
| 81 [ $compiler == dartanalyzer ] | 81 [ $compiler == dartanalyzer ] |
| 82 crypto/base64_test: fail | |
| 83 io/file_constructor_test: fail | 82 io/file_constructor_test: fail |
| 84 io/http_date_test: fail | 83 io/http_date_test: fail |
| 85 io/http_headers_test: fail | 84 io/http_headers_test: fail |
| 86 io/http_parser_test: fail | 85 io/http_parser_test: fail |
| 87 io/process_exit_negative_test: fail | 86 io/process_exit_negative_test: fail |
| 88 io/url_encoding_test: fail | 87 io/url_encoding_test: fail |
| 89 io/web_socket_protocol_processor_test: fail | 88 io/web_socket_protocol_processor_test: fail |
| 90 | 89 |
| 91 | 90 |
| 92 [ $compiler == dart2js ] | 91 [ $compiler == dart2js ] |
| (...skipping 43 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 136 *: Skip | 135 *: Skip |
| 137 | 136 |
| 138 [ $arch == simarm ] | 137 [ $arch == simarm ] |
| 139 *: Skip | 138 *: Skip |
| 140 | 139 |
| 141 [ $arch == mips ] | 140 [ $arch == mips ] |
| 142 *: Skip | 141 *: Skip |
| 143 | 142 |
| 144 [ $arch == simmips ] | 143 [ $arch == simmips ] |
| 145 *: Skip | 144 *: Skip |
| OLD | NEW |