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

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

Issue 27369003: Update mirror tests to new mixin application syntax. (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_mixin_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 [ $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 218 matching lines...) Expand 10 before | Expand all | Expand 10 after
229 [ $compiler == dart2analyzer ] 229 [ $compiler == dart2analyzer ]
230 mirrors/typedef_test/none: Fail # Issue 13093 230 mirrors/typedef_test/none: Fail # Issue 13093
231 mirrors/generics_test/none: Fail # Issue 13432 231 mirrors/generics_test/none: Fail # Issue 13432
232 mirrors/generic_bounded_test/none: Fail # Issue 13432 232 mirrors/generic_bounded_test/none: Fail # Issue 13432
233 mirrors/generic_bounded_by_type_parameter_test/none: Fail # Issue 13432 233 mirrors/generic_bounded_by_type_parameter_test/none: Fail # Issue 13432
234 mirrors/generic_mixin_test/none: Fail # Issue 13432 234 mirrors/generic_mixin_test/none: Fail # Issue 13432
235 mirrors/invoke_named_test/none: Fail # http://dartbug.com/13612 235 mirrors/invoke_named_test/none: Fail # http://dartbug.com/13612
236 mirrors/generic_f_bounded_mixin_application_test: Fail # Issue 14116 236 mirrors/generic_f_bounded_mixin_application_test: Fail # Issue 14116
237 mirrors/generic_interface_test/none: Fail # Inexpressible in multitest 237 mirrors/generic_interface_test/none: Fail # Inexpressible in multitest
238 238
239 # Will be fixed by next roll?
240 mirrors/typedef_metadata_test: Fail
241 mirrors/mixin_test: Fail
242 mirrors/mixin_application_test/none: Fail
243 mirrors/generic_mixin_applications_test: Fail
244
239 [ $compiler == none && $runtime == dartium ] 245 [ $compiler == none && $runtime == dartium ]
240 async/schedule_microtask5_test: Pass, Timeout # Issue 13719: Please triage this failure. 246 async/schedule_microtask5_test: Pass, Timeout # Issue 13719: Please triage this failure.
241 async/timer_cancel2_test: Pass, Timeout # Issue 13719: Please triage this failur e. 247 async/timer_cancel2_test: Pass, Timeout # Issue 13719: Please triage this failur e.
242 248
243 [ ($compiler != none && $runtime != none) || ($compiler == none && $runtime != d artium) ] 249 [ ($compiler != none && $runtime != none) || ($compiler == none && $runtime != d artium) ]
244 async/schedule_microtask_test: Fail # Issue 9001, Issue 9002 250 async/schedule_microtask_test: Fail # Issue 9001, Issue 9002
OLDNEW
« no previous file with comments | « no previous file | tests/lib/mirrors/generic_mixin_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698