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

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: simplify 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 31 matching lines...) Expand 10 before | Expand all | Expand 10 after
42 mirrors/initializing_formals_test/03: CompileTimeError # Issue 12164 42 mirrors/initializing_formals_test/03: CompileTimeError # Issue 12164
43 mirrors/intercepted_superclass_test: RuntimeError # Issue 13644 43 mirrors/intercepted_superclass_test: RuntimeError # Issue 13644
44 mirrors/invoke_test: RuntimeError # Issue 11954 44 mirrors/invoke_test: RuntimeError # Issue 11954
45 mirrors/invoke_closurization_test: RuntimeError # Issue 13002 45 mirrors/invoke_closurization_test: RuntimeError # Issue 13002
46 mirrors/invoke_named_test/none: RuntimeError # Issue 12863 46 mirrors/invoke_named_test/none: RuntimeError # Issue 12863
47 mirrors/invoke_private_test: CompileTimeError # Issue 12164 47 mirrors/invoke_private_test: CompileTimeError # Issue 12164
48 mirrors/invoke_throws_test: RuntimeError # Issue 11954 48 mirrors/invoke_throws_test: RuntimeError # Issue 11954
49 mirrors/library_declarations_test/none: RuntimeError # Issue 13439, Issue 13733 49 mirrors/library_declarations_test/none: RuntimeError # Issue 13439, Issue 13733
50 mirrors/library_metadata2_test/01: CompileTimeError # Issue 13633 50 mirrors/library_metadata2_test/01: CompileTimeError # Issue 13633
51 mirrors/library_uri_io_test: Skip # Not intended for dart2js as it uses dart:io. 51 mirrors/library_uri_io_test: Skip # Not intended for dart2js as it uses dart:io.
52 mirrors/metadata_allowed_values_test/04: MissingCompileTimeError
52 mirrors/method_mirror_name_test: RuntimeError # Issue 6335 53 mirrors/method_mirror_name_test: RuntimeError # Issue 6335
53 mirrors/method_mirror_properties_test: RuntimeError # Issue 11861 54 mirrors/method_mirror_properties_test: RuntimeError # Issue 11861
54 mirrors/method_mirror_returntype_test : RuntimeError # Issue 11928 55 mirrors/method_mirror_returntype_test : RuntimeError # Issue 11928
55 mirrors/method_mirror_source_test : RuntimeError # Issue 6490 56 mirrors/method_mirror_source_test : RuntimeError # Issue 6490
56 mirrors/mirrors_test: RuntimeError # TODO(ahe): I'm working on fixing this. 57 mirrors/mirrors_test: RuntimeError # TODO(ahe): I'm working on fixing this.
57 mirrors/mixin_test: RuntimeError # Issue 12464 58 mirrors/mixin_test: RuntimeError # Issue 12464
58 mirrors/mixin_application_test/none: RuntimeError # Issue 12464 59 mirrors/mixin_application_test/none: RuntimeError # Issue 12464
59 mirrors/new_instance_with_type_arguments_test: RuntimeError # Issue 12333 60 mirrors/new_instance_with_type_arguments_test: RuntimeError # Issue 12333
60 mirrors/null_test : RuntimeError # Issue 12129 61 mirrors/null_test : RuntimeError # Issue 12129
61 mirrors/parameter_test/none: RuntimeError # Issue 6490 62 mirrors/parameter_test/none: RuntimeError # Issue 6490
(...skipping 149 matching lines...) Expand 10 before | Expand all | Expand 10 after
211 mirrors/generic_bounded_test/none: Fail # Issue 13432 212 mirrors/generic_bounded_test/none: Fail # Issue 13432
212 mirrors/generic_f_bounded_test/none: Fail # Issue 13432 213 mirrors/generic_f_bounded_test/none: Fail # Issue 13432
213 mirrors/generic_bounded_by_type_parameter_test/none: Fail # Issue 13432 214 mirrors/generic_bounded_by_type_parameter_test/none: Fail # Issue 13432
214 mirrors/generic_mixin_test/none: Fail # Issue 13432 215 mirrors/generic_mixin_test/none: Fail # Issue 13432
215 mirrors/invoke_named_test/none: Fail # http://dartbug.com/13612 216 mirrors/invoke_named_test/none: Fail # http://dartbug.com/13612
216 mirrors/generic_f_bounded_mixin_application_test: Fail # Issue 14116 217 mirrors/generic_f_bounded_mixin_application_test: Fail # Issue 14116
217 mirrors/generic_interface_test/none: Fail # Inexpressible in multitest 218 mirrors/generic_interface_test/none: Fail # Inexpressible in multitest
218 mirrors/typevariable_mirror_metadata_test/none: Fail # Issue 13093 219 mirrors/typevariable_mirror_metadata_test/none: Fail # Issue 13093
219 mirrors/redirecting_factory_test/none: Fail # Issue 14285 220 mirrors/redirecting_factory_test/none: Fail # Issue 14285
220 mirrors/type_variable_owner_test/none: Fail # Issue 14356 221 mirrors/type_variable_owner_test/none: Fail # Issue 14356
222 mirrors/metadata_allowed_values_test/none: Fail
221 223
222 [ $compiler == dart2analyzer ] 224 [ $compiler == dart2analyzer ]
223 mirrors/typedef_test/none: Fail # Issue 13093 225 mirrors/typedef_test/none: Fail # Issue 13093
224 mirrors/generics_test/none: Fail # Issue 13432 226 mirrors/generics_test/none: Fail # Issue 13432
225 mirrors/generic_bounded_test/none: Fail # Issue 13432 227 mirrors/generic_bounded_test/none: Fail # Issue 13432
226 mirrors/generic_f_bounded_test/none: Fail # Issue 13432 228 mirrors/generic_f_bounded_test/none: Fail # Issue 13432
227 mirrors/generic_bounded_by_type_parameter_test/none: Fail # Issue 13432 229 mirrors/generic_bounded_by_type_parameter_test/none: Fail # Issue 13432
228 mirrors/generic_mixin_test/none: Fail # Issue 13432 230 mirrors/generic_mixin_test/none: Fail # Issue 13432
229 mirrors/invoke_named_test/none: Fail # http://dartbug.com/13612 231 mirrors/invoke_named_test/none: Fail # http://dartbug.com/13612
230 mirrors/generic_f_bounded_mixin_application_test: Fail # Issue 14116 232 mirrors/generic_f_bounded_mixin_application_test: Fail # Issue 14116
231 mirrors/generic_interface_test/none: Fail # Inexpressible in multitest 233 mirrors/generic_interface_test/none: Fail # Inexpressible in multitest
232 mirrors/typevariable_mirror_metadata_test/none: Fail # Issue 13093 234 mirrors/typevariable_mirror_metadata_test/none: Fail # Issue 13093
233 mirrors/redirecting_factory_test/none: Fail # Issue 14285 235 mirrors/redirecting_factory_test/none: Fail # Issue 14285
234 mirrors/type_variable_owner_test/none: Fail # Issue 14356 236 mirrors/type_variable_owner_test/none: Fail # Issue 14356
237 mirrors/metadata_allowed_values_test/none: Fail
235 238
236 [ $compiler == none && $runtime == dartium ] 239 [ $compiler == none && $runtime == dartium ]
237 async/schedule_microtask5_test: Pass, Timeout # Issue 13719: Please triage this failure. 240 async/schedule_microtask5_test: Pass, Timeout # Issue 13719: Please triage this failure.
238 async/timer_cancel2_test: Pass, Timeout # Issue 13719: Please triage this failur e. 241 async/timer_cancel2_test: Pass, Timeout # Issue 13719: Please triage this failur e.
239 242
240 [ ($compiler != none && $runtime != none) || ($compiler == none && ($runtime != dartium && $runtime != drt)) ] 243 [ ($compiler != none && $runtime != none) || ($compiler == none && ($runtime != dartium && $runtime != drt)) ]
241 async/schedule_microtask_test: Fail # Issue 9001, Issue 9002 244 async/schedule_microtask_test: Fail # Issue 9001, Issue 9002
242 245
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698