| 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 24 matching lines...) Expand all Loading... |
| 35 # Issue 8232. | 35 # Issue 8232. |
| 36 debugger/basic_debugger_test: Pass, Fail | 36 debugger/basic_debugger_test: Pass, Fail |
| 37 | 37 |
| 38 | 38 |
| 39 [ $runtime == vm && $checked ] | 39 [ $runtime == vm && $checked ] |
| 40 # These tests have type errors on purpose. | 40 # These tests have type errors on purpose. |
| 41 io/process_invalid_arguments_test: Fail, OK | 41 io/process_invalid_arguments_test: Fail, OK |
| 42 io/directory_invalid_arguments_test: Fail, OK | 42 io/directory_invalid_arguments_test: Fail, OK |
| 43 io/file_invalid_arguments_test: Fail, OK | 43 io/file_invalid_arguments_test: Fail, OK |
| 44 io/socket_invalid_arguments_test: Fail, OK | 44 io/socket_invalid_arguments_test: Fail, OK |
| 45 io/stdout_bad_argument_test: Fail, OK |
| 45 # These test have type errors on purpose and take very long to run in | 46 # These test have type errors on purpose and take very long to run in |
| 46 # checked mode with no benefit. Skip. | 47 # checked mode with no benefit. Skip. |
| 47 io/file_fuzz_test: Skip | 48 io/file_fuzz_test: Skip |
| 48 io/directory_fuzz_test: Skip | 49 io/directory_fuzz_test: Skip |
| 49 | 50 |
| 50 [ $runtime == vm && $system == macos ] | 51 [ $runtime == vm && $system == macos ] |
| 51 io/regress_7191_test: Pass, Timeout # http://dartbug.com/8091 | 52 io/regress_7191_test: Pass, Timeout # http://dartbug.com/8091 |
| 52 | 53 |
| 53 # This test fails with "Too many open files" on the Mac OS buildbot. | 54 # This test fails with "Too many open files" on the Mac OS buildbot. |
| 54 # This is expected as MacOS by default runs with a very low number | 55 # This is expected as MacOS by default runs with a very low number |
| (...skipping 84 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 139 *: Skip | 140 *: Skip |
| 140 | 141 |
| 141 [ $arch == simarm ] | 142 [ $arch == simarm ] |
| 142 *: Skip | 143 *: Skip |
| 143 | 144 |
| 144 [ $arch == mips ] | 145 [ $arch == mips ] |
| 145 *: Skip | 146 *: Skip |
| 146 | 147 |
| 147 [ $arch == simmips ] | 148 [ $arch == simmips ] |
| 148 *: Skip | 149 *: Skip |
| OLD | NEW |