| 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 # WARNING: | 5 # WARNING: |
| 6 # Tests using the multitest feature where failure is expected should *also* be | 6 # Tests using the multitest feature where failure is expected should *also* be |
| 7 # listed in tests/lib/analyzer/analyze_tests.status without the "standalone" | 7 # listed in tests/lib/analyzer/analyze_tests.status without the "standalone" |
| 8 # prefix. | 8 # prefix. |
| 9 | 9 |
| 10 package/invalid_uri_test: Fail, OK # Fails intentionally | 10 package/invalid_uri_test: Fail, OK # Fails intentionally |
| 11 | 11 |
| 12 [ $runtime == vm ] | 12 [ $runtime == vm ] |
| 13 # Fails because checked-in dart executable is not up to date. | |
| 14 io/test_runner_test: Fail | |
| 15 # Fails because checked-in dart executable is not up to date. | |
| 16 # Skip this because it is leaving temp directories behind when it fails. | |
| 17 io/skipping_dart2js_compilations_test: Skip | |
| 18 | |
| 19 [ $runtime == vm ] | |
| 20 package/package_isolate_test: Fail # http://dartbug.com/7520. | 13 package/package_isolate_test: Fail # http://dartbug.com/7520. |
| 21 # The test is flaky, and is timing out, causing buildbot cycle times to rise. | 14 # The test is flaky, and is timing out, causing buildbot cycle times to rise. |
| 22 io/raw_server_socket_cancel_test: Skip # Issue 8675 | 15 io/raw_server_socket_cancel_test: Skip # Issue 8675 |
| 23 | 16 |
| 24 [ $runtime == vm && $checked ] | 17 [ $runtime == vm && $checked ] |
| 25 # These tests have type errors on purpose. | 18 # These tests have type errors on purpose. |
| 26 io/process_invalid_arguments_test: Fail, OK | 19 io/process_invalid_arguments_test: Fail, OK |
| 27 io/directory_invalid_arguments_test: Fail, OK | 20 io/directory_invalid_arguments_test: Fail, OK |
| 28 io/file_invalid_arguments_test: Fail, OK | 21 io/file_invalid_arguments_test: Fail, OK |
| 29 io/socket_invalid_arguments_test: Fail, OK | 22 io/socket_invalid_arguments_test: Fail, OK |
| (...skipping 142 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 172 out_of_memory_test: Pass, Crash # Issue: 11207 (Pass on Mac) | 165 out_of_memory_test: Pass, Crash # Issue: 11207 (Pass on Mac) |
| 173 typed_data_test: Timeout, Crash # Issue: 11207 | 166 typed_data_test: Timeout, Crash # Issue: 11207 |
| 174 typed_data_isolate_test: Pass, Crash # Issue: 11207 | 167 typed_data_isolate_test: Pass, Crash # Issue: 11207 |
| 175 io/*: Skip # Skip IO tests for now as they are still quite flaky. | 168 io/*: Skip # Skip IO tests for now as they are still quite flaky. |
| 176 | 169 |
| 177 [ $arch == mips ] | 170 [ $arch == mips ] |
| 178 *: Skip | 171 *: Skip |
| 179 | 172 |
| 180 [ $arch == simmips ] | 173 [ $arch == simmips ] |
| 181 *: Skip | 174 *: Skip |
| OLD | NEW |