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

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
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: CompileTimeError # Issue 12164 38 mirrors/initializing_formals_test: CompileTimeError # Issue 12164
37 mirrors/intercepted_superclass_test: RuntimeError # Issue 13644 39 mirrors/intercepted_superclass_test: RuntimeError # Issue 13644
38 mirrors/invoke_test: RuntimeError # Issue 11954 40 mirrors/invoke_test: RuntimeError # Issue 11954
39 mirrors/invoke_closurization_test: RuntimeError # Issue 13002 41 mirrors/invoke_closurization_test: RuntimeError # Issue 13002
40 mirrors/invoke_named_test/none: RuntimeError # Issue 12863 42 mirrors/invoke_named_test/none: RuntimeError # Issue 12863
41 mirrors/invoke_private_test: CompileTimeError # Issue 12164 43 mirrors/invoke_private_test: CompileTimeError # Issue 12164
(...skipping 127 matching lines...) Expand 10 before | Expand all | Expand 10 after
169 mirrors/mixin_test/01: Fail, OK # TODO(ahe): Slight broken test to ensure test c overage on dart2js. 171 mirrors/mixin_test/01: Fail, OK # TODO(ahe): Slight broken test to ensure test c overage on dart2js.
170 mirrors/intercepted_object_test: Fail, OK # TODO(ahe): Slight broken test to ens ure test coverage on dart2js. 172 mirrors/intercepted_object_test: Fail, OK # TODO(ahe): Slight broken test to ens ure test coverage on dart2js.
171 mirrors/typedef_test/01: Fail, OK # Incorrect dart2js behavior. 173 mirrors/typedef_test/01: Fail, OK # Incorrect dart2js behavior.
172 mirrors/closures_test/01: Fail, OK # Incorrect dart2js behavior. 174 mirrors/closures_test/01: Fail, OK # Incorrect dart2js behavior.
173 175
174 mirrors/basic_types_in_dart_core_test/01: RuntimeError # Issue 12141 176 mirrors/basic_types_in_dart_core_test/01: RuntimeError # Issue 12141
175 mirrors/generic_function_typedef_test: RuntimeError # Issue 12282 177 mirrors/generic_function_typedef_test: RuntimeError # Issue 12282
176 mirrors/generic_f_bounded_test: RuntimeError # Issue 14000 178 mirrors/generic_f_bounded_test: RuntimeError # Issue 14000
177 mirrors/immutable_collections_test: RuntimeError # Issue 14027 179 mirrors/immutable_collections_test: RuntimeError # Issue 14027
178 mirrors/symbol_validation_test: RuntimeError # Issue 13596 180 mirrors/symbol_validation_test: RuntimeError # Issue 13596
181 mirrors/generic_mixin_test/01: RuntimeError
182 mirrors/generic_mixin_test/02: RuntimeError
regis 2013/10/15 00:31:18 No reference to existing issue?
rmacnak 2013/10/15 17:22:39 Filed bugs.
179 183
180 async/timer_isolate_test: Skip # See Issue 4997 184 async/timer_isolate_test: Skip # See Issue 4997
181 async/timer_not_available_test: SkipByDesign # only meant to test when there is no way to implement timer (currently only in d8) 185 async/timer_not_available_test: SkipByDesign # only meant to test when there is no way to implement timer (currently only in d8)
182 186
183 [ $compiler == none && ( $runtime == drt || $runtime == dartium ) ] 187 [ $compiler == none && ( $runtime == drt || $runtime == dartium ) ]
184 mirrors/library_uri_io_test: Skip # Not intended for drt as it uses dart:io. 188 mirrors/library_uri_io_test: Skip # Not intended for drt as it uses dart:io.
185 mirrors/local_isolate_test: Skip # http://dartbug.com/12188 189 mirrors/local_isolate_test: Skip # http://dartbug.com/12188
186 async/schedule_microtask6_test: Fail # Issue 10910 190 async/schedule_microtask6_test: Fail # Issue 10910
187 async/schedule_microtask4_test: Fail # Issue 13921 191 async/schedule_microtask4_test: Fail # Issue 13921
188 192
(...skipping 14 matching lines...) Expand all
203 207
204 [ $compiler == none && ($runtime == vm || $runtime == dartium || $runtime == drt ) ] 208 [ $compiler == none && ($runtime == vm || $runtime == dartium || $runtime == drt ) ]
205 async/stream_controller_async_test: Pass, Fail # Issue 13608 209 async/stream_controller_async_test: Pass, Fail # Issue 13608
206 210
207 [ $compiler == dartanalyzer ] 211 [ $compiler == dartanalyzer ]
208 mirrors/typedef_test/none: Fail # Issue 13093 212 mirrors/typedef_test/none: Fail # Issue 13093
209 mirrors/generics_test/none: Fail # Issue 13432 213 mirrors/generics_test/none: Fail # Issue 13432
210 mirrors/generic_bounded_test/none: Fail # Issue 13432 214 mirrors/generic_bounded_test/none: Fail # Issue 13432
211 mirrors/generic_bounded_by_type_parameter_test/none: Fail # Issue 13432 215 mirrors/generic_bounded_by_type_parameter_test/none: Fail # Issue 13432
212 mirrors/invoke_named_test/none: Fail # http://dartbug.com/13612 216 mirrors/invoke_named_test/none: Fail # http://dartbug.com/13612
217 mirrors/generic_f_bounded_mixin_application_test: Fail # Restriction on recursiv e typedefs won't apply when mixin application syntax change is completed
213 218
214 # test issue 14016 219 # test issue 14016
215 mirrors/typevariable_mirror_metadata_test: fail 220 mirrors/typevariable_mirror_metadata_test: fail
216 221
217 [ $compiler == dart2analyzer ] 222 [ $compiler == dart2analyzer ]
218 mirrors/typedef_test/none: Fail # Issue 13093 223 mirrors/typedef_test/none: Fail # Issue 13093
219 mirrors/generics_test/none: Fail # Issue 13432 224 mirrors/generics_test/none: Fail # Issue 13432
220 mirrors/generic_bounded_test/none: Fail # Issue 13432 225 mirrors/generic_bounded_test/none: Fail # Issue 13432
221 mirrors/generic_bounded_by_type_parameter_test/none: Fail # Issue 13432 226 mirrors/generic_bounded_by_type_parameter_test/none: Fail # Issue 13432
222 mirrors/invoke_named_test/none: Fail # http://dartbug.com/13612 227 mirrors/invoke_named_test/none: Fail # http://dartbug.com/13612
228 mirrors/generic_f_bounded_mixin_application_test: Fail # Restriction on recursiv e typedefs won't apply when mixin application syntax change is completed
223 229
224 [ $compiler == none && $runtime == dartium ] 230 [ $compiler == none && $runtime == dartium ]
225 async/schedule_microtask5_test: Pass, Timeout # Issue 13719: Please triage this failure. 231 async/schedule_microtask5_test: Pass, Timeout # Issue 13719: Please triage this failure.
226 async/timer_cancel2_test: Pass, Timeout # Issue 13719: Please triage this failur e. 232 async/timer_cancel2_test: Pass, Timeout # Issue 13719: Please triage this failur e.
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698