| 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. | 13 # Fails because checked-in dart executable is not up to date. |
| 14 io/test_runner_test: Fail | 14 io/test_runner_test: Fail |
| 15 # Fails because checked-in dart executable is not up to date. | 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. | 16 # Skip this because it is leaving temp directories behind when it fails. |
| 17 io/skipping_dart2js_compilations_test: Skip | 17 io/skipping_dart2js_compilations_test: Skip |
| 18 io/web_socket_test: Pass, Crash # Issue 11502 |
| 18 | 19 |
| 19 [ $runtime == vm ] | 20 [ $runtime == vm ] |
| 20 package/package_isolate_test: Fail # http://dartbug.com/7520. | 21 package/package_isolate_test: Fail # http://dartbug.com/7520. |
| 21 # The test is flaky, and is timing out, causing buildbot cycle times to rise. | 22 # The test is flaky, and is timing out, causing buildbot cycle times to rise. |
| 22 io/raw_server_socket_cancel_test: Skip # Issue 8675 | 23 io/raw_server_socket_cancel_test: Skip # Issue 8675 |
| 23 | 24 |
| 24 [ $runtime == vm && $checked ] | 25 [ $runtime == vm && $checked ] |
| 25 # These tests have type errors on purpose. | 26 # These tests have type errors on purpose. |
| 26 io/process_invalid_arguments_test: Fail, OK | 27 io/process_invalid_arguments_test: Fail, OK |
| 27 io/directory_invalid_arguments_test: Fail, OK | 28 io/directory_invalid_arguments_test: Fail, OK |
| (...skipping 133 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 161 | 162 |
| 162 [ $arch == arm || $arch == simarm ] | 163 [ $arch == arm || $arch == simarm ] |
| 163 *: Skip # Many of these tests are still flaky on arm, so skipping until we | 164 *: Skip # Many of these tests are still flaky on arm, so skipping until we |
| 164 # actually start working on implementing the needed features. | 165 # actually start working on implementing the needed features. |
| 165 | 166 |
| 166 [ $arch == mips ] | 167 [ $arch == mips ] |
| 167 *: Skip | 168 *: Skip |
| 168 | 169 |
| 169 [ $arch == simmips ] | 170 [ $arch == simmips ] |
| 170 *: Skip | 171 *: Skip |
| OLD | NEW |