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

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 139 matching lines...) Expand 10 before | Expand all | Expand 10 after
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 # only meant to test when there is no w ay to
156 # implement timer (currently only in d8 ) 156 # implement timer (currently only in d8 )
157 async/timer_isolate_test: Skip # See Issue 4997 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. 158 mirrors/native_class_test: Fail, OK # This test is meant to run in a browser.
159 159
160 [ $runtime == vm || ($compiler == none && $runtime == drt) ] 160 [ $compiler == none ]
161 async/run_async3_test: Fail # _enqueueImmediate runs after Timer. http://dartbug .com/9001. 161 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 162 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. 163 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. 164 mirrors/typedef_test/01: Fail, OK # Incorrect dart2js behavior.
165 mirrors/closures_test/01: Fail, OK # Incorrect dart2js behavior. 165 mirrors/closures_test/01: Fail, OK # Incorrect dart2js behavior.
166 166
167 mirrors/generics_substitution_test: RuntimeError # Issue 13808 167 mirrors/generics_substitution_test: RuntimeError # Issue 13808
168 mirrors/generic_function_typedef_test: RuntimeError # Issue 12282 168 mirrors/generic_function_typedef_test: RuntimeError # Issue 12282
169 mirrors/generic_mixin_applications_test: RuntimeError # Issue 12282 169 mirrors/generic_mixin_applications_test: RuntimeError # Issue 12282
170 mirrors/type_argument_is_type_variable_test: RuntimeError # Issue 12282 170 mirrors/type_argument_is_type_variable_test: RuntimeError # Issue 12282
171 171
172 # Crash = Issue 13952 172 mirrors/generic_bounded_test/none: Crash, Timeout # Issue 13952
kustermann 2013/10/10 10:48:37 This would be way to general, the VM and content_s
ricow1 2013/10/10 11:10:30 I will update the bug number with info on this
173 # RuntimeError = Issue 13808 173 mirrors/generic_bounded_test/01: Crash, RuntimeError, Timeout # Issue 13952, 138 08
174 mirrors/generic_bounded_test/none: Crash 174 mirrors/generic_bounded_test/02: Crash, Pass, Timeout # Issue 13952, 13808
175 mirrors/generic_bounded_test/01: Crash, RuntimeError 175 mirrors/generic_bounded_by_type_parameter_test/none: Crash, Timeout # Issue 1395 2
176 mirrors/generic_bounded_test/02: Crash, Pass 176 mirrors/generic_bounded_by_type_parameter_test/01: Crash, RuntimeError, Timeout # Issue 13952, 13808
177 mirrors/generic_bounded_by_type_parameter_test/none: Crash 177 mirrors/generic_bounded_by_type_parameter_test/02: Crash, Pass, Timeout # Issue 13952
178 mirrors/generic_bounded_by_type_parameter_test/01: Crash, RuntimeError 178 mirrors/generic_f_bounded_test: RuntimeError # Issue 13808
179 mirrors/generic_bounded_by_type_parameter_test/02: Crash, Pass 179
180 mirrors/generic_f_bounded_test: RuntimeError
181 180
182 [ $compiler == none && $runtime == drt ] 181 [ $compiler == none && $runtime == drt ]
183 async/timer_isolate_test: Skip # See Issue 4997 182 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 183 async/timer_not_available_test: Skip # only meant to test when there is no way t o
185 # implement timer (currently only in d8) 184 # implement timer (currently only in d8)
186 mirrors/library_uri_io_test: Skip # Not intended for drt as it uses dart:io. 185 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 186 mirrors/local_isolate_test: Skip # http://dartbug.com/12188
188 async/run_async6_test: Fail # Issue 10910 187 async/run_async6_test: Fail # Issue 10910
189 188
190 [ $compiler == none && $runtime == drt && $system == windows ] 189 [ $compiler == none && $runtime == drt && $system == windows ]
(...skipping 46 matching lines...) Expand 10 before | Expand all | Expand 10 after
237 mirrors/type_argument_is_type_variable_test: RuntimeError # Issue 12282 236 mirrors/type_argument_is_type_variable_test: RuntimeError # Issue 12282
238 237
239 # Crash = Issue 13952 238 # Crash = Issue 13952
240 # RuntimeError = Issue 13808 239 # RuntimeError = Issue 13808
241 mirrors/generic_bounded_test/none: Crash 240 mirrors/generic_bounded_test/none: Crash
242 mirrors/generic_bounded_test/01: Crash, RuntimeError 241 mirrors/generic_bounded_test/01: Crash, RuntimeError
243 mirrors/generic_bounded_test/02: Crash, Pass 242 mirrors/generic_bounded_test/02: Crash, Pass
244 mirrors/generic_bounded_by_type_parameter_test/none: Crash 243 mirrors/generic_bounded_by_type_parameter_test/none: Crash
245 mirrors/generic_bounded_by_type_parameter_test/01: Crash, RuntimeError 244 mirrors/generic_bounded_by_type_parameter_test/01: Crash, RuntimeError
246 mirrors/generic_bounded_by_type_parameter_test/02: Crash, Pass 245 mirrors/generic_bounded_by_type_parameter_test/02: Crash, Pass
247 mirrors/generic_f_bounded_test: RuntimeError 246 mirrors/generic_f_bounded_test: RuntimeError
kustermann 2013/10/10 10:48:37 These entries should be changed from Crash to Time
ricow1 2013/10/10 11:10:30 As discussed offline I cleaned everything up down
248 247
249 [ $compiler == none && $runtime == dartium ] 248 [ $compiler == none && $runtime == dartium ]
250 async/run_async5_test: Pass, Timeout # Issue 13719: Please triage this failure. 249 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. 250 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. 251 async/timer_isolate_test: Fail # Issue 13719: Please triage this failure.
253 252
254 [ $compiler == none && ( $runtime == dartium || $runtime == drt ) ] 253 [ $compiler == none && ( $runtime == dartium || $runtime == drt ) ]
255 async/run_async4_test: Fail # Issue 13921 254 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