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

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

Issue 26768005: Add mirror test for f-bounded mixin applications and generic mixins. (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 | tests/lib/mirrors/generic_f_bounded_mixin_application_test.dart » ('j') | 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 async/schedule_microtask3_test: RuntimeError # _enqueueImmediate runs after Time r. http://dartbug.com/9002 9 async/schedule_microtask3_test: RuntimeError # _enqueueImmediate runs after Time r. http://dartbug.com/9002
10 async/schedule_microtask4_test: Pass, RuntimeError # no global exception handler in isolates. http://dartbug.com/9012 10 async/schedule_microtask4_test: Pass, RuntimeError # no global exception handler in isolates. http://dartbug.com/9012
(...skipping 10 matching lines...) Expand all
21 mirrors/constructor_kinds_test: RuntimeError # Issue 13799 21 mirrors/constructor_kinds_test: RuntimeError # Issue 13799
22 mirrors/equality_test/02: RuntimeError # Issue 12333 22 mirrors/equality_test/02: RuntimeError # Issue 12333
23 mirrors/fake_function_test: RuntimeError # Issue 11612 23 mirrors/fake_function_test: RuntimeError # Issue 11612
24 mirrors/function_type_mirror_test: RuntimeError # Issue 12166 24 mirrors/function_type_mirror_test: RuntimeError # Issue 12166
25 mirrors/generics_test/01: RuntimeError # Issue 12087 25 mirrors/generics_test/01: RuntimeError # Issue 12087
26 mirrors/generic_bounded_test/none: RuntimeError # Issue 12087 26 mirrors/generic_bounded_test/none: RuntimeError # Issue 12087
27 mirrors/generic_bounded_test/01: RuntimeError # Issue 12087 27 mirrors/generic_bounded_test/01: RuntimeError # Issue 12087
28 mirrors/generic_bounded_by_type_parameter_test/none: RuntimeError # Issue 12087 28 mirrors/generic_bounded_by_type_parameter_test/none: RuntimeError # Issue 12087
29 mirrors/generic_bounded_by_type_parameter_test/01: RuntimeError # Issue 12087 29 mirrors/generic_bounded_by_type_parameter_test/01: RuntimeError # Issue 12087
30 mirrors/generic_f_bounded_test: RuntimeError # Issue 12087 30 mirrors/generic_f_bounded_test: RuntimeError # Issue 12087
31 mirrors/generic_f_bounded_mixin_application_test: RuntimeError # Issue 12087
31 mirrors/generic_function_typedef_test: RuntimeError # Issue 12333 32 mirrors/generic_function_typedef_test: RuntimeError # Issue 12333
33 mirrors/generic_mixin_test: RuntimeError # Issue 12333
32 mirrors/generic_mixin_applications_test: RuntimeError # Issue 12333 34 mirrors/generic_mixin_applications_test: RuntimeError # Issue 12333
33 mirrors/generics_substitution_test: RuntimeError # Issue 12087 35 mirrors/generics_substitution_test: RuntimeError # Issue 12087
34 mirrors/hierarchy_invariants_test: RuntimeError # Issue 11863 36 mirrors/hierarchy_invariants_test: RuntimeError # Issue 11863
35 mirrors/immutable_collections_test: RuntimeError # Issue 14030 37 mirrors/immutable_collections_test: RuntimeError # Issue 14030
36 mirrors/initializing_formals_test/01: RuntimeError # Issue 6490 38 mirrors/initializing_formals_test/01: RuntimeError # Issue 6490
37 mirrors/initializing_formals_test/02: RuntimeError # Issue 12087 39 mirrors/initializing_formals_test/02: RuntimeError # Issue 12087
38 mirrors/initializing_formals_test/03: CompileTimeError # Issue 12164 40 mirrors/initializing_formals_test/03: CompileTimeError # Issue 12164
39 mirrors/intercepted_superclass_test: RuntimeError # Issue 13644 41 mirrors/intercepted_superclass_test: RuntimeError # Issue 13644
40 mirrors/invoke_test: RuntimeError # Issue 11954 42 mirrors/invoke_test: RuntimeError # Issue 11954
41 mirrors/invoke_closurization_test: RuntimeError # Issue 13002 43 mirrors/invoke_closurization_test: RuntimeError # Issue 13002
(...skipping 130 matching lines...) Expand 10 before | Expand all | Expand 10 after
172 mirrors/mixin_application_test/01: Fail, OK # TODO(ahe): Slight broken test to e nsure test coverage on dart2js. 174 mirrors/mixin_application_test/01: Fail, OK # TODO(ahe): Slight broken test to e nsure test coverage on dart2js.
173 mirrors/intercepted_object_test: Fail, OK # TODO(ahe): Slight broken test to ens ure test coverage on dart2js. 175 mirrors/intercepted_object_test: Fail, OK # TODO(ahe): Slight broken test to ens ure test coverage on dart2js.
174 mirrors/typedef_test/01: Fail, OK # Incorrect dart2js behavior. 176 mirrors/typedef_test/01: Fail, OK # Incorrect dart2js behavior.
175 mirrors/closures_test/01: Fail, OK # Incorrect dart2js behavior. 177 mirrors/closures_test/01: Fail, OK # Incorrect dart2js behavior.
176 178
177 mirrors/basic_types_in_dart_core_test/01: RuntimeError # Issue 12141 179 mirrors/basic_types_in_dart_core_test/01: RuntimeError # Issue 12141
178 mirrors/generic_function_typedef_test: RuntimeError # Issue 12282 180 mirrors/generic_function_typedef_test: RuntimeError # Issue 12282
179 mirrors/generic_f_bounded_test: RuntimeError # Issue 14000 181 mirrors/generic_f_bounded_test: RuntimeError # Issue 14000
180 mirrors/immutable_collections_test: RuntimeError # Issue 14027 182 mirrors/immutable_collections_test: RuntimeError # Issue 14027
181 mirrors/symbol_validation_test: RuntimeError # Issue 13596 183 mirrors/symbol_validation_test: RuntimeError # Issue 13596
184 mirrors/generic_mixin_test/01: RuntimeError # Issue 14114
185 mirrors/generic_mixin_test/02: RuntimeError # Issue 14113
182 186
183 async/timer_isolate_test: Skip # See Issue 4997 187 async/timer_isolate_test: Skip # See Issue 4997
184 async/timer_not_available_test: SkipByDesign # only meant to test when there is no way to implement timer (currently only in d8) 188 async/timer_not_available_test: SkipByDesign # only meant to test when there is no way to implement timer (currently only in d8)
185 189
186 [ $compiler == none && ( $runtime == drt || $runtime == dartium ) ] 190 [ $compiler == none && ( $runtime == drt || $runtime == dartium ) ]
187 mirrors/library_uri_io_test: Skip # Not intended for drt as it uses dart:io. 191 mirrors/library_uri_io_test: Skip # Not intended for drt as it uses dart:io.
188 mirrors/local_isolate_test: Skip # http://dartbug.com/12188 192 mirrors/local_isolate_test: Skip # http://dartbug.com/12188
189 async/schedule_microtask6_test: Fail # Issue 10910 193 async/schedule_microtask6_test: Fail # Issue 10910
190 async/schedule_microtask4_test: Fail # Issue 13921 194 async/schedule_microtask4_test: Fail # Issue 13921
191 195
(...skipping 13 matching lines...) Expand all
205 convert/utf85_test: Pass, Slow # Issue 12644. 209 convert/utf85_test: Pass, Slow # Issue 12644.
206 210
207 [ $compiler == none && ($runtime == vm || $runtime == dartium || $runtime == drt ) ] 211 [ $compiler == none && ($runtime == vm || $runtime == dartium || $runtime == drt ) ]
208 async/stream_controller_async_test: Pass, Fail # Issue 13608 212 async/stream_controller_async_test: Pass, Fail # Issue 13608
209 213
210 [ $compiler == dartanalyzer ] 214 [ $compiler == dartanalyzer ]
211 mirrors/typedef_test/none: Fail # Issue 13093 215 mirrors/typedef_test/none: Fail # Issue 13093
212 mirrors/generics_test/none: Fail # Issue 13432 216 mirrors/generics_test/none: Fail # Issue 13432
213 mirrors/generic_bounded_test/none: Fail # Issue 13432 217 mirrors/generic_bounded_test/none: Fail # Issue 13432
214 mirrors/generic_bounded_by_type_parameter_test/none: Fail # Issue 13432 218 mirrors/generic_bounded_by_type_parameter_test/none: Fail # Issue 13432
219 mirrors/generic_mixin_test/none: Fail # Issue 13432
215 mirrors/invoke_named_test/none: Fail # http://dartbug.com/13612 220 mirrors/invoke_named_test/none: Fail # http://dartbug.com/13612
221 mirrors/generic_f_bounded_mixin_application_test: Fail # Issue 14116
216 222
217 # test issue 14016 223 # test issue 14016
218 mirrors/typevariable_mirror_metadata_test: fail 224 mirrors/typevariable_mirror_metadata_test: fail
219 225
220 [ $compiler == dart2analyzer ] 226 [ $compiler == dart2analyzer ]
221 mirrors/typedef_test/none: Fail # Issue 13093 227 mirrors/typedef_test/none: Fail # Issue 13093
222 mirrors/generics_test/none: Fail # Issue 13432 228 mirrors/generics_test/none: Fail # Issue 13432
223 mirrors/generic_bounded_test/none: Fail # Issue 13432 229 mirrors/generic_bounded_test/none: Fail # Issue 13432
224 mirrors/generic_bounded_by_type_parameter_test/none: Fail # Issue 13432 230 mirrors/generic_bounded_by_type_parameter_test/none: Fail # Issue 13432
231 mirrors/generic_mixin_test/none: Fail # Issue 13432
225 mirrors/invoke_named_test/none: Fail # http://dartbug.com/13612 232 mirrors/invoke_named_test/none: Fail # http://dartbug.com/13612
233 mirrors/generic_f_bounded_mixin_application_test: Fail # Issue 14116
226 234
227 [ $compiler == none && $runtime == dartium ] 235 [ $compiler == none && $runtime == dartium ]
228 async/schedule_microtask5_test: Pass, Timeout # Issue 13719: Please triage this failure. 236 async/schedule_microtask5_test: Pass, Timeout # Issue 13719: Please triage this failure.
229 async/timer_cancel2_test: Pass, Timeout # Issue 13719: Please triage this failur e. 237 async/timer_cancel2_test: Pass, Timeout # Issue 13719: Please triage this failur e.
230 238
231 [ $runtime != none ] 239 [ $runtime != none ]
232 async/schedule_microtask_test: Fail # Issue 9001, Issue 9002 240 async/schedule_microtask_test: Fail # Issue 9001, Issue 9002
OLDNEW
« no previous file with comments | « no previous file | tests/lib/mirrors/generic_f_bounded_mixin_application_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698