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

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

Issue 27064004: Support reflection on recursive upper bounds of type variables. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Added test. Created 7 years, 1 month 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 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
11 async/schedule_microtask6_test: RuntimeError # global error handling is not supp orted. http://dartbug.com/5958 11 async/schedule_microtask6_test: RuntimeError # global error handling is not supp orted. http://dartbug.com/5958
12 12
13 math/double_pow_test: RuntimeError 13 math/double_pow_test: RuntimeError
14 math/low_test: RuntimeError 14 math/low_test: RuntimeError
15 math/random_test: RuntimeError 15 math/random_test: RuntimeError
16 16
17 mirrors/basic_types_in_dart_core_test: RuntimeError # Issue 14025 17 mirrors/basic_types_in_dart_core_test: RuntimeError # Issue 14025
18 mirrors/closures_test/none: RuntimeError # Issue 6490 18 mirrors/closures_test/none: RuntimeError # Issue 6490
19 mirrors/closure_mirror_find_in_context_test: Fail # Issue 6490 19 mirrors/closure_mirror_find_in_context_test: Fail # Issue 6490
20 mirrors/constructor_kinds_test: RuntimeError # Issue 13799 20 mirrors/constructor_kinds_test: RuntimeError # Issue 13799
21 mirrors/equality_test/02: RuntimeError # Issue 12333 21 mirrors/equality_test/02: RuntimeError # Issue 12333
22 mirrors/fake_function_test: RuntimeError # Issue 11612 22 mirrors/fake_function_test: RuntimeError # Issue 11612
23 mirrors/find_in_context_fake_function_test: Fail # Issue 6490 23 mirrors/find_in_context_fake_function_test: Fail # Issue 6490
24 mirrors/function_type_mirror_test: RuntimeError # Issue 12166 24 mirrors/function_type_mirror_test: RuntimeError # Issue 12166
25 mirrors/generics_test/01: RuntimeError # Issue 12087 25 mirrors/generics_test/01: RuntimeError # Issue 12087
26 mirrors/generic_bounded_test/none: RuntimeError # Issue 12087 26 mirrors/generic_bounded_test/none: RuntimeError # Issue 12087
27 mirrors/generic_bounded_test/01: RuntimeError # Issue 12087 27 mirrors/generic_bounded_test/01: RuntimeError # Issue 12087
28 mirrors/generic_bounded_by_type_parameter_test/none: RuntimeError # Issue 12087 28 mirrors/generic_bounded_by_type_parameter_test/none: RuntimeError # Issue 12087
29 mirrors/generic_bounded_by_type_parameter_test/01: RuntimeError # Issue 12087 29 mirrors/generic_bounded_by_type_parameter_test/01: RuntimeError # Issue 12087
30 mirrors/generic_f_bounded_test: RuntimeError # Issue 12087 30 mirrors/generic_f_bounded_test/01: RuntimeError # Issue 12087
31 mirrors/generic_f_bounded_mixin_application_test: RuntimeError # Issue 12087 31 mirrors/generic_f_bounded_mixin_application_test: RuntimeError # Issue 12087
32 mirrors/generic_function_typedef_test: RuntimeError # Issue 12333 32 mirrors/generic_function_typedef_test: RuntimeError # Issue 12333
33 mirrors/generic_interface_test: RuntimeError # Issue 12087 33 mirrors/generic_interface_test: RuntimeError # Issue 12087
34 mirrors/generic_mixin_test: RuntimeError # Issue 12333 34 mirrors/generic_mixin_test: RuntimeError # Issue 12333
35 mirrors/generic_mixin_applications_test: RuntimeError # Issue 12333 35 mirrors/generic_mixin_applications_test: RuntimeError # Issue 12333
36 mirrors/generics_substitution_test: RuntimeError # Issue 12087 36 mirrors/generics_substitution_test: RuntimeError # Issue 12087
37 mirrors/hierarchy_invariants_test: RuntimeError # Issue 11863 37 mirrors/hierarchy_invariants_test: RuntimeError # Issue 11863
38 mirrors/immutable_collections_test: RuntimeError # Issue 14030 38 mirrors/immutable_collections_test: RuntimeError # Issue 14030
39 mirrors/initializing_formals_test/01: RuntimeError # Issue 6490 39 mirrors/initializing_formals_test/01: RuntimeError # Issue 6490
40 mirrors/initializing_formals_test/02: RuntimeError # Issue 12087 40 mirrors/initializing_formals_test/02: RuntimeError # Issue 12087
(...skipping 125 matching lines...) Expand 10 before | Expand all | Expand 10 after
166 async/timer_not_available_test: Fail, OK 166 async/timer_not_available_test: Fail, OK
167 mirrors/native_class_test: Fail, OK # This test is meant to run in a browser. 167 mirrors/native_class_test: Fail, OK # This test is meant to run in a browser.
168 168
169 [ $compiler == none ] 169 [ $compiler == none ]
170 async/schedule_microtask3_test: Fail # _enqueueImmediate runs after Timer. http: //dartbug.com/9001. 170 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 171 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. 172 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. 173 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. 174 mirrors/typedef_test/01: Fail, OK # Incorrect dart2js behavior.
175 175
176 mirrors/generic_f_bounded_test: RuntimeError # Issue 14000 176 mirrors/generic_f_bounded_test/01: RuntimeError # Issue 14000
177 mirrors/immutable_collections_test: RuntimeError # Issue 14027 177 mirrors/immutable_collections_test: RuntimeError # Issue 14027
178 mirrors/symbol_validation_test: RuntimeError # Issue 13596 178 mirrors/symbol_validation_test: RuntimeError # Issue 13596
179 mirrors/typevariable_mirror_metadata_test/none: RuntimeError # Issue 12282 179 mirrors/typevariable_mirror_metadata_test/none: RuntimeError # Issue 12282
180 mirrors/type_variable_owner_test: RuntimeError # Issue 14240 180 mirrors/type_variable_owner_test: RuntimeError # Issue 14240
181 mirrors/class_mirror_type_variables_test/01: RuntimeError # Issue 14240
181 182
182 async/timer_isolate_test: Skip # See Issue 4997 183 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) 184 async/timer_not_available_test: SkipByDesign # only meant to test when there is no way to implement timer (currently only in d8)
184 185
185 [ $compiler == none && ( $runtime == drt || $runtime == dartium ) ] 186 [ $compiler == none && ( $runtime == drt || $runtime == dartium ) ]
186 mirrors/library_uri_io_test: Skip # Not intended for drt as it uses dart:io. 187 mirrors/library_uri_io_test: Skip # Not intended for drt as it uses dart:io.
187 mirrors/local_isolate_test: Skip # http://dartbug.com/12188 188 mirrors/local_isolate_test: Skip # http://dartbug.com/12188
188 async/schedule_microtask6_test: Fail # Issue 10910 189 async/schedule_microtask6_test: Fail # Issue 10910
189 async/schedule_microtask4_test: Fail # Issue 13921 190 async/schedule_microtask4_test: Fail # Issue 13921
190 191
(...skipping 51 matching lines...) Expand 10 before | Expand all | Expand 10 after
242 [ ($compiler != none && $runtime != none) || ($compiler == none && ($runtime != dartium && $runtime != drt)) ] 243 [ ($compiler != none && $runtime != none) || ($compiler == none && ($runtime != dartium && $runtime != drt)) ]
243 async/schedule_microtask_test: Fail # Issue 9001, Issue 9002 244 async/schedule_microtask_test: Fail # Issue 9001, Issue 9002
244 245
245 [ $compiler == none && $runtime == vm && $arch == arm ] 246 [ $compiler == none && $runtime == vm && $arch == arm ]
246 mirrors/find_in_context_fake_function_test: Crash # Issue 14290 247 mirrors/find_in_context_fake_function_test: Crash # Issue 14290
247 async/stream_controller_async_test: RuntimeError # Issue 14290 248 async/stream_controller_async_test: RuntimeError # Issue 14290
248 async/stream_state_nonzero_timer_test: RuntimeError # Issue 14290 249 async/stream_state_nonzero_timer_test: RuntimeError # Issue 14290
249 async/stream_state_test: RuntimeError # Issue 14290 250 async/stream_state_test: RuntimeError # Issue 14290
250 async/stream_subscription_cancel_test: RuntimeError # Issue 14290 251 async/stream_subscription_cancel_test: RuntimeError # Issue 14290
251 252
OLDNEW
« no previous file with comments | « sdk/lib/_internal/lib/js_rti.dart ('k') | tests/lib/mirrors/class_mirror_type_variables_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698