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

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
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
(...skipping 11 matching lines...) Expand all
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_mixin_test: RuntimeError # Issue 12333 30 mirrors/generic_mixin_test: RuntimeError # Issue 12333
31 mirrors/generic_mixin_applications_test: RuntimeError # Issue 12333 31 mirrors/generic_mixin_applications_test: RuntimeError # Issue 12333
32 mirrors/generic_type_mirror_test/01: RuntimeError # 6490
32 mirrors/generics_substitution_test/01: RuntimeError # Issue 12087 33 mirrors/generics_substitution_test/01: RuntimeError # Issue 12087
34 mirrors/generics_double_substitution_test: RuntimeError
33 mirrors/hierarchy_invariants_test: RuntimeError # Issue 11863 35 mirrors/hierarchy_invariants_test: RuntimeError # Issue 11863
34 mirrors/immutable_collections_test: RuntimeError # Issue 14030 36 mirrors/immutable_collections_test: RuntimeError # Issue 14030
35 mirrors/initializing_formals_test/01: RuntimeError # Issue 6490 37 mirrors/initializing_formals_test/01: RuntimeError # Issue 6490
36 mirrors/initializing_formals_test/02: RuntimeError # Issue 12087 38 mirrors/initializing_formals_test/02: RuntimeError # Issue 12087
37 mirrors/initializing_formals_test/03: CompileTimeError # Issue 12164 39 mirrors/initializing_formals_test/03: CompileTimeError # Issue 12164
38 mirrors/instance_members_test: RuntimeError # Issue 14633 40 mirrors/instance_members_test: RuntimeError # Issue 14633
39 mirrors/instance_members_with_override_test: RuntimeError # Issue 14633 41 mirrors/instance_members_with_override_test: RuntimeError # Issue 14633
40 mirrors/instance_members_unimplemented_interface_test: RuntimeError # Issue 1463 3 42 mirrors/instance_members_unimplemented_interface_test: RuntimeError # Issue 1463 3
41 mirrors/intercepted_superclass_test: RuntimeError # Issue 13644 43 mirrors/intercepted_superclass_test: RuntimeError # Issue 13644
42 mirrors/invoke_test: RuntimeError # Issue 11954 44 mirrors/invoke_test: RuntimeError # Issue 11954
(...skipping 29 matching lines...) Expand all
72 mirrors/reflected_type_test: RuntimeError # Issue 12607 74 mirrors/reflected_type_test: RuntimeError # Issue 12607
73 mirrors/static_members_test: CompileTimeError # Issue 14633, Issue 12164 75 mirrors/static_members_test: CompileTimeError # Issue 14633, Issue 12164
74 mirrors/set_field_with_final_inheritance_test: RuntimeError # Issue 13919 76 mirrors/set_field_with_final_inheritance_test: RuntimeError # Issue 13919
75 mirrors/symbol_validation_test: RuntimeError # Issue 13597 77 mirrors/symbol_validation_test: RuntimeError # Issue 13597
76 mirrors/toplevel_members_test: CompileTimeError # Issue 14633, Issue 12164 78 mirrors/toplevel_members_test: CompileTimeError # Issue 14633, Issue 12164
77 mirrors/type_argument_is_type_variable_test: RuntimeError # Issue 12333 79 mirrors/type_argument_is_type_variable_test: RuntimeError # Issue 12333
78 mirrors/typedef_test/none: RuntimeError # http://dartbug.com/6490 80 mirrors/typedef_test/none: RuntimeError # http://dartbug.com/6490
79 mirrors/typedef_metadata_test: RuntimeError # Issue 12785 81 mirrors/typedef_metadata_test: RuntimeError # Issue 12785
80 mirrors/typevariable_mirror_metadata_test: CompileTimeError # Issue 10905 82 mirrors/typevariable_mirror_metadata_test: CompileTimeError # Issue 10905
81 mirrors/type_variable_owner_test/01: RuntimeError # Issue 12785 83 mirrors/type_variable_owner_test/01: RuntimeError # Issue 12785
82 mirrors/generic_type_mirror_test/01: RuntimeError # 6490
83 84
84 [ $runtime == safari ] 85 [ $runtime == safari ]
85 mirrors/return_type_test: Pass, Timeout # Issue 12858 86 mirrors/return_type_test: Pass, Timeout # Issue 12858
86 87
87 [ $compiler == dart2js && $runtime != jsshell && $runtime != safari && $runtime != ff && $runtime != ie9 && $runtime != ie10] 88 [ $compiler == dart2js && $runtime != jsshell && $runtime != safari && $runtime != ff && $runtime != ie9 && $runtime != ie10]
88 math/math_test: RuntimeError 89 math/math_test: RuntimeError
89 math/math2_test: RuntimeError 90 math/math2_test: RuntimeError
90 91
91 [ $compiler == dart2js && $jscl ] 92 [ $compiler == dart2js && $jscl ]
92 async/future_test: RuntimeError # Timer interface not supported; dartbug.com/772 8. 93 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. 175 mirrors/native_class_test: Fail, OK # This test is meant to run in a browser.
175 176
176 [ $compiler == none ] 177 [ $compiler == none ]
177 mirrors/hierarchy_test: Fail # TODO(ahe): This test is slightly broken. http://d artbug.com/12464 178 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. 179 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. 180 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. 181 mirrors/typedef_test/01: Fail, OK # Incorrect dart2js behavior.
181 182
182 mirrors/generic_f_bounded_test/01: RuntimeError # Issue 14000 183 mirrors/generic_f_bounded_test/01: RuntimeError # Issue 14000
183 mirrors/generic_superclass_test/01: RuntimeError # Issue 14000 184 mirrors/generic_superclass_test/01: RuntimeError # Issue 14000
184 mirrors/generic_type_mirror_test/02: RuntimeError # Issue 14613 185 mirrors/generics_double_substitution_test/01: RuntimeError # Issue 14869
185 186
186 mirrors/symbol_validation_test: RuntimeError # Issue 13596 187 mirrors/symbol_validation_test: RuntimeError # Issue 13596
187 188
188 mirrors/static_members_test: RuntimeError # Issue 14632 189 mirrors/static_members_test: RuntimeError # Issue 14632
189 mirrors/toplevel_members_test: RuntimeError # Issue 14632 190 mirrors/toplevel_members_test: RuntimeError # Issue 14632
190 mirrors/instance_members_test: RuntimeError # Issue 14632 191 mirrors/instance_members_test: RuntimeError # Issue 14632
191 mirrors/instance_members_with_override_test: RuntimeError # Issue 14632 192 mirrors/instance_members_with_override_test: RuntimeError # Issue 14632
192 mirrors/instance_members_unimplemented_interface_test: RuntimeError # Issue 1463 2 193 mirrors/instance_members_unimplemented_interface_test: RuntimeError # Issue 1463 2
193 194
194 async/timer_not_available_test: SkipByDesign # only meant to test when there is no way to implement timer (currently only in d8) 195 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. 280 mirrors/operator_test: StaticWarning, OK # API being removed.
280 mirrors/parameter_metadata_test: StaticWarning, OK # API being removed. 281 mirrors/parameter_metadata_test: StaticWarning, OK # API being removed.
281 mirrors/parameter_test/01: StaticWarning, OK # API being removed. 282 mirrors/parameter_test/01: StaticWarning, OK # API being removed.
282 mirrors/parameter_test/none: StaticWarning, OK # API being removed. 283 mirrors/parameter_test/none: StaticWarning, OK # API being removed.
283 mirrors/reflect_runtime_type_test: StaticWarning, OK # API being removed. 284 mirrors/reflect_runtime_type_test: StaticWarning, OK # API being removed.
284 mirrors/reflect_uninstantiated_class_test: StaticWarning, OK # API being removed . 285 mirrors/reflect_uninstantiated_class_test: StaticWarning, OK # API being removed .
285 mirrors/regress_14304_test: StaticWarning, OK # API being removed. 286 mirrors/regress_14304_test: StaticWarning, OK # API being removed.
286 mirrors/return_type_test: StaticWarning, OK # API being removed. 287 mirrors/return_type_test: StaticWarning, OK # API being removed.
287 mirrors/static_test: StaticWarning, OK # API being removed. 288 mirrors/static_test: StaticWarning, OK # API being removed.
288 mirrors/to_string_test: StaticWarning, OK # API being removed. 289 mirrors/to_string_test: StaticWarning, OK # API being removed.
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698