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

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

Issue 47743011: Substitute types in generic superclasses and interfaces. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Updated status file + addressed comments. 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_test/01: RuntimeError # Issue 12087
32 mirrors/generic_f_bounded_mixin_application_test: RuntimeError # Issue 12087 28 mirrors/generic_f_bounded_mixin_application_test: RuntimeError # Issue 12087
33 mirrors/generic_function_typedef_test: RuntimeError # Issue 12333 29 mirrors/generic_function_typedef_test: RuntimeError # Issue 12333
34 mirrors/generic_interface_test: RuntimeError # Issue 12087 30 mirrors/generic_interface_test: RuntimeError # Issue 12087
35 mirrors/generic_mixin_test: RuntimeError # Issue 12333 31 mirrors/generic_mixin_test: RuntimeError # Issue 12333
36 mirrors/generic_mixin_applications_test: RuntimeError # Issue 12333 32 mirrors/generic_mixin_applications_test: RuntimeError # Issue 12333
37 mirrors/generics_substitution_test: RuntimeError # Issue 12087 33 mirrors/generics_substitution_test/01: RuntimeError # Issue 12087
38 mirrors/hierarchy_invariants_test: RuntimeError # Issue 11863 34 mirrors/hierarchy_invariants_test: RuntimeError # Issue 11863
39 mirrors/immutable_collections_test: RuntimeError # Issue 14030 35 mirrors/immutable_collections_test: RuntimeError # Issue 14030
40 mirrors/initializing_formals_test/01: RuntimeError # Issue 6490 36 mirrors/initializing_formals_test/01: RuntimeError # Issue 6490
41 mirrors/initializing_formals_test/02: RuntimeError # Issue 12087 37 mirrors/initializing_formals_test/02: RuntimeError # Issue 12087
42 mirrors/initializing_formals_test/03: CompileTimeError # Issue 12164 38 mirrors/initializing_formals_test/03: CompileTimeError # Issue 12164
43 mirrors/intercepted_superclass_test: RuntimeError # Issue 13644 39 mirrors/intercepted_superclass_test: RuntimeError # Issue 13644
44 mirrors/invoke_test: RuntimeError # Issue 11954 40 mirrors/invoke_test: RuntimeError # Issue 11954
45 mirrors/invoke_closurization_test: RuntimeError # Issue 13002 41 mirrors/invoke_closurization_test: RuntimeError # Issue 13002
46 mirrors/invoke_named_test/none: RuntimeError # Issue 12863 42 mirrors/invoke_named_test/none: RuntimeError # Issue 12863
47 mirrors/invoke_private_test: CompileTimeError # Issue 12164 43 mirrors/invoke_private_test: CompileTimeError # Issue 12164
(...skipping 18 matching lines...) Expand all
66 mirrors/redirecting_factory_test/02: RuntimeError # Issue 6490 62 mirrors/redirecting_factory_test/02: RuntimeError # Issue 6490
67 mirrors/reflected_type_test: RuntimeError # Issue 12607 63 mirrors/reflected_type_test: RuntimeError # Issue 12607
68 mirrors/symbol_validation_test: RuntimeError # Issue 13597 64 mirrors/symbol_validation_test: RuntimeError # Issue 13597
69 mirrors/type_argument_is_type_variable_test: RuntimeError # Issue 12333 65 mirrors/type_argument_is_type_variable_test: RuntimeError # Issue 12333
70 mirrors/typedef_test/none: RuntimeError # http://dartbug.com/6490 66 mirrors/typedef_test/none: RuntimeError # http://dartbug.com/6490
71 mirrors/typedef_metadata_test: RuntimeError # Issue 12785 67 mirrors/typedef_metadata_test: RuntimeError # Issue 12785
72 mirrors/typevariable_mirror_metadata_test: CompileTimeError # Issue 10905 68 mirrors/typevariable_mirror_metadata_test: CompileTimeError # Issue 10905
73 mirrors/type_variable_owner_test/01: RuntimeError # Issue 12785 69 mirrors/type_variable_owner_test/01: RuntimeError # Issue 12785
74 mirrors/generic_type_mirror_test/01: RuntimeError # 6490 70 mirrors/generic_type_mirror_test/01: RuntimeError # 6490
75 71
76 [ $compiler == dart2js && $unchecked ] 72 [ $compiler == dart2js && $checked]
77 mirrors/generic_bounded_test/02: RuntimeError # Issue 12087 73 mirrors/generic_bounded_test/02: RuntimeError # 12702
78 mirrors/generic_bounded_by_type_parameter_test/02: RuntimeError # Issue 12087 74 mirrors/generic_bounded_by_type_parameter_test/02: RuntimeError # 12702
79 75
80 [ $runtime == safari ] 76 [ $runtime == safari ]
81 mirrors/return_type_test: Pass, Timeout # Issue 12858 77 mirrors/return_type_test: Pass, Timeout # Issue 12858
82 78
83 [ $compiler == dart2js && $runtime != jsshell && $runtime != safari && $runtime != ff && $runtime != ie9 && $runtime != ie10] 79 [ $compiler == dart2js && $runtime != jsshell && $runtime != safari && $runtime != ff && $runtime != ie9 && $runtime != ie10]
84 math/math_test: RuntimeError 80 math/math_test: RuntimeError
85 math/math2_test: RuntimeError 81 math/math2_test: RuntimeError
86 82
87 [ $compiler == dart2js && $jscl ] 83 [ $compiler == dart2js && $jscl ]
88 async/future_test: RuntimeError # Timer interface not supported; dartbug.com/772 8. 84 async/future_test: RuntimeError # Timer interface not supported; dartbug.com/772 8.
(...skipping 81 matching lines...) Expand 10 before | Expand all | Expand 10 after
170 mirrors/native_class_test: Fail, OK # This test is meant to run in a browser. 166 mirrors/native_class_test: Fail, OK # This test is meant to run in a browser.
171 167
172 [ $compiler == none ] 168 [ $compiler == none ]
173 async/schedule_microtask3_test: Fail # _enqueueImmediate runs after Timer. http: //dartbug.com/9001. 169 async/schedule_microtask3_test: Fail # _enqueueImmediate runs after Timer. http: //dartbug.com/9001.
174 mirrors/hierarchy_test: Fail # TODO(ahe): This test is slightly broken. http://d artbug.com/12464 170 mirrors/hierarchy_test: Fail # TODO(ahe): This test is slightly broken. http://d artbug.com/12464
175 mirrors/mixin_application_test/01: Fail, OK # TODO(ahe): Slight broken test to e nsure test coverage on dart2js. 171 mirrors/mixin_application_test/01: Fail, OK # TODO(ahe): Slight broken test to e nsure test coverage on dart2js.
176 mirrors/intercepted_object_test: Fail, OK # TODO(ahe): Slight broken test to ens ure test coverage on dart2js. 172 mirrors/intercepted_object_test: Fail, OK # TODO(ahe): Slight broken test to ens ure test coverage on dart2js.
177 mirrors/typedef_test/01: Fail, OK # Incorrect dart2js behavior. 173 mirrors/typedef_test/01: Fail, OK # Incorrect dart2js behavior.
178 174
179 mirrors/generic_f_bounded_test/01: RuntimeError # Issue 14000 175 mirrors/generic_f_bounded_test/01: RuntimeError # Issue 14000
176 mirrors/generic_superclass_test/01: RuntimeError # Issue 14000
177 mirrors/generic_type_mirror_test/02: RuntimeError # Issue 14613
178
180 mirrors/symbol_validation_test: RuntimeError # Issue 13596 179 mirrors/symbol_validation_test: RuntimeError # Issue 13596
181 180
182 async/timer_not_available_test: SkipByDesign # only meant to test when there is no way to implement timer (currently only in d8) 181 async/timer_not_available_test: SkipByDesign # only meant to test when there is no way to implement timer (currently only in d8)
183 182
184 [ $compiler == none && ( $runtime == drt || $runtime == dartium ) ] 183 [ $compiler == none && ( $runtime == drt || $runtime == dartium ) ]
185 mirrors/immutable_collections_test: Fail # Issue 11857, Issue 14321 184 mirrors/immutable_collections_test: Fail # Issue 11857, Issue 14321
186 mirrors/library_uri_io_test: Skip # Not intended for drt as it uses dart:io. 185 mirrors/library_uri_io_test: Skip # Not intended for drt as it uses dart:io.
187 mirrors/local_isolate_test: Skip # http://dartbug.com/12188 186 mirrors/local_isolate_test: Skip # http://dartbug.com/12188
188 async/schedule_microtask6_test: Fail # Issue 10910 187 async/schedule_microtask6_test: Fail # Issue 10910
189 188
(...skipping 53 matching lines...) Expand 10 before | Expand all | Expand 10 after
243 mirrors/type_variable_owner_test: StaticWarning # Issue 14524 242 mirrors/type_variable_owner_test: StaticWarning # Issue 14524
244 mirrors/typedef_test: StaticWarning # Issue 14524 243 mirrors/typedef_test: StaticWarning # Issue 14524
245 mirrors/typedef_metadata_test: StaticWarning # Issue 14524 244 mirrors/typedef_metadata_test: StaticWarning # Issue 14524
246 mirrors/typevariable_mirror_metadata_test: StaticWarning # Issue 14524 245 mirrors/typevariable_mirror_metadata_test: StaticWarning # Issue 14524
247 246
248 mirrors/fake_function_without_call_test: StaticWarning, OK # Implements Function without defining call. 247 mirrors/fake_function_without_call_test: StaticWarning, OK # Implements Function without defining call.
249 mirrors/find_in_context_fake_function_test: StaticWarning, OK # Implements Funct ion without defining call. 248 mirrors/find_in_context_fake_function_test: StaticWarning, OK # Implements Funct ion without defining call.
250 mirrors/immutable_collections_test: StaticWarning, OK # Expect failure for any t ype of Iterable. 249 mirrors/immutable_collections_test: StaticWarning, OK # Expect failure for any t ype of Iterable.
251 mirrors/inference_and_no_such_method_test: StaticWarning, OK # Expect to trigger noSuchMethod. 250 mirrors/inference_and_no_such_method_test: StaticWarning, OK # Expect to trigger noSuchMethod.
252 mirrors/library_metadata2_test/01: StaticWarning, OK # Compile-time or run-time 251 mirrors/library_metadata2_test/01: StaticWarning, OK # Compile-time or run-time
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698