| 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 # CompileTimeErrors intentionally | 10 package/invalid_uri_test: Fail, OK # CompileTimeErrors intentionally |
| (...skipping 93 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 104 issue14236_test: Skip # dart2js does not deal with Script snapshots. | 104 issue14236_test: Skip # dart2js does not deal with Script snapshots. |
| 105 javascript_compatibility_errors_test: Skip | 105 javascript_compatibility_errors_test: Skip |
| 106 javascript_compatibility_warnings_test: Skip | 106 javascript_compatibility_warnings_test: Skip |
| 107 unboxed_int_converter_test: Skip | 107 unboxed_int_converter_test: Skip |
| 108 pair_location_remapping_test: Skip | 108 pair_location_remapping_test: Skip |
| 109 precompilation_test: Skip # Standalone only test. | 109 precompilation_test: Skip # Standalone only test. |
| 110 precompilation_dart2js_test: Skip # Standalone only test. | 110 precompilation_dart2js_test: Skip # Standalone only test. |
| 111 noopt_test: Skip # Standalone only test. | 111 noopt_test: Skip # Standalone only test. |
| 112 | 112 |
| 113 [ $runtime == vm && $mode == debug ] | 113 [ $runtime == vm && $mode == debug ] |
| 114 precompilation_dart2js_test: Slow | 114 precompilation_dart2js_test: Pass, Slow |
| 115 | 115 |
| 116 [ $runtime == vm && $arch == ia32 ] | 116 [ $runtime == vm && $arch == ia32 ] |
| 117 precompilation_test: Skip # Not expected to pass on ia32. | 117 precompilation_test: Skip # Not expected to pass on ia32. |
| 118 precompilation_dart2js_test: Skip # Not expected to pass on ia32. | 118 precompilation_dart2js_test: Skip # Not expected to pass on ia32. |
| 119 noopt_test: Skip # Not expected to pass on ia32. | 119 noopt_test: Skip # Not expected to pass on ia32. |
| 120 | 120 |
| 121 [ $runtime == vm && $arch == arm ] | 121 [ $runtime == vm && $arch == arm ] |
| 122 precompilation_test: Skip # Issue 24427 | 122 precompilation_test: Skip # Issue 24427 |
| 123 precompilation_dart2js_test: Skip # Issue 24427 | 123 precompilation_dart2js_test: Skip # Issue 24427 |
| 124 | 124 |
| (...skipping 92 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 217 [ $runtime == vm ] | 217 [ $runtime == vm ] |
| 218 # Failures in secure networking while NSS is replaced with BoringSSL | 218 # Failures in secure networking while NSS is replaced with BoringSSL |
| 219 io/https_client_certificate_test: RuntimeError # Issue 24070 | 219 io/https_client_certificate_test: RuntimeError # Issue 24070 |
| 220 io/secure_socket_renegotiate_test: RuntimeError | 220 io/secure_socket_renegotiate_test: RuntimeError |
| 221 io/secure_socket_bad_data_test: RuntimeError # An error in a secure connection
just puts a READ_CLOSED on the stream, rather than signaling an error on the str
eam. | 221 io/secure_socket_bad_data_test: RuntimeError # An error in a secure connection
just puts a READ_CLOSED on the stream, rather than signaling an error on the str
eam. |
| 222 | 222 |
| 223 [ $noopt ] | 223 [ $noopt ] |
| 224 map_literal_oom_test: Pass, Crash # Issue 24678 | 224 map_literal_oom_test: Pass, Crash # Issue 24678 |
| 225 javascript*: SkipByDesign # JS overflow flag unsupported | 225 javascript*: SkipByDesign # JS overflow flag unsupported |
| 226 io/web_socket_test: Pass, RuntimeError # Issue 24674 | 226 io/web_socket_test: Pass, RuntimeError # Issue 24674 |
| OLD | NEW |