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

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

Issue 25945002: More mirror tests: initializing formals and substituted types in instantiated generics. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: rebase Created 7 years, 2 months 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 | « no previous file | tests/lib/mirrors/generics_substitution_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 [ $compiler == dart2js ] 5 [ $compiler == dart2js ]
6 math/double_pow_test: RuntimeError 6 math/double_pow_test: RuntimeError
7 math/low_test: RuntimeError 7 math/low_test: RuntimeError
8 math/random_test: RuntimeError 8 math/random_test: RuntimeError
9 mirrors/closure_mirror_find_in_context_test: Fail # Issue 6490 9 mirrors/closure_mirror_find_in_context_test: Fail # Issue 6490
10 mirrors/constructor_kinds_test: RuntimeError # Issue 13799 10 mirrors/constructor_kinds_test: RuntimeError # Issue 13799
11 mirrors/equality_test/02: RuntimeError # Issue 12333 11 mirrors/equality_test/02: RuntimeError # Issue 12333
12 mirrors/fake_function_test: RuntimeError # Issue 11612 12 mirrors/fake_function_test: RuntimeError # Issue 11612
13 mirrors/function_type_mirror_test: RuntimeError # Issue 12166 13 mirrors/function_type_mirror_test: RuntimeError # Issue 12166
14 mirrors/generics_test/01: RuntimeError # Issue 12333 14 mirrors/generics_test/01: RuntimeError # Issue 12087
15 mirrors/generic_function_typedef_test: RuntimeError # Issue 12333 15 mirrors/generic_function_typedef_test: RuntimeError # Issue 12333
16 mirrors/generic_mixin_applications_test: RuntimeError # Issue 12333 16 mirrors/generic_mixin_applications_test: RuntimeError # Issue 12333
17 mirrors/generics_substitution_test: RuntimeError # Issue 12087
17 mirrors/hierarchy_invariants_test: RuntimeError # Issue 11863 18 mirrors/hierarchy_invariants_test: RuntimeError # Issue 11863
19 mirrors/initializing_formals_test: CompileTimeError # Issue 12164
18 mirrors/invoke_test: RuntimeError # Issue 11954 20 mirrors/invoke_test: RuntimeError # Issue 11954
19 mirrors/invoke_closurization_test: RuntimeError # Issue 13002 21 mirrors/invoke_closurization_test: RuntimeError # Issue 13002
20 mirrors/invoke_named_test/none: RuntimeError # Issue 12863 22 mirrors/invoke_named_test/none: RuntimeError # Issue 12863
21 mirrors/invoke_private_test: CompileTimeError # Issue 12164 23 mirrors/invoke_private_test: CompileTimeError # Issue 12164
22 mirrors/invoke_throws_test: RuntimeError # Issue 11954 24 mirrors/invoke_throws_test: RuntimeError # Issue 11954
23 mirrors/library_uri_io_test: Skip # Not intended for dart2js as it uses dart:io. 25 mirrors/library_uri_io_test: Skip # Not intended for dart2js as it uses dart:io.
24 mirrors/method_mirror_name_test: RuntimeError # Issue 6335 26 mirrors/method_mirror_name_test: RuntimeError # Issue 6335
25 mirrors/method_mirror_properties_test: RuntimeError # Issue 11861 27 mirrors/method_mirror_properties_test: RuntimeError # Issue 11861
26 mirrors/method_mirror_returntype_test : RuntimeError # Issue 11928 28 mirrors/method_mirror_returntype_test : RuntimeError # Issue 11928
27 mirrors/method_mirror_source_test : RuntimeError # Issue 6490 29 mirrors/method_mirror_source_test : RuntimeError # Issue 6490
(...skipping 113 matching lines...) Expand 10 before | Expand all | Expand 10 after
141 # implement timer (currently only in d8 ) 143 # implement timer (currently only in d8 )
142 async/timer_isolate_test: Skip # See Issue 4997 144 async/timer_isolate_test: Skip # See Issue 4997
143 mirrors/native_class_test: Fail, OK # This test is meant to run in a browser. 145 mirrors/native_class_test: Fail, OK # This test is meant to run in a browser.
144 146
145 [ $runtime == vm || ($compiler == none && $runtime == drt) ] 147 [ $runtime == vm || ($compiler == none && $runtime == drt) ]
146 async/run_async3_test: Fail # _enqueueImmediate runs after Timer. http://dartbug .com/9001. 148 async/run_async3_test: Fail # _enqueueImmediate runs after Timer. http://dartbug .com/9001.
147 mirrors/hierarchy_test: Fail # TODO(ahe): This test is slightly broken. http://d artbug.com/12464 149 mirrors/hierarchy_test: Fail # TODO(ahe): This test is slightly broken. http://d artbug.com/12464
148 mirrors/mixin_test/01: Fail, OK # TODO(ahe): Slight broken test to ensure test c overage on dart2js. 150 mirrors/mixin_test/01: Fail, OK # TODO(ahe): Slight broken test to ensure test c overage on dart2js.
149 mirrors/typedef_test/01: Fail, OK # Incorrect dart2js behavior. 151 mirrors/typedef_test/01: Fail, OK # Incorrect dart2js behavior.
150 mirrors/closures_test/01: Fail, OK # Incorrect dart2js behavior. 152 mirrors/closures_test/01: Fail, OK # Incorrect dart2js behavior.
153
154 mirrors/constructor_kinds_test: RuntimeError # Issue 13798
155 mirrors/generics_substitution_test: RuntimeError # Issue 13808
156 mirrors/initializing_formals_test/01: RuntimeError # Issue 11281
151 mirrors/generic_function_typedef_test: RuntimeError # Issue 12282 157 mirrors/generic_function_typedef_test: RuntimeError # Issue 12282
152 mirrors/generic_mixin_applications_test: RuntimeError # Issue 12282 158 mirrors/generic_mixin_applications_test: RuntimeError # Issue 12282
153 mirrors/constructor_kinds_test: RuntimeError # Issue 13798
154 mirrors/type_argument_is_type_variable_test: RuntimeError # Issue 12282 159 mirrors/type_argument_is_type_variable_test: RuntimeError # Issue 12282
155 160
156 [ $compiler == none && $runtime == drt ] 161 [ $compiler == none && $runtime == drt ]
157 async/timer_isolate_test: Skip # See Issue 4997 162 async/timer_isolate_test: Skip # See Issue 4997
158 async/timer_not_available_test: Skip # only meant to test when there is no way t o 163 async/timer_not_available_test: Skip # only meant to test when there is no way t o
159 # implement timer (currently only in d8) 164 # implement timer (currently only in d8)
160 mirrors/library_uri_io_test: Skip # Not intended for drt as it uses dart:io. 165 mirrors/library_uri_io_test: Skip # Not intended for drt as it uses dart:io.
161 mirrors/local_isolate_test: Skip # http://dartbug.com/12188 166 mirrors/local_isolate_test: Skip # http://dartbug.com/12188
162 async/run_async6_test: Fail # Issue 10910 167 async/run_async6_test: Fail # Issue 10910
163 168
(...skipping 38 matching lines...) Expand 10 before | Expand all | Expand 10 after
202 mirrors/closures_test/01: Fail # Issue 13719: Please triage this failure. 207 mirrors/closures_test/01: Fail # Issue 13719: Please triage this failure.
203 mirrors/hierarchy_test: Fail # Issue 13719: Please triage this failure. 208 mirrors/hierarchy_test: Fail # Issue 13719: Please triage this failure.
204 mirrors/library_uri_io_test: Fail # Issue 13719: Please triage this failure. 209 mirrors/library_uri_io_test: Fail # Issue 13719: Please triage this failure.
205 mirrors/local_isolate_test: Fail # Issue 13719: Please triage this failure. 210 mirrors/local_isolate_test: Fail # Issue 13719: Please triage this failure.
206 mirrors/mixin_test/01: Fail # Issue 13719: Please triage this failure. 211 mirrors/mixin_test/01: Fail # Issue 13719: Please triage this failure.
207 mirrors/typedef_test/01: Fail # Issue 13719: Please triage this failure. 212 mirrors/typedef_test/01: Fail # Issue 13719: Please triage this failure.
208 213
209 [ $compiler == none && $runtime == dartium ] 214 [ $compiler == none && $runtime == dartium ]
210 async/timer_isolate_test: Fail # Issue 13719: Please triage this failure. 215 async/timer_isolate_test: Fail # Issue 13719: Please triage this failure.
211 async/run_async5_test: Pass, Timeout # Issue 13719: Please triage this failure. 216 async/run_async5_test: Pass, Timeout # Issue 13719: Please triage this failure.
OLDNEW
« no previous file with comments | « no previous file | tests/lib/mirrors/generics_substitution_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698