| 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 package/package_isolate_test: Fail # Issue 7520. | 8 package/package_isolate_test: Fail # Issue 7520. |
| 9 io/web_socket_test: Fail, Pass # Issue 8495. |
| 9 | 10 |
| 10 [ $runtime == vm && $checked ] | 11 [ $runtime == vm && $checked ] |
| 11 # These tests have type errors on purpose. | 12 # These tests have type errors on purpose. |
| 12 io/process_invalid_arguments_test: Fail, OK | 13 io/process_invalid_arguments_test: Fail, OK |
| 13 io/directory_invalid_arguments_test: Fail, OK | 14 io/directory_invalid_arguments_test: Fail, OK |
| 14 io/file_invalid_arguments_test: Fail, OK | 15 io/file_invalid_arguments_test: Fail, OK |
| 15 io/socket_invalid_arguments_test: Fail, OK | 16 io/socket_invalid_arguments_test: Fail, OK |
| 16 # These test have type errors on purpose and take very long to run in | 17 # These test have type errors on purpose and take very long to run in |
| 17 # checked mode with no benefit. Skip. | 18 # checked mode with no benefit. Skip. |
| 18 io/file_fuzz_test: Skip | 19 io/file_fuzz_test: Skip |
| (...skipping 95 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 114 *: Skip | 115 *: Skip |
| 115 | 116 |
| 116 [ $arch == simarm ] | 117 [ $arch == simarm ] |
| 117 *: Skip | 118 *: Skip |
| 118 | 119 |
| 119 [ $arch == mips ] | 120 [ $arch == mips ] |
| 120 *: Skip | 121 *: Skip |
| 121 | 122 |
| 122 [ $arch == simmips ] | 123 [ $arch == simmips ] |
| 123 *: Skip | 124 *: Skip |
| OLD | NEW |