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

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 138 matching lines...) Expand 10 before | Expand all | Expand 10 after
149 mirrors/native_class_test: Fail, OK # This test is meant to run in a browser. 149 mirrors/native_class_test: Fail, OK # This test is meant to run in a browser.
150 150
151 [ $runtime == vm || ($compiler == none && $runtime == drt) ] 151 [ $runtime == vm || ($compiler == none && $runtime == drt) ]
152 async/run_async3_test: Fail # _enqueueImmediate runs after Timer. http://dartbug .com/9001. 152 async/run_async3_test: Fail # _enqueueImmediate runs after Timer. http://dartbug .com/9001.
153 mirrors/hierarchy_test: Fail # TODO(ahe): This test is slightly broken. http://d artbug.com/12464 153 mirrors/hierarchy_test: Fail # TODO(ahe): This test is slightly broken. http://d artbug.com/12464
154 mirrors/mixin_test/01: Fail, OK # TODO(ahe): Slight broken test to ensure test c overage on dart2js. 154 mirrors/mixin_test/01: Fail, OK # TODO(ahe): Slight broken test to ensure test c overage on dart2js.
155 mirrors/typedef_test/01: Fail, OK # Incorrect dart2js behavior. 155 mirrors/typedef_test/01: Fail, OK # Incorrect dart2js behavior.
156 mirrors/closures_test/01: Fail, OK # Incorrect dart2js behavior. 156 mirrors/closures_test/01: Fail, OK # Incorrect dart2js behavior.
157 157
158 mirrors/constructor_kinds_test: RuntimeError # Issue 13798 158 mirrors/constructor_kinds_test: RuntimeError # Issue 13798
159 mirrors/generics_substitution_test: RuntimeError # Issue 13808
160 mirrors/generic_function_typedef_test: RuntimeError # Issue 12282 159 mirrors/generic_function_typedef_test: RuntimeError # Issue 12282
161 mirrors/generic_mixin_applications_test: RuntimeError # Issue 12282
162 mirrors/type_argument_is_type_variable_test: RuntimeError # Issue 12282
163 160
164 [ $compiler == none && $runtime == drt ] 161 [ $compiler == none && $runtime == drt ]
165 async/timer_isolate_test: Skip # See Issue 4997 162 async/timer_isolate_test: Skip # See Issue 4997
166 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
167 # implement timer (currently only in d8) 164 # implement timer (currently only in d8)
168 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.
169 mirrors/local_isolate_test: Skip # http://dartbug.com/12188 166 mirrors/local_isolate_test: Skip # http://dartbug.com/12188
170 async/run_async6_test: Fail # Issue 10910 167 async/run_async6_test: Fail # Issue 10910
171 168
172 [ $compiler == none && $runtime == drt && $system == windows ] 169 [ $compiler == none && $runtime == drt && $system == windows ]
(...skipping 30 matching lines...) Expand all
203 async/run_async6_test: Fail # Issue 13719: Please triage this failure. 200 async/run_async6_test: Fail # Issue 13719: Please triage this failure.
204 async/timer_not_available_test: Fail # Issue 13719: Please triage this failure. 201 async/timer_not_available_test: Fail # Issue 13719: Please triage this failure.
205 mirrors/closures_test/01: Fail # Issue 13719: Please triage this failure. 202 mirrors/closures_test/01: Fail # Issue 13719: Please triage this failure.
206 mirrors/hierarchy_test: Fail # Issue 13719: Please triage this failure. 203 mirrors/hierarchy_test: Fail # Issue 13719: Please triage this failure.
207 mirrors/library_uri_io_test: Fail # Issue 13719: Please triage this failure. 204 mirrors/library_uri_io_test: Fail # Issue 13719: Please triage this failure.
208 mirrors/local_isolate_test: Fail # Issue 13719: Please triage this failure. 205 mirrors/local_isolate_test: Fail # Issue 13719: Please triage this failure.
209 mirrors/mixin_test/01: Fail # Issue 13719: Please triage this failure. 206 mirrors/mixin_test/01: Fail # Issue 13719: Please triage this failure.
210 mirrors/typedef_test/01: Fail # Issue 13719: Please triage this failure. 207 mirrors/typedef_test/01: Fail # Issue 13719: Please triage this failure.
211 208
212 mirrors/constructor_kinds_test: RuntimeError # Issue 13798 209 mirrors/constructor_kinds_test: RuntimeError # Issue 13798
213 mirrors/generics_substitution_test: RuntimeError # Issue 13808
214 mirrors/generic_function_typedef_test: RuntimeError # Issue 12282 210 mirrors/generic_function_typedef_test: RuntimeError # Issue 12282
215 mirrors/generic_mixin_applications_test: RuntimeError # Issue 12282
216 mirrors/type_argument_is_type_variable_test: RuntimeError # Issue 12282
217 211
218 [ $compiler == none && $runtime == dartium ] 212 [ $compiler == none && $runtime == dartium ]
219 async/run_async5_test: Pass, Timeout # Issue 13719: Please triage this failure. 213 async/run_async5_test: Pass, Timeout # Issue 13719: Please triage this failure.
220 async/timer_cancel2_test: Pass, Timeout # Issue 13719: Please triage this failur e. 214 async/timer_cancel2_test: Pass, Timeout # Issue 13719: Please triage this failur e.
221 async/timer_isolate_test: Fail # Issue 13719: Please triage this failure. 215 async/timer_isolate_test: Fail # Issue 13719: Please triage this failure.
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698