| 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 && $system == windows ] | |
| 13 io/stdout_close_test: Pass, Fail # Issue 11593 | |
| 14 | |
| 15 [ $runtime == vm ] | 12 [ $runtime == vm ] |
| 16 io/web_socket_test: Pass, Crash # Issue 11502 | 13 io/web_socket_test: Pass, Crash # Issue 11502 |
| 17 | 14 |
| 18 [ $runtime == vm ] | 15 [ $runtime == vm ] |
| 19 package/package_isolate_test: Fail # http://dartbug.com/7520. | 16 package/package_isolate_test: Fail # http://dartbug.com/7520. |
| 20 # The test is flaky, and is timing out, causing buildbot cycle times to rise. | 17 # The test is flaky, and is timing out, causing buildbot cycle times to rise. |
| 21 io/raw_server_socket_cancel_test: Skip # Issue 8675 | 18 io/raw_server_socket_cancel_test: Skip # Issue 8675 |
| 22 | 19 |
| 23 [ $runtime == vm && $checked ] | 20 [ $runtime == vm && $checked ] |
| 24 # These tests have type errors on purpose. | 21 # These tests have type errors on purpose. |
| (...skipping 134 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 159 [ $arch == simarm ] | 156 [ $arch == simarm ] |
| 160 out_of_memory_test: Crash | 157 out_of_memory_test: Crash |
| 161 | 158 |
| 162 [ $arch == mips ] | 159 [ $arch == mips ] |
| 163 *: Skip | 160 *: Skip |
| 164 | 161 |
| 165 [ $arch == simmips ] | 162 [ $arch == simmips ] |
| 166 io/file_fuzz_test: Pass, Timeout | 163 io/file_fuzz_test: Pass, Timeout |
| 167 out_of_memory_test: Crash | 164 out_of_memory_test: Crash |
| 168 | 165 |
| OLD | NEW |