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

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

Issue 27610002: Instantations of mixins and interfaces. Equality of type parameters. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: check for resolved typeclass 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 [ $runtime == dartium || $runtime == drt ] 5 [ $runtime == dartium || $runtime == drt ]
6 async/zone_run_guarded_test: Skip # Issue 14146 6 async/zone_run_guarded_test: Skip # Issue 14146
7 async/zone_run_test: Skip # Issue 14146 7 async/zone_run_test: Skip # Issue 14146
8 async/run_zoned9_test: Skip # Issue 14146 8 async/run_zoned9_test: Skip # Issue 14146
9 9
10 [ $csp ] 10 [ $csp ]
(...skipping 165 matching lines...) Expand 10 before | Expand all | Expand 10 after
176 [ $compiler == none ] 176 [ $compiler == none ]
177 async/schedule_microtask3_test: Fail # _enqueueImmediate runs after Timer. http: //dartbug.com/9001. 177 async/schedule_microtask3_test: Fail # _enqueueImmediate runs after Timer. http: //dartbug.com/9001.
178 mirrors/hierarchy_test: Fail # TODO(ahe): This test is slightly broken. http://d artbug.com/12464 178 mirrors/hierarchy_test: Fail # TODO(ahe): This test is slightly broken. http://d artbug.com/12464
179 mirrors/mixin_application_test/01: Fail, OK # TODO(ahe): Slight broken test to e nsure test coverage on dart2js. 179 mirrors/mixin_application_test/01: Fail, OK # TODO(ahe): Slight broken test to e nsure test coverage on dart2js.
180 mirrors/intercepted_object_test: Fail, OK # TODO(ahe): Slight broken test to ens ure test coverage on dart2js. 180 mirrors/intercepted_object_test: Fail, OK # TODO(ahe): Slight broken test to ens ure test coverage on dart2js.
181 mirrors/typedef_test/01: Fail, OK # Incorrect dart2js behavior. 181 mirrors/typedef_test/01: Fail, OK # Incorrect dart2js behavior.
182 mirrors/closures_test/01: Fail, OK # Incorrect dart2js behavior. 182 mirrors/closures_test/01: Fail, OK # Incorrect dart2js behavior.
183 183
184 mirrors/generic_function_typedef_test: RuntimeError # Issue 12282 184 mirrors/generic_function_typedef_test: RuntimeError # Issue 12282
185 mirrors/generic_f_bounded_test: RuntimeError # Issue 14000 185 mirrors/generic_f_bounded_test: RuntimeError # Issue 14000
186 mirrors/generic_interface_test/01: RuntimeError # Issue 14113
187 mirrors/immutable_collections_test: RuntimeError # Issue 14027 186 mirrors/immutable_collections_test: RuntimeError # Issue 14027
188 mirrors/symbol_validation_test: RuntimeError # Issue 13596 187 mirrors/symbol_validation_test: RuntimeError # Issue 13596
189 mirrors/generic_mixin_test/01: RuntimeError # Issue 14114
190 mirrors/generic_mixin_test/02: RuntimeError # Issue 14113
191 188
192 async/timer_isolate_test: Skip # See Issue 4997 189 async/timer_isolate_test: Skip # See Issue 4997
193 async/timer_not_available_test: SkipByDesign # only meant to test when there is no way to implement timer (currently only in d8) 190 async/timer_not_available_test: SkipByDesign # only meant to test when there is no way to implement timer (currently only in d8)
194 191
195 [ $compiler == none && ( $runtime == drt || $runtime == dartium ) ] 192 [ $compiler == none && ( $runtime == drt || $runtime == dartium ) ]
196 mirrors/library_uri_io_test: Skip # Not intended for drt as it uses dart:io. 193 mirrors/library_uri_io_test: Skip # Not intended for drt as it uses dart:io.
197 mirrors/local_isolate_test: Skip # http://dartbug.com/12188 194 mirrors/local_isolate_test: Skip # http://dartbug.com/12188
198 async/schedule_microtask6_test: Fail # Issue 10910 195 async/schedule_microtask6_test: Fail # Issue 10910
199 async/schedule_microtask4_test: Fail # Issue 13921 196 async/schedule_microtask4_test: Fail # Issue 13921
200 197
(...skipping 29 matching lines...) Expand all
230 mirrors/generic_bounded_by_type_parameter_test/none: Fail # Issue 13432 227 mirrors/generic_bounded_by_type_parameter_test/none: Fail # Issue 13432
231 mirrors/generic_mixin_test/none: Fail # Issue 13432 228 mirrors/generic_mixin_test/none: Fail # Issue 13432
232 mirrors/invoke_named_test/none: Fail # http://dartbug.com/13612 229 mirrors/invoke_named_test/none: Fail # http://dartbug.com/13612
233 mirrors/generic_f_bounded_mixin_application_test: Fail # Issue 14116 230 mirrors/generic_f_bounded_mixin_application_test: Fail # Issue 14116
234 mirrors/generic_interface_test/none: Fail # Inexpressible in multitest 231 mirrors/generic_interface_test/none: Fail # Inexpressible in multitest
235 232
236 # Will be fixed by next roll? 233 # Will be fixed by next roll?
237 mirrors/typedef_metadata_test: Fail 234 mirrors/typedef_metadata_test: Fail
238 mirrors/mixin_test: Fail 235 mirrors/mixin_test: Fail
239 mirrors/mixin_application_test/none: Fail 236 mirrors/mixin_application_test/none: Fail
237 mirrors/generic_mixin_test: Fail
240 mirrors/generic_mixin_applications_test: Fail 238 mirrors/generic_mixin_applications_test: Fail
241 239
242 [ $compiler == none && $runtime == dartium ] 240 [ $compiler == none && $runtime == dartium ]
243 async/schedule_microtask5_test: Pass, Timeout # Issue 13719: Please triage this failure. 241 async/schedule_microtask5_test: Pass, Timeout # Issue 13719: Please triage this failure.
244 async/timer_cancel2_test: Pass, Timeout # Issue 13719: Please triage this failur e. 242 async/timer_cancel2_test: Pass, Timeout # Issue 13719: Please triage this failur e.
245 243
246 [ ($compiler != none && $runtime != none) || ($compiler == none && ($runtime != dartium && $runtime != drt)) ] 244 [ ($compiler != none && $runtime != none) || ($compiler == none && ($runtime != dartium && $runtime != drt)) ]
247 async/schedule_microtask_test: Fail # Issue 9001, Issue 9002 245 async/schedule_microtask_test: Fail # Issue 9001, Issue 9002
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698