| 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 io/raw_secure_server_socket_test: Pass, Timeout # Issue 8673 | |
| 8 io/secure_server_socket_test: Pass, Timeout # Issue 8673 | |
| 9 | |
| 10 ### Temporary IO library change disables, fail ### | 7 ### Temporary IO library change disables, fail ### |
| 11 | 8 |
| 12 [ $runtime == vm ] | 9 [ $runtime == vm ] |
| 13 io/skipping_dart2js_compilations_test: skip # Non-fatal process error. | 10 io/skipping_dart2js_compilations_test: skip # Non-fatal process error. |
| 14 io/status_file_parser_test: fail | 11 io/status_file_parser_test: fail |
| 15 io/test_runner_exit_code_test: fail | 12 io/test_runner_exit_code_test: fail |
| 16 io/test_runner_test: fail | 13 io/test_runner_test: fail |
| 17 io/secure_server_client_certificate_test: fail | 14 io/secure_server_client_certificate_test: fail |
| 18 io/web_socket_test: Fail, Pass # Issue 8495. | 15 io/web_socket_test: Fail, Pass # Issue 8495. |
| 19 io/https_client_certificate_test: Pass, Timeout # Issue 8674 | 16 io/https_client_certificate_test: Pass, Timeout # Issue 8674 |
| (...skipping 121 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 141 *: Skip | 138 *: Skip |
| 142 | 139 |
| 143 [ $arch == simarm ] | 140 [ $arch == simarm ] |
| 144 *: Skip | 141 *: Skip |
| 145 | 142 |
| 146 [ $arch == mips ] | 143 [ $arch == mips ] |
| 147 *: Skip | 144 *: Skip |
| 148 | 145 |
| 149 [ $arch == simmips ] | 146 [ $arch == simmips ] |
| 150 *: Skip | 147 *: Skip |
| OLD | NEW |