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 44 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
55 full_coverage_test: Skip | 55 full_coverage_test: Skip |
56 http_launch_test: Skip | 56 http_launch_test: Skip |
57 vmservice/*: SkipByDesign # Do not run standalone vm service tests in browser. | 57 vmservice/*: SkipByDesign # Do not run standalone vm service tests in browser. |
58 issue14236_test: Skip # Issue 14236 Script snapshots do not work in the browser. | 58 issue14236_test: Skip # Issue 14236 Script snapshots do not work in the browser. |
59 javascript_compatibility_errors_test: Skip | 59 javascript_compatibility_errors_test: Skip |
60 javascript_compatibility_warnings_test: Skip | 60 javascript_compatibility_warnings_test: Skip |
61 oom_error_stacktrace_test: Skip | 61 oom_error_stacktrace_test: Skip |
62 out_of_memory_test: Skip | 62 out_of_memory_test: Skip |
63 verbose_gc_to_bmu_test: Skip | 63 verbose_gc_to_bmu_test: Skip |
64 precompilation_test: Skip # Standalone only test. | 64 precompilation_test: Skip # Standalone only test. |
| 65 precompilation_dart2js_test: Skip # Standalone only test. |
65 noopt_test: Skip # Standalone only test. | 66 noopt_test: Skip # Standalone only test. |
66 | 67 |
67 [ $compiler == dartanalyzer || $compiler == dart2analyzer ] | 68 [ $compiler == dartanalyzer || $compiler == dart2analyzer ] |
68 javascript_int_overflow_literal_test/01: Fail, OK | 69 javascript_int_overflow_literal_test/01: Fail, OK |
69 issue14236_test: Skip # Analyzer can't handle Script snapshots. | 70 issue14236_test: Skip # Analyzer can't handle Script snapshots. |
70 | 71 |
71 # test issue https://code.google.com/p/dart/issues/detail?id=11518 | 72 # test issue https://code.google.com/p/dart/issues/detail?id=11518 |
72 io/file_constructor_test: fail | 73 io/file_constructor_test: fail |
73 | 74 |
74 # This is runtime test. | 75 # This is runtime test. |
(...skipping 24 matching lines...) Expand all Loading... |
99 javascript_int_overflow_test: Skip | 100 javascript_int_overflow_test: Skip |
100 javascript_int_overflow_literal_test: Skip | 101 javascript_int_overflow_literal_test: Skip |
101 oom_error_stacktrace_test: RuntimeError, OK # (OOM on JS may produce a stacktrac
e). | 102 oom_error_stacktrace_test: RuntimeError, OK # (OOM on JS may produce a stacktrac
e). |
102 vmservice/*: Skip # Do not run standalone vm service tests with dart2js. | 103 vmservice/*: Skip # Do not run standalone vm service tests with dart2js. |
103 issue14236_test: Skip # dart2js does not deal with Script snapshots. | 104 issue14236_test: Skip # dart2js does not deal with Script snapshots. |
104 javascript_compatibility_errors_test: Skip | 105 javascript_compatibility_errors_test: Skip |
105 javascript_compatibility_warnings_test: Skip | 106 javascript_compatibility_warnings_test: Skip |
106 unboxed_int_converter_test: Skip | 107 unboxed_int_converter_test: Skip |
107 pair_location_remapping_test: Skip | 108 pair_location_remapping_test: Skip |
108 precompilation_test: Skip # Standalone only test. | 109 precompilation_test: Skip # Standalone only test. |
| 110 precompilation_dart2js_test: Skip # Standalone only test. |
109 noopt_test: Skip # Standalone only test. | 111 noopt_test: Skip # Standalone only test. |
110 | 112 |
111 [ $runtime == vm && $arch == ia32] | 113 [ $runtime == vm && $arch == ia32] |
112 precompilation_test: Skip # Not expected to pass on ia32. | 114 precompilation_test: Skip # Not expected to pass on ia32. |
| 115 precompilation_dart2js_test: Skip # Not expected to pass on ia32. |
113 noopt_test: Skip # Not expected to pass on ia32. | 116 noopt_test: Skip # Not expected to pass on ia32. |
114 | 117 |
115 [ $runtime == vm && $arch == arm] | 118 [ $runtime == vm && $arch == arm] |
116 precompilation_test: Skip # Issue 24427 | 119 precompilation_test: Skip # Issue 24427 |
| 120 precompilation_dart2js_test: Skip # Issue 24427 |
117 | 121 |
118 [ $compiler == dart2js && $jscl ] | 122 [ $compiler == dart2js && $jscl ] |
119 assert_test: RuntimeError, OK # Assumes unspecified fields on the AssertionError
. | 123 assert_test: RuntimeError, OK # Assumes unspecified fields on the AssertionError
. |
120 deoptimization_test: RuntimeError, OK # Requires bigint. | 124 deoptimization_test: RuntimeError, OK # Requires bigint. |
121 out_of_memory_test: RuntimeError, OK # d8 handles much larger arrays than Dart V
M. | 125 out_of_memory_test: RuntimeError, OK # d8 handles much larger arrays than Dart V
M. |
122 io/arguments_test: CompileTimeError, OK # Cannot pass arguments to d8. | 126 io/arguments_test: CompileTimeError, OK # Cannot pass arguments to d8. |
123 | 127 |
124 [ $compiler == dart2js && $runtime == none ] | 128 [ $compiler == dart2js && $runtime == none ] |
125 io/arguments_test: Fail # DartOptions not supported by dart2js, and issue 14200. | 129 io/arguments_test: Fail # DartOptions not supported by dart2js, and issue 14200. |
126 medium_integer_test: Pass # The test only fails at runtime, not at compilation. | 130 medium_integer_test: Pass # The test only fails at runtime, not at compilation. |
(...skipping 79 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
206 [ $runtime == vm ] | 210 [ $runtime == vm ] |
207 # Failures in secure networking while NSS is replaced with BoringSSL | 211 # Failures in secure networking while NSS is replaced with BoringSSL |
208 io/https_client_certificate_test: RuntimeError # Issue 24070 | 212 io/https_client_certificate_test: RuntimeError # Issue 24070 |
209 io/secure_socket_renegotiate_test: RuntimeError | 213 io/secure_socket_renegotiate_test: RuntimeError |
210 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. | 214 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. |
211 | 215 |
212 [ $noopt ] | 216 [ $noopt ] |
213 map_literal_oom_test: Pass, Crash # Issue 24678 | 217 map_literal_oom_test: Pass, Crash # Issue 24678 |
214 javascript*: SkipByDesign # JS overflow flag unsupported | 218 javascript*: SkipByDesign # JS overflow flag unsupported |
215 io/web_socket_test: Pass, RuntimeError # Issue 24674 | 219 io/web_socket_test: Pass, RuntimeError # Issue 24674 |
OLD | NEW |