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