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

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

Issue 26344006: Substitution for type variables in mirrors on instantiated generics. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: 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
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 math/double_pow_test: RuntimeError 9 math/double_pow_test: RuntimeError
10 math/low_test: RuntimeError 10 math/low_test: RuntimeError
(...skipping 145 matching lines...) Expand 10 before | Expand all | Expand 10 after
156 async/timer_not_available_test: Fail, OK 156 async/timer_not_available_test: Fail, OK
157 mirrors/native_class_test: Fail, OK # This test is meant to run in a browser. 157 mirrors/native_class_test: Fail, OK # This test is meant to run in a browser.
158 158
159 [ $compiler == none ] 159 [ $compiler == none ]
160 async/run_async3_test: Fail # _enqueueImmediate runs after Timer. http://dartbug .com/9001. 160 async/run_async3_test: Fail # _enqueueImmediate runs after Timer. http://dartbug .com/9001.
161 mirrors/hierarchy_test: Fail # TODO(ahe): This test is slightly broken. http://d artbug.com/12464 161 mirrors/hierarchy_test: Fail # TODO(ahe): This test is slightly broken. http://d artbug.com/12464
162 mirrors/mixin_test/01: Fail, OK # TODO(ahe): Slight broken test to ensure test c overage on dart2js. 162 mirrors/mixin_test/01: Fail, OK # TODO(ahe): Slight broken test to ensure test c overage on dart2js.
163 mirrors/typedef_test/01: Fail, OK # Incorrect dart2js behavior. 163 mirrors/typedef_test/01: Fail, OK # Incorrect dart2js behavior.
164 mirrors/closures_test/01: Fail, OK # Incorrect dart2js behavior. 164 mirrors/closures_test/01: Fail, OK # Incorrect dart2js behavior.
165 165
166 mirrors/generics_substitution_test: RuntimeError # Issue 13808
167 mirrors/generic_function_typedef_test: RuntimeError # Issue 12282 166 mirrors/generic_function_typedef_test: RuntimeError # Issue 12282
168 mirrors/generic_mixin_applications_test: RuntimeError # Issue 12282 167 mirrors/generic_f_bounded_test: RuntimeError
rmacnak 2013/10/11 01:04:23 Fails because we somehow got two distinct Types fo
regis 2013/10/11 01:28:59 I guess this is due to canonicalization of f-bound
rmacnak 2013/10/11 01:48:02 Done.
169 mirrors/type_argument_is_type_variable_test: RuntimeError # Issue 12282
170 168
171 mirrors/generic_bounded_test/none: Crash, Timeout # Issue 13952
172 mirrors/generic_bounded_test/01: Crash, RuntimeError, Timeout # Issue 13952, 138 08
173 mirrors/generic_bounded_test/02: Crash, Pass, Timeout # Issue 13952, 13808
174 mirrors/generic_bounded_by_type_parameter_test/none: Crash, Timeout # Issue 1395 2
175 mirrors/generic_bounded_by_type_parameter_test/01: Crash, RuntimeError, Timeout # Issue 13952, 13808
176 mirrors/generic_bounded_by_type_parameter_test/02: Crash, Pass, Timeout # Issue 13952
177 mirrors/generic_f_bounded_test: RuntimeError # Issue 13808
178 async/timer_isolate_test: Skip # See Issue 4997 169 async/timer_isolate_test: Skip # See Issue 4997
179 async/timer_not_available_test: SkipByDesign # only meant to test when there is no way to implement timer (currently only in d8) 170 async/timer_not_available_test: SkipByDesign # only meant to test when there is no way to implement timer (currently only in d8)
180 171
181 [ $compiler == none && ( $runtime == drt || $runtime == dartium ) ] 172 [ $compiler == none && ( $runtime == drt || $runtime == dartium ) ]
182 mirrors/library_uri_io_test: Skip # Not intended for drt as it uses dart:io. 173 mirrors/library_uri_io_test: Skip # Not intended for drt as it uses dart:io.
183 mirrors/local_isolate_test: Skip # http://dartbug.com/12188 174 mirrors/local_isolate_test: Skip # http://dartbug.com/12188
184 async/run_async6_test: Fail # Issue 10910 175 async/run_async6_test: Fail # Issue 10910
185 async/run_async4_test: Fail # Issue 13921 176 async/run_async4_test: Fail # Issue 13921
186 177
187 178
(...skipping 25 matching lines...) Expand all
213 [ $compiler == dart2analyzer ] 204 [ $compiler == dart2analyzer ]
214 mirrors/typedef_test/none: Fail # Issue 13093 205 mirrors/typedef_test/none: Fail # Issue 13093
215 mirrors/generics_test/none: Fail # Issue 13432 206 mirrors/generics_test/none: Fail # Issue 13432
216 mirrors/generic_bounded_test/none: Fail # Issue 13432 207 mirrors/generic_bounded_test/none: Fail # Issue 13432
217 mirrors/generic_bounded_by_type_parameter_test/none: Fail # Issue 13432 208 mirrors/generic_bounded_by_type_parameter_test/none: Fail # Issue 13432
218 mirrors/invoke_named_test/none: Fail # http://dartbug.com/13612 209 mirrors/invoke_named_test/none: Fail # http://dartbug.com/13612
219 210
220 [ $compiler == none && $runtime == dartium ] 211 [ $compiler == none && $runtime == dartium ]
221 async/run_async5_test: Pass, Timeout # Issue 13719: Please triage this failure. 212 async/run_async5_test: Pass, Timeout # Issue 13719: Please triage this failure.
222 async/timer_cancel2_test: Pass, Timeout # Issue 13719: Please triage this failur e. 213 async/timer_cancel2_test: Pass, Timeout # Issue 13719: Please triage this failur e.
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698