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

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

Issue 160843003: Fix getField/setField optimization for private members. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: dart style Created 6 years, 10 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.cc ('k') | tests/lib/mirrors/hot_get_field_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 [ $checked && $compiler != dartanalyzer && $compiler != dart2analyzer && $runtim e != dartium ] 5 [ $checked && $compiler != dartanalyzer && $compiler != dart2analyzer && $runtim e != dartium ]
6 mirrors/regress_16321_test/01: CompileTimeError # Issue 16351 6 mirrors/regress_16321_test/01: CompileTimeError # Issue 16351
7 7
8 [ $checked && $compiler == none && ($runtime == dartium || $runtime == drt) ] 8 [ $checked && $compiler == none && ($runtime == dartium || $runtime == drt) ]
9 mirrors/regress_16321_test/01: RunTimeError # Issue 16351 9 mirrors/regress_16321_test/01: RunTimeError # Issue 16351
10 10
(...skipping 30 matching lines...) Expand all
41 mirrors/find_in_context_private_test: Fail # Issue 6490 41 mirrors/find_in_context_private_test: Fail # Issue 6490
42 mirrors/find_in_context_fake_function_test: Fail # Issue 6490 42 mirrors/find_in_context_fake_function_test: Fail # Issue 6490
43 mirrors/function_type_mirror_test: RuntimeError # Issue 12166 43 mirrors/function_type_mirror_test: RuntimeError # Issue 12166
44 mirrors/generic_f_bounded_mixin_application_test: RuntimeError # Issue 12087 44 mirrors/generic_f_bounded_mixin_application_test: RuntimeError # Issue 12087
45 mirrors/generic_function_typedef_test: RuntimeError # Issue 12333 45 mirrors/generic_function_typedef_test: RuntimeError # Issue 12333
46 mirrors/generic_interface_test: RuntimeError # Issue 12087 46 mirrors/generic_interface_test: RuntimeError # Issue 12087
47 mirrors/generic_local_function_test: RuntimeError # Issue 12333 47 mirrors/generic_local_function_test: RuntimeError # Issue 12333
48 mirrors/generic_mixin_test: RuntimeError # Issue 12333 48 mirrors/generic_mixin_test: RuntimeError # Issue 12333
49 mirrors/generic_mixin_applications_test: RuntimeError # Issue 12333 49 mirrors/generic_mixin_applications_test: RuntimeError # Issue 12333
50 mirrors/hierarchy_invariants_test: RuntimeError # Issue 15262 50 mirrors/hierarchy_invariants_test: RuntimeError # Issue 15262
51 mirrors/hot_get_field_test: CompileTimeError # Issue 12164
52 mirrors/hot_set_field_test: CompileTimeError # Issue 12164
51 mirrors/immutable_collections_test: RuntimeError # Issue 14030 53 mirrors/immutable_collections_test: RuntimeError # Issue 14030
52 mirrors/initializing_formals_test/01: RuntimeError # Issue 6490 54 mirrors/initializing_formals_test/01: RuntimeError # Issue 6490
53 mirrors/initializing_formals_test/03: CompileTimeError # Issue 12164 55 mirrors/initializing_formals_test/03: CompileTimeError # Issue 12164
54 mirrors/instance_members_test: RuntimeError # Issue 14633 56 mirrors/instance_members_test: RuntimeError # Issue 14633
55 mirrors/instantiate_abstract_class_test: RuntimeError # Issue 6490 57 mirrors/instantiate_abstract_class_test: RuntimeError # Issue 6490
56 mirrors/invoke_test: RuntimeError # Issue 11954 58 mirrors/invoke_test: RuntimeError # Issue 11954
57 mirrors/invoke_call_through_getter_test: RuntimeError # Issue 15138 59 mirrors/invoke_call_through_getter_test: RuntimeError # Issue 15138
58 mirrors/invoke_closurization_test: RuntimeError # Issue 13002 60 mirrors/invoke_closurization_test: RuntimeError # Issue 13002
59 mirrors/invoke_named_test/none: RuntimeError # Issue 12863 61 mirrors/invoke_named_test/none: RuntimeError # Issue 12863
60 mirrors/invoke_private_test: CompileTimeError # Issue 12164 62 mirrors/invoke_private_test: CompileTimeError # Issue 12164
(...skipping 215 matching lines...) Expand 10 before | Expand all | Expand 10 after
276 278
277 mirrors/redirecting_factory_test/01: StaticWarning # test issue X, The return ty pe 'Class<T2, T1>' of the redirected constructor is not assignable to 'Class<T1, T2>' 279 mirrors/redirecting_factory_test/01: StaticWarning # test issue X, The return ty pe 'Class<T2, T1>' of the redirected constructor is not assignable to 'Class<T1, T2>'
278 mirrors/redirecting_factory_test/none: StaticWarning # test issue X, The return type 'Class<T2, T1>' of the redirected constructor is not assignable to 'Class<T 1, T2> 280 mirrors/redirecting_factory_test/none: StaticWarning # test issue X, The return type 'Class<T2, T1>' of the redirected constructor is not assignable to 'Class<T 1, T2>
279 281
280 mirrors/fake_function_without_call_test: StaticWarning, OK # Implements Function without defining call. 282 mirrors/fake_function_without_call_test: StaticWarning, OK # Implements Function without defining call.
281 mirrors/find_in_context_fake_function_test: StaticWarning, OK # Implements Funct ion without defining call. 283 mirrors/find_in_context_fake_function_test: StaticWarning, OK # Implements Funct ion without defining call.
282 mirrors/immutable_collections_test: StaticWarning, OK # Expect failure for any t ype of Iterable. 284 mirrors/immutable_collections_test: StaticWarning, OK # Expect failure for any t ype of Iterable.
283 mirrors/inference_and_no_such_method_test: StaticWarning, OK # Expect to trigger noSuchMethod. 285 mirrors/inference_and_no_such_method_test: StaticWarning, OK # Expect to trigger noSuchMethod.
284 mirrors/repeated_private_anon_mixin_app_test: StaticWarning, OK # Intentional li brary name conflict. 286 mirrors/repeated_private_anon_mixin_app_test: StaticWarning, OK # Intentional li brary name conflict.
285 mirrors/removed_api_test: StaticWarning, OK # Deliberately refers to undeclared members. 287 mirrors/removed_api_test: StaticWarning, OK # Deliberately refers to undeclared members.
OLDNEW
« no previous file with comments | « runtime/lib/mirrors.cc ('k') | tests/lib/mirrors/hot_get_field_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698