| 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 | 18 |
| 19 [ $runtime == vm && ( $system == windows ) ] | |
| 20 io/raw_socket_test: Pass, Fail # Issue 8901 | |
| 21 | |
| 22 [ $runtime == vm ] | 19 [ $runtime == vm ] |
| 23 package/package_isolate_test: Fail # http://dartbug.com/7520. | 20 package/package_isolate_test: Fail # http://dartbug.com/7520. |
| 24 # The test is flaky, and is timing out, causing buildbot cycle times to rise. | 21 # The test is flaky, and is timing out, causing buildbot cycle times to rise. |
| 25 io/raw_server_socket_cancel_test: Skip # Issue 8675 | 22 io/raw_server_socket_cancel_test: Skip # Issue 8675 |
| 26 | 23 |
| 27 [ $runtime == vm && $checked ] | 24 [ $runtime == vm && $checked ] |
| 28 # These tests have type errors on purpose. | 25 # These tests have type errors on purpose. |
| 29 io/process_invalid_arguments_test: Fail, OK | 26 io/process_invalid_arguments_test: Fail, OK |
| 30 io/directory_invalid_arguments_test: Fail, OK | 27 io/directory_invalid_arguments_test: Fail, OK |
| 31 io/file_invalid_arguments_test: Fail, OK | 28 io/file_invalid_arguments_test: Fail, OK |
| (...skipping 134 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 166 *: Skip | 163 *: Skip |
| 167 | 164 |
| 168 [ $arch == simarm ] | 165 [ $arch == simarm ] |
| 169 *: Skip | 166 *: Skip |
| 170 | 167 |
| 171 [ $arch == mips ] | 168 [ $arch == mips ] |
| 172 *: Skip | 169 *: Skip |
| 173 | 170 |
| 174 [ $arch == simmips ] | 171 [ $arch == simmips ] |
| 175 *: Skip | 172 *: Skip |
| OLD | NEW |