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

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

Issue 27225003: Give dart2js partial coverage from the initializing formals test. (Mostly their types.) (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/initializing_formals_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 13 matching lines...) Expand all
24 mirrors/generics_test/01: RuntimeError # Issue 12087 24 mirrors/generics_test/01: RuntimeError # Issue 12087
25 mirrors/generic_bounded_test/none: RuntimeError # Issue 12087 25 mirrors/generic_bounded_test/none: RuntimeError # Issue 12087
26 mirrors/generic_bounded_test/01: RuntimeError # Issue 12087 26 mirrors/generic_bounded_test/01: RuntimeError # Issue 12087
27 mirrors/generic_bounded_by_type_parameter_test/none: RuntimeError # Issue 12087 27 mirrors/generic_bounded_by_type_parameter_test/none: RuntimeError # Issue 12087
28 mirrors/generic_bounded_by_type_parameter_test/01: RuntimeError # Issue 12087 28 mirrors/generic_bounded_by_type_parameter_test/01: RuntimeError # Issue 12087
29 mirrors/generic_f_bounded_test: RuntimeError # Issue 12087 29 mirrors/generic_f_bounded_test: RuntimeError # Issue 12087
30 mirrors/generic_function_typedef_test: RuntimeError # Issue 12333 30 mirrors/generic_function_typedef_test: RuntimeError # Issue 12333
31 mirrors/generic_mixin_applications_test: RuntimeError # Issue 12333 31 mirrors/generic_mixin_applications_test: RuntimeError # Issue 12333
32 mirrors/generics_substitution_test: RuntimeError # Issue 12087 32 mirrors/generics_substitution_test: RuntimeError # Issue 12087
33 mirrors/hierarchy_invariants_test: RuntimeError # Issue 11863 33 mirrors/hierarchy_invariants_test: RuntimeError # Issue 11863
34 mirrors/initializing_formals_test: CompileTimeError # Issue 12164 34 mirrors/initializing_formals_test/01: RuntimeError # Issue 6490
35 mirrors/initializing_formals_test/02: RuntimeError # Issue 12087
36 mirrors/initializing_formals_test/03: CompileTimeError # Issue 12164
35 mirrors/intercepted_superclass_test: RuntimeError # Issue 13644 37 mirrors/intercepted_superclass_test: RuntimeError # Issue 13644
36 mirrors/invoke_test: RuntimeError # Issue 11954 38 mirrors/invoke_test: RuntimeError # Issue 11954
37 mirrors/invoke_closurization_test: RuntimeError # Issue 13002 39 mirrors/invoke_closurization_test: RuntimeError # Issue 13002
38 mirrors/invoke_named_test/none: RuntimeError # Issue 12863 40 mirrors/invoke_named_test/none: RuntimeError # Issue 12863
39 mirrors/invoke_private_test: CompileTimeError # Issue 12164 41 mirrors/invoke_private_test: CompileTimeError # Issue 12164
40 mirrors/invoke_throws_test: RuntimeError # Issue 11954 42 mirrors/invoke_throws_test: RuntimeError # Issue 11954
41 mirrors/library_metadata2_test/01: CompileTimeError # Issue 13633 43 mirrors/library_metadata2_test/01: CompileTimeError # Issue 13633
42 mirrors/library_uri_io_test: Skip # Not intended for dart2js as it uses dart:io. 44 mirrors/library_uri_io_test: Skip # Not intended for dart2js as it uses dart:io.
43 mirrors/method_mirror_name_test: RuntimeError # Issue 6335 45 mirrors/method_mirror_name_test: RuntimeError # Issue 6335
44 mirrors/method_mirror_properties_test: RuntimeError # Issue 11861 46 mirrors/method_mirror_properties_test: RuntimeError # Issue 11861
(...skipping 168 matching lines...) Expand 10 before | Expand all | Expand 10 after
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
216 mirrors/generic_bounded_test/none: Fail # Issue 13432 218 mirrors/generic_bounded_test/none: Fail # Issue 13432
217 mirrors/generic_bounded_by_type_parameter_test/none: Fail # Issue 13432 219 mirrors/generic_bounded_by_type_parameter_test/none: Fail # Issue 13432
218 mirrors/invoke_named_test/none: Fail # http://dartbug.com/13612 220 mirrors/invoke_named_test/none: Fail # http://dartbug.com/13612
219 221
220 [ $compiler == none && $runtime == dartium ] 222 [ $compiler == none && $runtime == dartium ]
221 async/schedule_microtask5_test: Pass, Timeout # Issue 13719: Please triage this failure. 223 async/schedule_microtask5_test: Pass, Timeout # Issue 13719: Please triage this failure.
222 async/timer_cancel2_test: Pass, Timeout # Issue 13719: Please triage this failur e. 224 async/timer_cancel2_test: Pass, Timeout # Issue 13719: Please triage this failur e.
OLDNEW
« no previous file with comments | « no previous file | tests/lib/mirrors/initializing_formals_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698