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

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

Issue 51883006: Revert "Substitute types in generic superclasses and interfaces." (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_microtask6_test: RuntimeError # global error handling is not supp orted. http://dartbug.com/5958 10 async/schedule_microtask6_test: RuntimeError # global error handling is not supp orted. http://dartbug.com/5958
11 11
12 math/double_pow_test: RuntimeError 12 math/double_pow_test: RuntimeError
13 math/low_test: RuntimeError 13 math/low_test: RuntimeError
14 math/random_test: RuntimeError 14 math/random_test: RuntimeError
15 15
16 mirrors/basic_types_in_dart_core_test: RuntimeError # Issue 14025 16 mirrors/basic_types_in_dart_core_test: RuntimeError # Issue 14025
17 mirrors/class_declarations_test/none: RuntimeError # Issue 13440 17 mirrors/class_declarations_test/none: RuntimeError # Issue 13440
18 mirrors/closures_test/none: RuntimeError # Issue 6490 18 mirrors/closures_test/none: RuntimeError # Issue 6490
19 mirrors/closure_mirror_find_in_context_test: Fail # Issue 6490 19 mirrors/closure_mirror_find_in_context_test: Fail # Issue 6490
20 mirrors/constructor_kinds_test: RuntimeError # Issue 13799 20 mirrors/constructor_kinds_test: RuntimeError # Issue 13799
21 mirrors/equality_test/02: RuntimeError # Issue 12333 21 mirrors/equality_test/02: RuntimeError # Issue 12333
22 mirrors/fake_function_with_call_test: RuntimeError # Issue 11612 22 mirrors/fake_function_with_call_test: RuntimeError # Issue 11612
23 mirrors/fake_function_without_call_test: RuntimeError # Issue 11612 23 mirrors/fake_function_without_call_test: RuntimeError # Issue 11612
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_bounded_test/none: RuntimeError # Issue 12087
28 mirrors/generic_bounded_test/01: RuntimeError # Issue 12087
29 mirrors/generic_bounded_by_type_parameter_test/none: RuntimeError # Issue 12087
30 mirrors/generic_bounded_by_type_parameter_test/01: RuntimeError # Issue 12087
31 mirrors/generic_f_bounded_test/01: RuntimeError # Issue 12087
27 mirrors/generic_f_bounded_mixin_application_test: RuntimeError # Issue 12087 32 mirrors/generic_f_bounded_mixin_application_test: RuntimeError # Issue 12087
28 mirrors/generic_function_typedef_test: RuntimeError # Issue 12333 33 mirrors/generic_function_typedef_test: RuntimeError # Issue 12333
29 mirrors/generic_interface_test: RuntimeError # Issue 12087 34 mirrors/generic_interface_test: RuntimeError # Issue 12087
30 mirrors/generic_mixin_test: RuntimeError # Issue 12333 35 mirrors/generic_mixin_test: RuntimeError # Issue 12333
31 mirrors/generic_mixin_applications_test: RuntimeError # Issue 12333 36 mirrors/generic_mixin_applications_test: RuntimeError # Issue 12333
32 mirrors/generics_substitution_test/01: RuntimeError # Issue 12087 37 mirrors/generics_substitution_test: RuntimeError # Issue 12087
33 mirrors/hierarchy_invariants_test: RuntimeError # Issue 11863 38 mirrors/hierarchy_invariants_test: RuntimeError # Issue 11863
34 mirrors/immutable_collections_test: RuntimeError # Issue 14030 39 mirrors/immutable_collections_test: RuntimeError # Issue 14030
35 mirrors/initializing_formals_test/01: RuntimeError # Issue 6490 40 mirrors/initializing_formals_test/01: RuntimeError # Issue 6490
36 mirrors/initializing_formals_test/02: RuntimeError # Issue 12087 41 mirrors/initializing_formals_test/02: RuntimeError # Issue 12087
37 mirrors/initializing_formals_test/03: CompileTimeError # Issue 12164 42 mirrors/initializing_formals_test/03: CompileTimeError # Issue 12164
38 mirrors/intercepted_superclass_test: RuntimeError # Issue 13644 43 mirrors/intercepted_superclass_test: RuntimeError # Issue 13644
39 mirrors/invoke_test: RuntimeError # Issue 11954 44 mirrors/invoke_test: RuntimeError # Issue 11954
40 mirrors/invoke_closurization_test: RuntimeError # Issue 13002 45 mirrors/invoke_closurization_test: RuntimeError # Issue 13002
41 mirrors/invoke_named_test/none: RuntimeError # Issue 12863 46 mirrors/invoke_named_test/none: RuntimeError # Issue 12863
42 mirrors/invoke_private_test: CompileTimeError # Issue 12164 47 mirrors/invoke_private_test: CompileTimeError # Issue 12164
(...skipping 18 matching lines...) Expand all
61 mirrors/redirecting_factory_test/02: RuntimeError # Issue 6490 66 mirrors/redirecting_factory_test/02: RuntimeError # Issue 6490
62 mirrors/reflected_type_test: RuntimeError # Issue 12607 67 mirrors/reflected_type_test: RuntimeError # Issue 12607
63 mirrors/symbol_validation_test: RuntimeError # Issue 13597 68 mirrors/symbol_validation_test: RuntimeError # Issue 13597
64 mirrors/type_argument_is_type_variable_test: RuntimeError # Issue 12333 69 mirrors/type_argument_is_type_variable_test: RuntimeError # Issue 12333
65 mirrors/typedef_test/none: RuntimeError # http://dartbug.com/6490 70 mirrors/typedef_test/none: RuntimeError # http://dartbug.com/6490
66 mirrors/typedef_metadata_test: RuntimeError # Issue 12785 71 mirrors/typedef_metadata_test: RuntimeError # Issue 12785
67 mirrors/typevariable_mirror_metadata_test: CompileTimeError # Issue 10905 72 mirrors/typevariable_mirror_metadata_test: CompileTimeError # Issue 10905
68 mirrors/type_variable_owner_test/01: RuntimeError # Issue 12785 73 mirrors/type_variable_owner_test/01: RuntimeError # Issue 12785
69 mirrors/generic_type_mirror_test/01: RuntimeError # 6490 74 mirrors/generic_type_mirror_test/01: RuntimeError # 6490
70 75
76 [ $compiler == dart2js && $unchecked ]
77 mirrors/generic_bounded_test/02: RuntimeError # Issue 12087
78 mirrors/generic_bounded_by_type_parameter_test/02: RuntimeError # Issue 12087
79
71 [ $runtime == safari ] 80 [ $runtime == safari ]
72 mirrors/return_type_test: Pass, Timeout # Issue 12858 81 mirrors/return_type_test: Pass, Timeout # Issue 12858
73 82
74 [ $compiler == dart2js && $runtime != jsshell && $runtime != safari && $runtime != ff && $runtime != ie9 && $runtime != ie10] 83 [ $compiler == dart2js && $runtime != jsshell && $runtime != safari && $runtime != ff && $runtime != ie9 && $runtime != ie10]
75 math/math_test: RuntimeError 84 math/math_test: RuntimeError
76 math/math2_test: RuntimeError 85 math/math2_test: RuntimeError
77 86
78 [ $compiler == dart2js && $jscl ] 87 [ $compiler == dart2js && $jscl ]
79 async/future_test: RuntimeError # Timer interface not supported; dartbug.com/772 8. 88 async/future_test: RuntimeError # Timer interface not supported; dartbug.com/772 8.
80 async/slow_consumer2_test: RuntimeError # Timer interface not supported; dartbug .com/7728. 89 async/slow_consumer2_test: RuntimeError # Timer interface not supported; dartbug .com/7728.
(...skipping 80 matching lines...) Expand 10 before | Expand all | Expand 10 after
161 mirrors/native_class_test: Fail, OK # This test is meant to run in a browser. 170 mirrors/native_class_test: Fail, OK # This test is meant to run in a browser.
162 171
163 [ $compiler == none ] 172 [ $compiler == none ]
164 async/schedule_microtask3_test: Fail # _enqueueImmediate runs after Timer. http: //dartbug.com/9001. 173 async/schedule_microtask3_test: Fail # _enqueueImmediate runs after Timer. http: //dartbug.com/9001.
165 mirrors/hierarchy_test: Fail # TODO(ahe): This test is slightly broken. http://d artbug.com/12464 174 mirrors/hierarchy_test: Fail # TODO(ahe): This test is slightly broken. http://d artbug.com/12464
166 mirrors/mixin_application_test/01: Fail, OK # TODO(ahe): Slight broken test to e nsure test coverage on dart2js. 175 mirrors/mixin_application_test/01: Fail, OK # TODO(ahe): Slight broken test to e nsure test coverage on dart2js.
167 mirrors/intercepted_object_test: Fail, OK # TODO(ahe): Slight broken test to ens ure test coverage on dart2js. 176 mirrors/intercepted_object_test: Fail, OK # TODO(ahe): Slight broken test to ens ure test coverage on dart2js.
168 mirrors/typedef_test/01: Fail, OK # Incorrect dart2js behavior. 177 mirrors/typedef_test/01: Fail, OK # Incorrect dart2js behavior.
169 178
170 mirrors/generic_f_bounded_test/01: RuntimeError # Issue 14000 179 mirrors/generic_f_bounded_test/01: RuntimeError # Issue 14000
171 mirrors/generic_superclass_test/01: RuntimeError # Issue 14000
172 mirrors/generic_type_mirror_test/02: RuntimeError # Issue 14613
173
174 mirrors/symbol_validation_test: RuntimeError # Issue 13596 180 mirrors/symbol_validation_test: RuntimeError # Issue 13596
175 181
176 async/timer_not_available_test: SkipByDesign # only meant to test when there is no way to implement timer (currently only in d8) 182 async/timer_not_available_test: SkipByDesign # only meant to test when there is no way to implement timer (currently only in d8)
177 183
178 [ $compiler == none && ( $runtime == drt || $runtime == dartium ) ] 184 [ $compiler == none && ( $runtime == drt || $runtime == dartium ) ]
179 mirrors/immutable_collections_test: Fail # Issue 11857, Issue 14321 185 mirrors/immutable_collections_test: Fail # Issue 11857, Issue 14321
180 mirrors/library_uri_io_test: Skip # Not intended for drt as it uses dart:io. 186 mirrors/library_uri_io_test: Skip # Not intended for drt as it uses dart:io.
181 mirrors/local_isolate_test: Skip # http://dartbug.com/12188 187 mirrors/local_isolate_test: Skip # http://dartbug.com/12188
182 async/schedule_microtask6_test: Fail # Issue 10910 188 async/schedule_microtask6_test: Fail # Issue 10910
183 189
(...skipping 56 matching lines...) Expand 10 before | Expand all | Expand 10 after
240 mirrors/typevariable_mirror_metadata_test: StaticWarning # Issue 14524 246 mirrors/typevariable_mirror_metadata_test: StaticWarning # Issue 14524
241 247
242 mirrors/fake_function_without_call_test: StaticWarning, OK # Implements Function without defining call. 248 mirrors/fake_function_without_call_test: StaticWarning, OK # Implements Function without defining call.
243 mirrors/find_in_context_fake_function_test: StaticWarning, OK # Implements Funct ion without defining call. 249 mirrors/find_in_context_fake_function_test: StaticWarning, OK # Implements Funct ion without defining call.
244 mirrors/immutable_collections_test: StaticWarning, OK # Expect failure for any t ype of Iterable. 250 mirrors/immutable_collections_test: StaticWarning, OK # Expect failure for any t ype of Iterable.
245 mirrors/inference_and_no_such_method_test: StaticWarning, OK # Expect to trigger noSuchMethod. 251 mirrors/inference_and_no_such_method_test: StaticWarning, OK # Expect to trigger noSuchMethod.
246 mirrors/library_metadata2_test/01: StaticWarning, OK # Compile-time or run-time 252 mirrors/library_metadata2_test/01: StaticWarning, OK # Compile-time or run-time
247 253
248 mirrors/invoke_test: StaticWarning, OK # API being removed. 254 mirrors/invoke_test: StaticWarning, OK # API being removed.
249 mirrors/invoke_closurization_test: StaticWarning, OK # API being removed. 255 mirrors/invoke_closurization_test: StaticWarning, OK # API being removed.
OLDNEW
« no previous file with comments | « sdk/lib/_internal/lib/js_rti.dart ('k') | tests/lib/mirrors/generic_bounded_by_type_parameter_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698