Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(59)

Side by Side Diff: tests/standalone/standalone.status

Issue 1487883002: Mark precompilation_dart2js_test as slow in debug mode. (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: Created 5 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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 92 matching lines...) Expand 10 before | Expand all | Expand 10 after
103 vmservice/*: Skip # Do not run standalone vm service tests with dart2js. 103 vmservice/*: Skip # Do not run standalone vm service tests with dart2js.
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 && $arch == ia32] 113 [ $runtime == vm && $mode == debug ]
114 precompilation_dart2js_test: Slow
115
116 [ $runtime == vm && $arch == ia32 ]
114 precompilation_test: Skip # Not expected to pass on ia32. 117 precompilation_test: Skip # Not expected to pass on ia32.
115 precompilation_dart2js_test: Skip # Not expected to pass on ia32. 118 precompilation_dart2js_test: Skip # Not expected to pass on ia32.
116 noopt_test: Skip # Not expected to pass on ia32. 119 noopt_test: Skip # Not expected to pass on ia32.
117 120
118 [ $runtime == vm && $arch == arm] 121 [ $runtime == vm && $arch == arm ]
119 precompilation_test: Skip # Issue 24427 122 precompilation_test: Skip # Issue 24427
120 precompilation_dart2js_test: Skip # Issue 24427 123 precompilation_dart2js_test: Skip # Issue 24427
121 124
122 [ $runtime == vm && $arch == mips] 125 [ $runtime == vm && $arch == mips ]
123 precompilation_dart2js_test: SkipSlow 126 precompilation_dart2js_test: SkipSlow
124 127
125 [ $compiler == dart2js && $jscl ] 128 [ $compiler == dart2js && $jscl ]
126 assert_test: RuntimeError, OK # Assumes unspecified fields on the AssertionError . 129 assert_test: RuntimeError, OK # Assumes unspecified fields on the AssertionError .
127 deoptimization_test: RuntimeError, OK # Requires bigint. 130 deoptimization_test: RuntimeError, OK # Requires bigint.
128 out_of_memory_test: RuntimeError, OK # d8 handles much larger arrays than Dart V M. 131 out_of_memory_test: RuntimeError, OK # d8 handles much larger arrays than Dart V M.
129 io/arguments_test: CompileTimeError, OK # Cannot pass arguments to d8. 132 io/arguments_test: CompileTimeError, OK # Cannot pass arguments to d8.
130 133
131 [ $compiler == dart2js && $runtime == none ] 134 [ $compiler == dart2js && $runtime == none ]
132 io/arguments_test: Fail # DartOptions not supported by dart2js, and issue 14200. 135 io/arguments_test: Fail # DartOptions not supported by dart2js, and issue 14200.
133 medium_integer_test: Pass # The test only fails at runtime, not at compilation. 136 medium_integer_test: Pass # The test only fails at runtime, not at compilation.
134 oom_error_stacktrace_test: Pass # The test only fails at runtime. 137 oom_error_stacktrace_test: Pass # The test only fails at runtime.
135 138
136 [ $compiler == dart2js && $browser ] 139 [ $compiler == dart2js && $browser ]
137 *: Skip 140 *: Skip
138 141
139 [ $arch == simarm || $arch == simarmv5te || $arch == simmips] 142 [ $arch == simarm || $arch == simarmv5te || $arch == simmips ]
140 out_of_memory_test: Skip # passes on Mac, crashes on Linux 143 out_of_memory_test: Skip # passes on Mac, crashes on Linux
141 oom_error_stacktrace_test: Skip # Fails on Linux 144 oom_error_stacktrace_test: Skip # Fails on Linux
142 145
143 [ $arch == simmips || $arch == mips ] 146 [ $arch == simmips || $arch == mips ]
144 javascript_int_overflow_test: Skip # --throw_on_javascript_int_overflow not supp orted on MIPS. 147 javascript_int_overflow_test: Skip # --throw_on_javascript_int_overflow not supp orted on MIPS.
145 148
146 [ $arch == mips ] 149 [ $arch == mips ]
147 io/signals_test: Fail # Issue 17440 150 io/signals_test: Fail # Issue 17440
148 io/file_stat_test: Fail # Issue 17440 151 io/file_stat_test: Fail # Issue 17440
149 io/process_sync_test: Skip # Starts 10 dart subprocesses, uses too much memory. 152 io/process_sync_test: Skip # Starts 10 dart subprocesses, uses too much memory.
(...skipping 64 matching lines...) Expand 10 before | Expand all | Expand 10 after
214 [ $runtime == vm ] 217 [ $runtime == vm ]
215 # Failures in secure networking while NSS is replaced with BoringSSL 218 # Failures in secure networking while NSS is replaced with BoringSSL
216 io/https_client_certificate_test: RuntimeError # Issue 24070 219 io/https_client_certificate_test: RuntimeError # Issue 24070
217 io/secure_socket_renegotiate_test: RuntimeError 220 io/secure_socket_renegotiate_test: RuntimeError
218 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.
219 222
220 [ $noopt ] 223 [ $noopt ]
221 map_literal_oom_test: Pass, Crash # Issue 24678 224 map_literal_oom_test: Pass, Crash # Issue 24678
222 javascript*: SkipByDesign # JS overflow flag unsupported 225 javascript*: SkipByDesign # JS overflow flag unsupported
223 io/web_socket_test: Pass, RuntimeError # Issue 24674 226 io/web_socket_test: Pass, RuntimeError # Issue 24674
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698