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

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

Issue 35543007: Make type variables belong to the original declaration in VM. (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
« no previous file with comments | « runtime/lib/mirrors_impl.dart ('k') | tests/lib/mirrors/type_variable_owner_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 [ $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_microtask4_test: Pass, RuntimeError # no global exception handler in isolates. http://dartbug.com/9012 10 async/schedule_microtask4_test: Pass, RuntimeError # no global exception handler in isolates. http://dartbug.com/9012
(...skipping 50 matching lines...) Expand 10 before | Expand all | Expand 10 after
61 mirrors/private_symbol_test: CompileTimeError # Issue 13597 61 mirrors/private_symbol_test: CompileTimeError # Issue 13597
62 mirrors/proxy_type_test: RuntimeError # Issue 13842 62 mirrors/proxy_type_test: RuntimeError # Issue 13842
63 mirrors/redirecting_factory_test/none: RuntimeError # Issue 6490 63 mirrors/redirecting_factory_test/none: RuntimeError # Issue 6490
64 mirrors/redirecting_factory_test/02: RuntimeError # Issue 6490 64 mirrors/redirecting_factory_test/02: RuntimeError # Issue 6490
65 mirrors/reflected_type_test: RuntimeError # Issue 12607 65 mirrors/reflected_type_test: RuntimeError # Issue 12607
66 mirrors/symbol_validation_test: RuntimeError # Issue 13597 66 mirrors/symbol_validation_test: RuntimeError # Issue 13597
67 mirrors/type_argument_is_type_variable_test: RuntimeError # Issue 12333 67 mirrors/type_argument_is_type_variable_test: RuntimeError # Issue 12333
68 mirrors/typedef_test/none: RuntimeError # http://dartbug.com/6490 68 mirrors/typedef_test/none: RuntimeError # http://dartbug.com/6490
69 mirrors/typedef_metadata_test: RuntimeError # Issue 12785 69 mirrors/typedef_metadata_test: RuntimeError # Issue 12785
70 mirrors/typevariable_mirror_metadata_test: CompileTimeError # Issue 10905 70 mirrors/typevariable_mirror_metadata_test: CompileTimeError # Issue 10905
71 mirrors/type_variable_owner_test/01: RuntimeError # Issue 12785
71 mirrors/unnamed_library_test: RuntimeError # Issue 10580 72 mirrors/unnamed_library_test: RuntimeError # Issue 10580
72 73
73 [ $compiler == dart2js && $unchecked ] 74 [ $compiler == dart2js && $unchecked ]
74 mirrors/generic_bounded_test/02: RuntimeError # Issue 12087 75 mirrors/generic_bounded_test/02: RuntimeError # Issue 12087
75 mirrors/generic_bounded_by_type_parameter_test/02: RuntimeError # Issue 12087 76 mirrors/generic_bounded_by_type_parameter_test/02: RuntimeError # Issue 12087
76 77
77 [ $runtime == safari ] 78 [ $runtime == safari ]
78 mirrors/return_type_test: Pass, Timeout # Issue 12858 79 mirrors/return_type_test: Pass, Timeout # Issue 12858
79 80
80 [ $compiler == dart2js && $runtime != jsshell && $runtime != safari && $runtime != ff && $runtime != ie9 && $runtime != ie10] 81 [ $compiler == dart2js && $runtime != jsshell && $runtime != safari && $runtime != ff && $runtime != ie9 && $runtime != ie10]
(...skipping 87 matching lines...) Expand 10 before | Expand all | Expand 10 after
168 169
169 [ $compiler == none ] 170 [ $compiler == none ]
170 async/schedule_microtask3_test: Fail # _enqueueImmediate runs after Timer. http: //dartbug.com/9001. 171 async/schedule_microtask3_test: Fail # _enqueueImmediate runs after Timer. http: //dartbug.com/9001.
171 mirrors/hierarchy_test: Fail # TODO(ahe): This test is slightly broken. http://d artbug.com/12464 172 mirrors/hierarchy_test: Fail # TODO(ahe): This test is slightly broken. http://d artbug.com/12464
172 mirrors/mixin_application_test/01: Fail, OK # TODO(ahe): Slight broken test to e nsure test coverage on dart2js. 173 mirrors/mixin_application_test/01: Fail, OK # TODO(ahe): Slight broken test to e nsure test coverage on dart2js.
173 mirrors/intercepted_object_test: Fail, OK # TODO(ahe): Slight broken test to ens ure test coverage on dart2js. 174 mirrors/intercepted_object_test: Fail, OK # TODO(ahe): Slight broken test to ens ure test coverage on dart2js.
174 mirrors/typedef_test/01: Fail, OK # Incorrect dart2js behavior. 175 mirrors/typedef_test/01: Fail, OK # Incorrect dart2js behavior.
175 176
176 mirrors/generic_f_bounded_test/01: RuntimeError # Issue 14000 177 mirrors/generic_f_bounded_test/01: RuntimeError # Issue 14000
177 mirrors/symbol_validation_test: RuntimeError # Issue 13596 178 mirrors/symbol_validation_test: RuntimeError # Issue 13596
178 mirrors/typevariable_mirror_metadata_test/none: RuntimeError # Issue 12282
179 mirrors/type_variable_owner_test: RuntimeError # Issue 14240
180 mirrors/class_mirror_type_variables_test/01: RuntimeError # Issue 14240
181 179
182 async/timer_isolate_test: Skip # See Issue 4997 180 async/timer_isolate_test: Skip # See Issue 4997
183 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)
184 182
185 [ $compiler == none && ( $runtime == drt || $runtime == dartium ) ] 183 [ $compiler == none && ( $runtime == drt || $runtime == dartium ) ]
186 mirrors/immutable_collections_test: Fail # Issue 11857, Issue 14321 184 mirrors/immutable_collections_test: Fail # Issue 11857, Issue 14321
187 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.
188 mirrors/local_isolate_test: Skip # http://dartbug.com/12188 186 mirrors/local_isolate_test: Skip # http://dartbug.com/12188
189 async/schedule_microtask6_test: Fail # Issue 10910 187 async/schedule_microtask6_test: Fail # Issue 10910
190 async/schedule_microtask4_test: Fail # Issue 13921 188 async/schedule_microtask4_test: Fail # Issue 13921
(...skipping 15 matching lines...) Expand all
206 mirrors/generics_test/none: Fail # Issue 13432 204 mirrors/generics_test/none: Fail # Issue 13432
207 mirrors/generic_bounded_test/none: Fail # Issue 13432 205 mirrors/generic_bounded_test/none: Fail # Issue 13432
208 mirrors/generic_f_bounded_test/none: Fail # Issue 13432 206 mirrors/generic_f_bounded_test/none: Fail # Issue 13432
209 mirrors/generic_bounded_by_type_parameter_test/none: Fail # Issue 13432 207 mirrors/generic_bounded_by_type_parameter_test/none: Fail # Issue 13432
210 mirrors/generic_mixin_test/none: Fail # Issue 13432 208 mirrors/generic_mixin_test/none: Fail # Issue 13432
211 mirrors/invoke_named_test/none: Fail # http://dartbug.com/13612 209 mirrors/invoke_named_test/none: Fail # http://dartbug.com/13612
212 mirrors/generic_f_bounded_mixin_application_test: Fail # Issue 14116 210 mirrors/generic_f_bounded_mixin_application_test: Fail # Issue 14116
213 mirrors/generic_interface_test/none: Fail # Inexpressible in multitest 211 mirrors/generic_interface_test/none: Fail # Inexpressible in multitest
214 mirrors/typevariable_mirror_metadata_test/none: Fail # Issue 13093 212 mirrors/typevariable_mirror_metadata_test/none: Fail # Issue 13093
215 mirrors/redirecting_factory_test/none: Fail # Issue 14285 213 mirrors/redirecting_factory_test/none: Fail # Issue 14285
214 mirrors/type_variable_owner_test/none: Fail # Issue 14356
216 215
217 [ $compiler == dart2analyzer ] 216 [ $compiler == dart2analyzer ]
218 mirrors/typedef_test/none: Fail # Issue 13093 217 mirrors/typedef_test/none: Fail # Issue 13093
219 mirrors/generics_test/none: Fail # Issue 13432 218 mirrors/generics_test/none: Fail # Issue 13432
220 mirrors/generic_bounded_test/none: Fail # Issue 13432 219 mirrors/generic_bounded_test/none: Fail # Issue 13432
221 mirrors/generic_bounded_by_type_parameter_test/none: Fail # Issue 13432 220 mirrors/generic_bounded_by_type_parameter_test/none: Fail # Issue 13432
222 mirrors/generic_mixin_test/none: Fail # Issue 13432 221 mirrors/generic_mixin_test/none: Fail # Issue 13432
223 mirrors/invoke_named_test/none: Fail # http://dartbug.com/13612 222 mirrors/invoke_named_test/none: Fail # http://dartbug.com/13612
224 mirrors/generic_f_bounded_mixin_application_test: Fail # Issue 14116 223 mirrors/generic_f_bounded_mixin_application_test: Fail # Issue 14116
225 mirrors/generic_interface_test/none: Fail # Inexpressible in multitest 224 mirrors/generic_interface_test/none: Fail # Inexpressible in multitest
225 mirrors/type_variable_owner_test/none: Fail # Issue 14356
226 226
227 [ $compiler == none && $runtime == dartium ] 227 [ $compiler == none && $runtime == dartium ]
228 async/schedule_microtask5_test: Pass, Timeout # Issue 13719: Please triage this failure. 228 async/schedule_microtask5_test: Pass, Timeout # Issue 13719: Please triage this failure.
229 async/timer_cancel2_test: Pass, Timeout # Issue 13719: Please triage this failur e. 229 async/timer_cancel2_test: Pass, Timeout # Issue 13719: Please triage this failur e.
230 230
231 [ ($compiler != none && $runtime != none) || ($compiler == none && ($runtime != dartium && $runtime != drt)) ] 231 [ ($compiler != none && $runtime != none) || ($compiler == none && ($runtime != dartium && $runtime != drt)) ]
232 async/schedule_microtask_test: Fail # Issue 9001, Issue 9002 232 async/schedule_microtask_test: Fail # Issue 9001, Issue 9002
233 233
OLDNEW
« no previous file with comments | « runtime/lib/mirrors_impl.dart ('k') | tests/lib/mirrors/type_variable_owner_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698