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

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

Issue 26420003: Mark generic bounds tests as failing the analyzer as well. (Closed) Base URL: https://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 190 matching lines...) Expand 10 before | Expand all | Expand 10 after
201 201
202 [ $compiler == none && $runtime == drt ] 202 [ $compiler == none && $runtime == drt ]
203 async/run_zoned6_test/01: fail # Issue 12756. 203 async/run_zoned6_test/01: fail # Issue 12756.
204 async/run_zoned9_test/01: fail # Issue 12756. 204 async/run_zoned9_test/01: fail # Issue 12756.
205 205
206 async/stream_controller_async_test: Pass, Fail # Issue 13608 206 async/stream_controller_async_test: Pass, Fail # Issue 13608
207 207
208 [ $compiler == dartanalyzer ] 208 [ $compiler == dartanalyzer ]
209 mirrors/typedef_test/none: Fail # Issue 13093 209 mirrors/typedef_test/none: Fail # Issue 13093
210 mirrors/generics_test/none: Fail # Issue 13432 210 mirrors/generics_test/none: Fail # Issue 13432
211 mirrors/generic_bounded_test/none: Fail # Issue 13432
212 mirrors/generic_bounded_by_type_parameter_test/none: Fail # Issue 13432
211 mirrors/invoke_named_test/none: Fail # http://dartbug.com/13612 213 mirrors/invoke_named_test/none: Fail # http://dartbug.com/13612
212 214
213 [ $compiler == dart2analyzer ] 215 [ $compiler == dart2analyzer ]
214 mirrors/typedef_test/none: Fail # Issue 13093 216 mirrors/typedef_test/none: Fail # Issue 13093
215 mirrors/generics_test/none: Fail # Issue 13432 217 mirrors/generics_test/none: Fail # Issue 13432
218 mirrors/generic_bounded_test/none: Fail # Issue 13432
219 mirrors/generic_bounded_by_type_parameter_test/none: Fail # Issue 13432
216 mirrors/invoke_named_test/none: Fail # http://dartbug.com/13612 220 mirrors/invoke_named_test/none: Fail # http://dartbug.com/13612
217 221
218 [ $compiler == none && $runtime == dartium ] 222 [ $compiler == none && $runtime == dartium ]
219 async/run_async3_test: Fail # Issue 13719: Please triage this failure. 223 async/run_async3_test: Fail # Issue 13719: Please triage this failure.
220 async/run_async4_test: Fail # Issue 13719: Please triage this failure. 224 async/run_async4_test: Fail # Issue 13719: Please triage this failure.
221 async/run_async6_test: Fail # Issue 13719: Please triage this failure. 225 async/run_async6_test: Fail # Issue 13719: Please triage this failure.
222 async/timer_not_available_test: Fail # Issue 13719: Please triage this failure. 226 async/timer_not_available_test: Fail # Issue 13719: Please triage this failure.
223 mirrors/closures_test/01: Fail # Issue 13719: Please triage this failure. 227 mirrors/closures_test/01: Fail # Issue 13719: Please triage this failure.
224 mirrors/hierarchy_test: Fail # Issue 13719: Please triage this failure. 228 mirrors/hierarchy_test: Fail # Issue 13719: Please triage this failure.
225 mirrors/library_uri_io_test: Fail # Issue 13719: Please triage this failure. 229 mirrors/library_uri_io_test: Fail # Issue 13719: Please triage this failure.
(...skipping 16 matching lines...) Expand all
242 mirrors/generic_bounded_by_type_parameter_test/02: Crash, Pass 246 mirrors/generic_bounded_by_type_parameter_test/02: Crash, Pass
243 mirrors/generic_f_bounded_test: RuntimeError 247 mirrors/generic_f_bounded_test: RuntimeError
244 248
245 [ $compiler == none && $runtime == dartium ] 249 [ $compiler == none && $runtime == dartium ]
246 async/run_async5_test: Pass, Timeout # Issue 13719: Please triage this failure. 250 async/run_async5_test: Pass, Timeout # Issue 13719: Please triage this failure.
247 async/timer_cancel2_test: Pass, Timeout # Issue 13719: Please triage this failur e. 251 async/timer_cancel2_test: Pass, Timeout # Issue 13719: Please triage this failur e.
248 async/timer_isolate_test: Fail # Issue 13719: Please triage this failure. 252 async/timer_isolate_test: Fail # Issue 13719: Please triage this failure.
249 253
250 [ $compiler == none && ( $runtime == dartium || $runtime == drt ) ] 254 [ $compiler == none && ( $runtime == dartium || $runtime == drt ) ]
251 async/run_async4_test: Fail # Issue 13921 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