| 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 |
| 12 [ $runtime == vm ] | 15 [ $runtime == vm ] |
| 13 # Fails because checked-in dart executable is not up to date. | 16 # Fails because checked-in dart executable is not up to date. |
| 14 io/test_runner_test: Fail | 17 io/test_runner_test: Fail |
| 15 # Fails because checked-in dart executable is not up to date. | 18 # Fails because checked-in dart executable is not up to date. |
| 16 # Skip this because it is leaving temp directories behind when it fails. | 19 # Skip this because it is leaving temp directories behind when it fails. |
| 17 io/skipping_dart2js_compilations_test: Skip | 20 io/skipping_dart2js_compilations_test: Skip |
| 18 io/web_socket_test: Pass, Crash # Issue 11502 | 21 io/web_socket_test: Pass, Crash # Issue 11502 |
| 19 | 22 |
| 20 [ $runtime == vm ] | 23 [ $runtime == vm ] |
| 21 package/package_isolate_test: Fail # http://dartbug.com/7520. | 24 package/package_isolate_test: Fail # http://dartbug.com/7520. |
| (...skipping 142 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 164 [ $arch == simarm ] | 167 [ $arch == simarm ] |
| 165 out_of_memory_test: Crash | 168 out_of_memory_test: Crash |
| 166 | 169 |
| 167 [ $arch == mips ] | 170 [ $arch == mips ] |
| 168 *: Skip | 171 *: Skip |
| 169 | 172 |
| 170 [ $arch == simmips ] | 173 [ $arch == simmips ] |
| 171 io/file_fuzz_test: Pass, Timeout | 174 io/file_fuzz_test: Pass, Timeout |
| 172 out_of_memory_test: Crash | 175 out_of_memory_test: Crash |
| 173 | 176 |
| OLD | NEW |