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

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

Issue 26409004: Update crash suppression to include dartium timeout (for dartium) (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: Created 7 years, 2 months 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 | Annotate | Revision Log
« 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) 2012, the Dart project authors. Please see the AUTHORS file 1 # Copyright (c) 2012, 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 [ $csp ] 5 [ $csp ]
6 mirrors/delegate_test: RuntimeError # Issue 13864 6 mirrors/delegate_test: RuntimeError # Issue 13864
7 7
8 [ $compiler == dart2js ] 8 [ $compiler == dart2js ]
9 math/double_pow_test: RuntimeError 9 math/double_pow_test: RuntimeError
10 math/low_test: RuntimeError 10 math/low_test: RuntimeError
(...skipping 134 matching lines...) Expand 10 before | Expand all | Expand 10 after
145 typed_data/typed_data_hierarchy_int64_test: RuntimeError # Issue 10275 145 typed_data/typed_data_hierarchy_int64_test: RuntimeError # Issue 10275
146 146
147 [ $runtime == opera ] 147 [ $runtime == opera ]
148 async/multiple_timer_test: Pass, Fail 148 async/multiple_timer_test: Pass, Fail
149 149
150 [ $runtime == opera && $system == windows] 150 [ $runtime == opera && $system == windows]
151 # TODO(efortuna): Investigate. 151 # TODO(efortuna): Investigate.
152 async/timer_test: Fail, Pass 152 async/timer_test: Fail, Pass
153 153
154 [ $runtime == vm ] 154 [ $runtime == vm ]
155 async/timer_not_available_test: Fail, OK # only meant to test when there is no w ay to 155 async/timer_not_available_test: Fail, OK
156 # implement timer (currently only in d8 )
157 async/timer_isolate_test: Skip # See Issue 4997
158 mirrors/native_class_test: Fail, OK # This test is meant to run in a browser. 156 mirrors/native_class_test: Fail, OK # This test is meant to run in a browser.
159 157
160 [ $runtime == vm || ($compiler == none && $runtime == drt) ] 158 [ $compiler == none ]
161 async/run_async3_test: Fail # _enqueueImmediate runs after Timer. http://dartbug .com/9001. 159 async/run_async3_test: Fail # _enqueueImmediate runs after Timer. http://dartbug .com/9001.
162 mirrors/hierarchy_test: Fail # TODO(ahe): This test is slightly broken. http://d artbug.com/12464 160 mirrors/hierarchy_test: Fail # TODO(ahe): This test is slightly broken. http://d artbug.com/12464
163 mirrors/mixin_test/01: Fail, OK # TODO(ahe): Slight broken test to ensure test c overage on dart2js. 161 mirrors/mixin_test/01: Fail, OK # TODO(ahe): Slight broken test to ensure test c overage on dart2js.
164 mirrors/typedef_test/01: Fail, OK # Incorrect dart2js behavior. 162 mirrors/typedef_test/01: Fail, OK # Incorrect dart2js behavior.
165 mirrors/closures_test/01: Fail, OK # Incorrect dart2js behavior. 163 mirrors/closures_test/01: Fail, OK # Incorrect dart2js behavior.
166 164
167 mirrors/generics_substitution_test: RuntimeError # Issue 13808 165 mirrors/generics_substitution_test: RuntimeError # Issue 13808
168 mirrors/generic_function_typedef_test: RuntimeError # Issue 12282 166 mirrors/generic_function_typedef_test: RuntimeError # Issue 12282
169 mirrors/generic_mixin_applications_test: RuntimeError # Issue 12282 167 mirrors/generic_mixin_applications_test: RuntimeError # Issue 12282
170 mirrors/type_argument_is_type_variable_test: RuntimeError # Issue 12282 168 mirrors/type_argument_is_type_variable_test: RuntimeError # Issue 12282
171 169
172 # Crash = Issue 13952 170 mirrors/generic_bounded_test/none: Crash, Timeout # Issue 13952
173 # RuntimeError = Issue 13808 171 mirrors/generic_bounded_test/01: Crash, RuntimeError, Timeout # Issue 13952, 138 08
174 mirrors/generic_bounded_test/none: Crash 172 mirrors/generic_bounded_test/02: Crash, Pass, Timeout # Issue 13952, 13808
175 mirrors/generic_bounded_test/01: Crash, RuntimeError 173 mirrors/generic_bounded_by_type_parameter_test/none: Crash, Timeout # Issue 1395 2
176 mirrors/generic_bounded_test/02: Crash, Pass 174 mirrors/generic_bounded_by_type_parameter_test/01: Crash, RuntimeError, Timeout # Issue 13952, 13808
177 mirrors/generic_bounded_by_type_parameter_test/none: Crash 175 mirrors/generic_bounded_by_type_parameter_test/02: Crash, Pass, Timeout # Issue 13952
178 mirrors/generic_bounded_by_type_parameter_test/01: Crash, RuntimeError 176 mirrors/generic_f_bounded_test: RuntimeError # Issue 13808
179 mirrors/generic_bounded_by_type_parameter_test/02: Crash, Pass 177 async/timer_isolate_test: Skip # See Issue 4997
180 mirrors/generic_f_bounded_test: RuntimeError 178 async/timer_not_available_test: SkipByDesign # only meant to test when there is no way to implement timer (currently only in d8)
181 179
182 [ $compiler == none && $runtime == drt ] 180 [ $compiler == none && ( $runtime == drt || $runtime == dartium ) ]
183 async/timer_isolate_test: Skip # See Issue 4997
184 async/timer_not_available_test: Skip # only meant to test when there is no way t o
185 # implement timer (currently only in d8)
186 mirrors/library_uri_io_test: Skip # Not intended for drt as it uses dart:io. 181 mirrors/library_uri_io_test: Skip # Not intended for drt as it uses dart:io.
187 mirrors/local_isolate_test: Skip # http://dartbug.com/12188 182 mirrors/local_isolate_test: Skip # http://dartbug.com/12188
188 async/run_async6_test: Fail # Issue 10910 183 async/run_async6_test: Fail # Issue 10910
184 async/run_async4_test: Fail # Issue 13921
185
189 186
190 [ $compiler == none && $runtime == drt && $system == windows ] 187 [ $compiler == none && $runtime == drt && $system == windows ]
191 async/multiple_timer_test: Fail, Pass # See Issue 10982 188 async/multiple_timer_test: Fail, Pass # See Issue 10982
192 async/timer_test: Fail, Pass # See Issue 10982 189 async/timer_test: Fail, Pass # See Issue 10982
193 190
194 [ $arch == simmips || $arch == mips ] 191 [ $arch == simmips || $arch == mips ]
195 convert/chunked_conversion_utf88_test: Pass, Slow # Issue 12025. 192 convert/chunked_conversion_utf88_test: Pass, Slow # Issue 12025.
196 convert/streamed_conversion_json_utf8_decode_test: Pass, Slow 193 convert/streamed_conversion_json_utf8_decode_test: Pass, Slow
197 194
198 [ $arch == simarm ] 195 [ $arch == simarm ]
(...skipping 14 matching lines...) Expand all
213 mirrors/invoke_named_test/none: Fail # http://dartbug.com/13612 210 mirrors/invoke_named_test/none: Fail # http://dartbug.com/13612
214 211
215 [ $compiler == dart2analyzer ] 212 [ $compiler == dart2analyzer ]
216 mirrors/typedef_test/none: Fail # Issue 13093 213 mirrors/typedef_test/none: Fail # Issue 13093
217 mirrors/generics_test/none: Fail # Issue 13432 214 mirrors/generics_test/none: Fail # Issue 13432
218 mirrors/generic_bounded_test/none: Fail # Issue 13432 215 mirrors/generic_bounded_test/none: Fail # Issue 13432
219 mirrors/generic_bounded_by_type_parameter_test/none: Fail # Issue 13432 216 mirrors/generic_bounded_by_type_parameter_test/none: Fail # Issue 13432
220 mirrors/invoke_named_test/none: Fail # http://dartbug.com/13612 217 mirrors/invoke_named_test/none: Fail # http://dartbug.com/13612
221 218
222 [ $compiler == none && $runtime == dartium ] 219 [ $compiler == none && $runtime == dartium ]
223 async/run_async3_test: Fail # Issue 13719: Please triage this failure.
224 async/run_async4_test: Fail # Issue 13719: Please triage this failure.
225 async/run_async6_test: Fail # Issue 13719: Please triage this failure.
226 async/timer_not_available_test: Fail # Issue 13719: Please triage this failure.
227 mirrors/closures_test/01: Fail # Issue 13719: Please triage this failure.
228 mirrors/hierarchy_test: Fail # Issue 13719: Please triage this failure.
229 mirrors/library_uri_io_test: Fail # Issue 13719: Please triage this failure.
230 mirrors/local_isolate_test: Fail # Issue 13719: Please triage this failure.
231 mirrors/mixin_test/01: Fail # Issue 13719: Please triage this failure.
232 mirrors/typedef_test/01: Fail # Issue 13719: Please triage this failure.
233
234 mirrors/generics_substitution_test: RuntimeError # Issue 13808
235 mirrors/generic_function_typedef_test: RuntimeError # Issue 12282
236 mirrors/generic_mixin_applications_test: RuntimeError # Issue 12282
237 mirrors/type_argument_is_type_variable_test: RuntimeError # Issue 12282
238
239 # Crash = Issue 13952
240 # RuntimeError = Issue 13808
241 mirrors/generic_bounded_test/none: Crash
242 mirrors/generic_bounded_test/01: Crash, RuntimeError
243 mirrors/generic_bounded_test/02: Crash, Pass
244 mirrors/generic_bounded_by_type_parameter_test/none: Crash
245 mirrors/generic_bounded_by_type_parameter_test/01: Crash, RuntimeError
246 mirrors/generic_bounded_by_type_parameter_test/02: Crash, Pass
247 mirrors/generic_f_bounded_test: RuntimeError
248
249 [ $compiler == none && $runtime == dartium ]
250 async/run_async5_test: Pass, Timeout # Issue 13719: Please triage this failure. 220 async/run_async5_test: Pass, Timeout # Issue 13719: Please triage this failure.
251 async/timer_cancel2_test: Pass, Timeout # Issue 13719: Please triage this failur e. 221 async/timer_cancel2_test: Pass, Timeout # Issue 13719: Please triage this failur e.
252 async/timer_isolate_test: Fail # Issue 13719: Please triage this failure.
253
254 [ $compiler == none && ( $runtime == dartium || $runtime == drt ) ]
255 async/run_async4_test: Fail # Issue 13921
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