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

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

Issue 62273003: Use the runtime for generic subsitution of variable types, return types, parameter types. (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
« no previous file with comments | « runtime/vm/bootstrap_natives.h ('k') | tests/lib/mirrors/generic_local_function_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_microtask6_test: RuntimeError # global error handling is not supp orted. http://dartbug.com/5958 9 async/schedule_microtask6_test: RuntimeError # global error handling is not supp orted. http://dartbug.com/5958
10 10
11 math/double_pow_test: RuntimeError 11 math/double_pow_test: RuntimeError
12 math/low_test: RuntimeError 12 math/low_test: RuntimeError
13 math/random_test: RuntimeError 13 math/random_test: RuntimeError
14 14
15 mirrors/basic_types_in_dart_core_test: RuntimeError # Issue 14025 15 mirrors/basic_types_in_dart_core_test: RuntimeError # Issue 14025
16 mirrors/class_declarations_test/none: RuntimeError # Issue 13440 16 mirrors/class_declarations_test/none: RuntimeError # Issue 13440
17 mirrors/closures_test/none: RuntimeError # Issue 6490 17 mirrors/closures_test/none: RuntimeError # Issue 6490
18 mirrors/constructor_kinds_test: RuntimeError # Issue 13799 18 mirrors/constructor_kinds_test: RuntimeError # Issue 13799
19 mirrors/equality_test/02: RuntimeError # Issue 12333 19 mirrors/equality_test/02: RuntimeError # Issue 12333
20 mirrors/fake_function_with_call_test: RuntimeError # Issue 11612 20 mirrors/fake_function_with_call_test: RuntimeError # Issue 11612
21 mirrors/fake_function_without_call_test: RuntimeError # Issue 11612 21 mirrors/fake_function_without_call_test: RuntimeError # Issue 11612
22 mirrors/find_in_context_test: Fail # Issue 6490 22 mirrors/find_in_context_test: Fail # Issue 6490
23 mirrors/find_in_context_private_test: Fail # Issue 6490 23 mirrors/find_in_context_private_test: Fail # Issue 6490
24 mirrors/find_in_context_fake_function_test: Fail # Issue 6490 24 mirrors/find_in_context_fake_function_test: Fail # Issue 6490
25 mirrors/function_type_mirror_test: RuntimeError # Issue 12166 25 mirrors/function_type_mirror_test: RuntimeError # Issue 12166
26 mirrors/generics_test/01: RuntimeError # Issue 12087 26 mirrors/generics_test/01: RuntimeError # Issue 12087
27 mirrors/generic_f_bounded_mixin_application_test: RuntimeError # Issue 12087 27 mirrors/generic_f_bounded_mixin_application_test: RuntimeError # Issue 12087
28 mirrors/generic_function_typedef_test: RuntimeError # Issue 12333 28 mirrors/generic_function_typedef_test: RuntimeError # Issue 12333
29 mirrors/generic_interface_test: RuntimeError # Issue 12087 29 mirrors/generic_interface_test: RuntimeError # Issue 12087
30 mirrors/generic_local_function_test: RuntimeError # Issue 12333
30 mirrors/generic_mixin_test: RuntimeError # Issue 12333 31 mirrors/generic_mixin_test: RuntimeError # Issue 12333
31 mirrors/generic_mixin_applications_test: RuntimeError # Issue 12333 32 mirrors/generic_mixin_applications_test: RuntimeError # Issue 12333
33 mirrors/generic_type_mirror_test/01: RuntimeError # 6490
32 mirrors/generics_substitution_test/01: RuntimeError # Issue 12087 34 mirrors/generics_substitution_test/01: RuntimeError # Issue 12087
35 mirrors/generics_double_substitution_test: RuntimeError
33 mirrors/hierarchy_invariants_test: RuntimeError # Issue 11863 36 mirrors/hierarchy_invariants_test: RuntimeError # Issue 11863
34 mirrors/immutable_collections_test: RuntimeError # Issue 14030 37 mirrors/immutable_collections_test: RuntimeError # Issue 14030
35 mirrors/initializing_formals_test/01: RuntimeError # Issue 6490 38 mirrors/initializing_formals_test/01: RuntimeError # Issue 6490
36 mirrors/initializing_formals_test/02: RuntimeError # Issue 12087 39 mirrors/initializing_formals_test/02: RuntimeError # Issue 12087
37 mirrors/initializing_formals_test/03: CompileTimeError # Issue 12164 40 mirrors/initializing_formals_test/03: CompileTimeError # Issue 12164
38 mirrors/instance_members_test: RuntimeError # Issue 14633 41 mirrors/instance_members_test: RuntimeError # Issue 14633
39 mirrors/instance_members_with_override_test: RuntimeError # Issue 14633 42 mirrors/instance_members_with_override_test: RuntimeError # Issue 14633
40 mirrors/instance_members_unimplemented_interface_test: RuntimeError # Issue 1463 3 43 mirrors/instance_members_unimplemented_interface_test: RuntimeError # Issue 1463 3
41 mirrors/intercepted_superclass_test: RuntimeError # Issue 13644 44 mirrors/intercepted_superclass_test: RuntimeError # Issue 13644
42 mirrors/invoke_test: RuntimeError # Issue 11954 45 mirrors/invoke_test: RuntimeError # Issue 11954
(...skipping 29 matching lines...) Expand all
72 mirrors/reflected_type_test: RuntimeError # Issue 12607 75 mirrors/reflected_type_test: RuntimeError # Issue 12607
73 mirrors/static_members_test: CompileTimeError # Issue 14633, Issue 12164 76 mirrors/static_members_test: CompileTimeError # Issue 14633, Issue 12164
74 mirrors/set_field_with_final_inheritance_test: RuntimeError # Issue 13919 77 mirrors/set_field_with_final_inheritance_test: RuntimeError # Issue 13919
75 mirrors/symbol_validation_test: RuntimeError # Issue 13597 78 mirrors/symbol_validation_test: RuntimeError # Issue 13597
76 mirrors/toplevel_members_test: CompileTimeError # Issue 14633, Issue 12164 79 mirrors/toplevel_members_test: CompileTimeError # Issue 14633, Issue 12164
77 mirrors/type_argument_is_type_variable_test: RuntimeError # Issue 12333 80 mirrors/type_argument_is_type_variable_test: RuntimeError # Issue 12333
78 mirrors/typedef_test/none: RuntimeError # http://dartbug.com/6490 81 mirrors/typedef_test/none: RuntimeError # http://dartbug.com/6490
79 mirrors/typedef_metadata_test: RuntimeError # Issue 12785 82 mirrors/typedef_metadata_test: RuntimeError # Issue 12785
80 mirrors/typevariable_mirror_metadata_test: CompileTimeError # Issue 10905 83 mirrors/typevariable_mirror_metadata_test: CompileTimeError # Issue 10905
81 mirrors/type_variable_owner_test/01: RuntimeError # Issue 12785 84 mirrors/type_variable_owner_test/01: RuntimeError # Issue 12785
82 mirrors/generic_type_mirror_test/01: RuntimeError # 6490
83 85
84 [ $runtime == safari ] 86 [ $runtime == safari ]
85 mirrors/return_type_test: Pass, Timeout # Issue 12858 87 mirrors/return_type_test: Pass, Timeout # Issue 12858
86 88
87 [ $compiler == dart2js && $runtime != jsshell && $runtime != safari && $runtime != ff && $runtime != ie9 && $runtime != ie10] 89 [ $compiler == dart2js && $runtime != jsshell && $runtime != safari && $runtime != ff && $runtime != ie9 && $runtime != ie10]
88 math/math_test: RuntimeError 90 math/math_test: RuntimeError
89 math/math2_test: RuntimeError 91 math/math2_test: RuntimeError
90 92
91 [ $compiler == dart2js && $jscl ] 93 [ $compiler == dart2js && $jscl ]
92 async/future_test: RuntimeError # Timer interface not supported; dartbug.com/772 8. 94 async/future_test: RuntimeError # Timer interface not supported; dartbug.com/772 8.
(...skipping 81 matching lines...) Expand 10 before | Expand all | Expand 10 after
174 mirrors/native_class_test: Fail, OK # This test is meant to run in a browser. 176 mirrors/native_class_test: Fail, OK # This test is meant to run in a browser.
175 177
176 [ $compiler == none ] 178 [ $compiler == none ]
177 mirrors/hierarchy_test: Fail # TODO(ahe): This test is slightly broken. http://d artbug.com/12464 179 mirrors/hierarchy_test: Fail # TODO(ahe): This test is slightly broken. http://d artbug.com/12464
178 mirrors/mixin_application_test/01: Fail, OK # TODO(ahe): Slight broken test to e nsure test coverage on dart2js. 180 mirrors/mixin_application_test/01: Fail, OK # TODO(ahe): Slight broken test to e nsure test coverage on dart2js.
179 mirrors/intercepted_object_test: Fail, OK # TODO(ahe): Slight broken test to ens ure test coverage on dart2js. 181 mirrors/intercepted_object_test: Fail, OK # TODO(ahe): Slight broken test to ens ure test coverage on dart2js.
180 mirrors/typedef_test/01: Fail, OK # Incorrect dart2js behavior. 182 mirrors/typedef_test/01: Fail, OK # Incorrect dart2js behavior.
181 183
182 mirrors/generic_f_bounded_test/01: RuntimeError # Issue 14000 184 mirrors/generic_f_bounded_test/01: RuntimeError # Issue 14000
183 mirrors/generic_superclass_test/01: RuntimeError # Issue 14000 185 mirrors/generic_superclass_test/01: RuntimeError # Issue 14000
184 mirrors/generic_type_mirror_test/02: RuntimeError # Issue 14613 186 mirrors/generics_double_substitution_test/01: RuntimeError # Issue 14869
187
188 mirrors/generic_local_function_test: RuntimeError # Issue 14913
185 189
186 mirrors/symbol_validation_test: RuntimeError # Issue 13596 190 mirrors/symbol_validation_test: RuntimeError # Issue 13596
187 191
188 mirrors/static_members_test: RuntimeError # Issue 14632 192 mirrors/static_members_test: RuntimeError # Issue 14632
189 mirrors/toplevel_members_test: RuntimeError # Issue 14632 193 mirrors/toplevel_members_test: RuntimeError # Issue 14632
190 mirrors/instance_members_test: RuntimeError # Issue 14632 194 mirrors/instance_members_test: RuntimeError # Issue 14632
191 mirrors/instance_members_with_override_test: RuntimeError # Issue 14632 195 mirrors/instance_members_with_override_test: RuntimeError # Issue 14632
192 mirrors/instance_members_unimplemented_interface_test: RuntimeError # Issue 1463 2 196 mirrors/instance_members_unimplemented_interface_test: RuntimeError # Issue 1463 2
193 197
194 async/timer_not_available_test: SkipByDesign # only meant to test when there is no way to implement timer (currently only in d8) 198 async/timer_not_available_test: SkipByDesign # only meant to test when there is no way to implement timer (currently only in d8)
(...skipping 84 matching lines...) Expand 10 before | Expand all | Expand 10 after
279 mirrors/operator_test: StaticWarning, OK # API being removed. 283 mirrors/operator_test: StaticWarning, OK # API being removed.
280 mirrors/parameter_metadata_test: StaticWarning, OK # API being removed. 284 mirrors/parameter_metadata_test: StaticWarning, OK # API being removed.
281 mirrors/parameter_test/01: StaticWarning, OK # API being removed. 285 mirrors/parameter_test/01: StaticWarning, OK # API being removed.
282 mirrors/parameter_test/none: StaticWarning, OK # API being removed. 286 mirrors/parameter_test/none: StaticWarning, OK # API being removed.
283 mirrors/reflect_runtime_type_test: StaticWarning, OK # API being removed. 287 mirrors/reflect_runtime_type_test: StaticWarning, OK # API being removed.
284 mirrors/reflect_uninstantiated_class_test: StaticWarning, OK # API being removed . 288 mirrors/reflect_uninstantiated_class_test: StaticWarning, OK # API being removed .
285 mirrors/regress_14304_test: StaticWarning, OK # API being removed. 289 mirrors/regress_14304_test: StaticWarning, OK # API being removed.
286 mirrors/return_type_test: StaticWarning, OK # API being removed. 290 mirrors/return_type_test: StaticWarning, OK # API being removed.
287 mirrors/static_test: StaticWarning, OK # API being removed. 291 mirrors/static_test: StaticWarning, OK # API being removed.
288 mirrors/to_string_test: StaticWarning, OK # API being removed. 292 mirrors/to_string_test: StaticWarning, OK # API being removed.
OLDNEW
« no previous file with comments | « runtime/vm/bootstrap_natives.h ('k') | tests/lib/mirrors/generic_local_function_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698