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

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

Issue 40863002: Handle metadata with type literals or qualified identifiers. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 7 years, 1 month 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 29 matching lines...) Expand all
40 mirrors/initializing_formals_test/02: RuntimeError # Issue 12087 40 mirrors/initializing_formals_test/02: RuntimeError # Issue 12087
41 mirrors/initializing_formals_test/03: CompileTimeError # Issue 12164 41 mirrors/initializing_formals_test/03: CompileTimeError # Issue 12164
42 mirrors/intercepted_superclass_test: RuntimeError # Issue 13644 42 mirrors/intercepted_superclass_test: RuntimeError # Issue 13644
43 mirrors/invoke_test: RuntimeError # Issue 11954 43 mirrors/invoke_test: RuntimeError # Issue 11954
44 mirrors/invoke_closurization_test: RuntimeError # Issue 13002 44 mirrors/invoke_closurization_test: RuntimeError # Issue 13002
45 mirrors/invoke_named_test/none: RuntimeError # Issue 12863 45 mirrors/invoke_named_test/none: RuntimeError # Issue 12863
46 mirrors/invoke_private_test: CompileTimeError # Issue 12164 46 mirrors/invoke_private_test: CompileTimeError # Issue 12164
47 mirrors/invoke_throws_test: RuntimeError # Issue 11954 47 mirrors/invoke_throws_test: RuntimeError # Issue 11954
48 mirrors/library_metadata2_test/01: CompileTimeError # Issue 13633 48 mirrors/library_metadata2_test/01: CompileTimeError # Issue 13633
49 mirrors/library_uri_io_test: Skip # Not intended for dart2js as it uses dart:io. 49 mirrors/library_uri_io_test: Skip # Not intended for dart2js as it uses dart:io.
50 mirrors/metadata_allowed_values_test/04: MissingCompileTimeError
50 mirrors/method_mirror_name_test: RuntimeError # Issue 6335 51 mirrors/method_mirror_name_test: RuntimeError # Issue 6335
51 mirrors/method_mirror_properties_test: RuntimeError # Issue 11861 52 mirrors/method_mirror_properties_test: RuntimeError # Issue 11861
52 mirrors/method_mirror_returntype_test : RuntimeError # Issue 11928 53 mirrors/method_mirror_returntype_test : RuntimeError # Issue 11928
53 mirrors/method_mirror_source_test : RuntimeError # Issue 6490 54 mirrors/method_mirror_source_test : RuntimeError # Issue 6490
54 mirrors/mirrors_test: RuntimeError # TODO(ahe): I'm working on fixing this. 55 mirrors/mirrors_test: RuntimeError # TODO(ahe): I'm working on fixing this.
55 mirrors/mixin_test: RuntimeError # Issue 12464 56 mirrors/mixin_test: RuntimeError # Issue 12464
56 mirrors/mixin_application_test/none: RuntimeError # Issue 12464 57 mirrors/mixin_application_test/none: RuntimeError # Issue 12464
57 mirrors/new_instance_with_type_arguments_test: RuntimeError # Issue 12333 58 mirrors/new_instance_with_type_arguments_test: RuntimeError # Issue 12333
58 mirrors/null_test : RuntimeError # Issue 12129 59 mirrors/null_test : RuntimeError # Issue 12129
59 mirrors/parameter_test/none: RuntimeError # Issue 6490 60 mirrors/parameter_test/none: RuntimeError # Issue 6490
(...skipping 145 matching lines...) Expand 10 before | Expand all | Expand 10 after
205 mirrors/generic_bounded_test/none: Fail # Issue 13432 206 mirrors/generic_bounded_test/none: Fail # Issue 13432
206 mirrors/generic_f_bounded_test/none: Fail # Issue 13432 207 mirrors/generic_f_bounded_test/none: Fail # Issue 13432
207 mirrors/generic_bounded_by_type_parameter_test/none: Fail # Issue 13432 208 mirrors/generic_bounded_by_type_parameter_test/none: Fail # Issue 13432
208 mirrors/generic_mixin_test/none: Fail # Issue 13432 209 mirrors/generic_mixin_test/none: Fail # Issue 13432
209 mirrors/invoke_named_test/none: Fail # http://dartbug.com/13612 210 mirrors/invoke_named_test/none: Fail # http://dartbug.com/13612
210 mirrors/generic_f_bounded_mixin_application_test: Fail # Issue 14116 211 mirrors/generic_f_bounded_mixin_application_test: Fail # Issue 14116
211 mirrors/generic_interface_test/none: Fail # Inexpressible in multitest 212 mirrors/generic_interface_test/none: Fail # Inexpressible in multitest
212 mirrors/typevariable_mirror_metadata_test/none: Fail # Issue 13093 213 mirrors/typevariable_mirror_metadata_test/none: Fail # Issue 13093
213 mirrors/redirecting_factory_test/none: Fail # Issue 14285 214 mirrors/redirecting_factory_test/none: Fail # Issue 14285
214 mirrors/type_variable_owner_test/none: Fail # Issue 14356 215 mirrors/type_variable_owner_test/none: Fail # Issue 14356
216 mirrors/metadata_allowed_values_test/none: Fail
215 217
216 [ $compiler == dart2analyzer ] 218 [ $compiler == dart2analyzer ]
217 mirrors/typedef_test/none: Fail # Issue 13093 219 mirrors/typedef_test/none: Fail # Issue 13093
218 mirrors/generics_test/none: Fail # Issue 13432 220 mirrors/generics_test/none: Fail # Issue 13432
219 mirrors/generic_bounded_test/none: Fail # Issue 13432 221 mirrors/generic_bounded_test/none: Fail # Issue 13432
220 mirrors/generic_bounded_by_type_parameter_test/none: Fail # Issue 13432 222 mirrors/generic_bounded_by_type_parameter_test/none: Fail # Issue 13432
221 mirrors/generic_mixin_test/none: Fail # Issue 13432 223 mirrors/generic_mixin_test/none: Fail # Issue 13432
222 mirrors/invoke_named_test/none: Fail # http://dartbug.com/13612 224 mirrors/invoke_named_test/none: Fail # http://dartbug.com/13612
223 mirrors/generic_f_bounded_mixin_application_test: Fail # Issue 14116 225 mirrors/generic_f_bounded_mixin_application_test: Fail # Issue 14116
224 mirrors/generic_interface_test/none: Fail # Inexpressible in multitest 226 mirrors/generic_interface_test/none: Fail # Inexpressible in multitest
225 mirrors/type_variable_owner_test/none: Fail # Issue 14356 227 mirrors/type_variable_owner_test/none: Fail # Issue 14356
228 mirrors/metadata_allowed_values_test/none: Fail
226 229
227 [ $compiler == none && $runtime == dartium ] 230 [ $compiler == none && $runtime == dartium ]
228 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.
229 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.
230 233
231 [ ($compiler != none && $runtime != none) || ($compiler == none && ($runtime != dartium && $runtime != drt)) ] 234 [ ($compiler != none && $runtime != none) || ($compiler == none && ($runtime != dartium && $runtime != drt)) ]
232 async/schedule_microtask_test: Fail # Issue 9001, Issue 9002 235 async/schedule_microtask_test: Fail # Issue 9001, Issue 9002
233 236
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698