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

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

Issue 26436004: Implement constructor kinds in the VM mirrors. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: both_ 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 137 matching lines...) Expand 10 before | Expand all | Expand 10 after
148 async/timer_isolate_test: Skip # See Issue 4997 148 async/timer_isolate_test: Skip # See Issue 4997
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
159 mirrors/generics_substitution_test: RuntimeError # Issue 13808 158 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 160 mirrors/generic_mixin_applications_test: RuntimeError # Issue 12282
162 mirrors/type_argument_is_type_variable_test: RuntimeError # Issue 12282 161 mirrors/type_argument_is_type_variable_test: RuntimeError # Issue 12282
163 162
164 [ $compiler == none && $runtime == drt ] 163 [ $compiler == none && $runtime == drt ]
165 async/timer_isolate_test: Skip # See Issue 4997 164 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 165 async/timer_not_available_test: Skip # only meant to test when there is no way t o
167 # implement timer (currently only in d8) 166 # implement timer (currently only in d8)
168 mirrors/library_uri_io_test: Skip # Not intended for drt as it uses dart:io. 167 mirrors/library_uri_io_test: Skip # Not intended for drt as it uses dart:io.
(...skipping 33 matching lines...) Expand 10 before | Expand all | Expand 10 after
202 async/run_async4_test: Fail # Issue 13719: Please triage this failure. 201 async/run_async4_test: Fail # Issue 13719: Please triage this failure.
203 async/run_async6_test: Fail # Issue 13719: Please triage this failure. 202 async/run_async6_test: Fail # Issue 13719: Please triage this failure.
204 async/timer_not_available_test: Fail # Issue 13719: Please triage this failure. 203 async/timer_not_available_test: Fail # Issue 13719: Please triage this failure.
205 mirrors/closures_test/01: Fail # Issue 13719: Please triage this failure. 204 mirrors/closures_test/01: Fail # Issue 13719: Please triage this failure.
206 mirrors/hierarchy_test: Fail # Issue 13719: Please triage this failure. 205 mirrors/hierarchy_test: Fail # Issue 13719: Please triage this failure.
207 mirrors/library_uri_io_test: Fail # Issue 13719: Please triage this failure. 206 mirrors/library_uri_io_test: Fail # Issue 13719: Please triage this failure.
208 mirrors/local_isolate_test: Fail # Issue 13719: Please triage this failure. 207 mirrors/local_isolate_test: Fail # Issue 13719: Please triage this failure.
209 mirrors/mixin_test/01: Fail # Issue 13719: Please triage this failure. 208 mirrors/mixin_test/01: Fail # Issue 13719: Please triage this failure.
210 mirrors/typedef_test/01: Fail # Issue 13719: Please triage this failure. 209 mirrors/typedef_test/01: Fail # Issue 13719: Please triage this failure.
211 210
212 mirrors/constructor_kinds_test: RuntimeError # Issue 13798
213 mirrors/generics_substitution_test: RuntimeError # Issue 13808 211 mirrors/generics_substitution_test: RuntimeError # Issue 13808
214 mirrors/generic_function_typedef_test: RuntimeError # Issue 12282 212 mirrors/generic_function_typedef_test: RuntimeError # Issue 12282
215 mirrors/generic_mixin_applications_test: RuntimeError # Issue 12282 213 mirrors/generic_mixin_applications_test: RuntimeError # Issue 12282
216 mirrors/type_argument_is_type_variable_test: RuntimeError # Issue 12282 214 mirrors/type_argument_is_type_variable_test: RuntimeError # Issue 12282
217 215
218 [ $compiler == none && $runtime == dartium ] 216 [ $compiler == none && $runtime == dartium ]
219 async/run_async5_test: Pass, Timeout # Issue 13719: Please triage this failure. 217 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. 218 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. 219 async/timer_isolate_test: Fail # Issue 13719: Please triage this failure.
222 220
223 [ $compiler == none && ( $runtime == dartium || $runtime == drt ) ] 221 [ $compiler == none && ( $runtime == dartium || $runtime == drt ) ]
224 async/run_async4_test: Fail # Issue 13921 222 async/run_async4_test: Fail # Issue 13921
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698