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