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

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

Issue 149533003: Reapply "Make reflectClassByName work with interceptor names." (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Update test expectations. 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 | « tests/compiler/dart2js_extra/reflect_native_types_test.dart ('k') | no next file » | 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 31 matching lines...) Expand 10 before | Expand all | Expand 10 after
42 mirrors/generic_interface_test: RuntimeError # Issue 12087 42 mirrors/generic_interface_test: RuntimeError # Issue 12087
43 mirrors/generic_local_function_test: RuntimeError # Issue 12333 43 mirrors/generic_local_function_test: RuntimeError # Issue 12333
44 mirrors/generic_mixin_test: RuntimeError # Issue 12333 44 mirrors/generic_mixin_test: RuntimeError # Issue 12333
45 mirrors/generic_mixin_applications_test: RuntimeError # Issue 12333 45 mirrors/generic_mixin_applications_test: RuntimeError # Issue 12333
46 mirrors/hierarchy_invariants_test: RuntimeError # Issue 15262 46 mirrors/hierarchy_invariants_test: RuntimeError # Issue 15262
47 mirrors/immutable_collections_test: RuntimeError # Issue 14030 47 mirrors/immutable_collections_test: RuntimeError # Issue 14030
48 mirrors/initializing_formals_test/01: RuntimeError # Issue 6490 48 mirrors/initializing_formals_test/01: RuntimeError # Issue 6490
49 mirrors/initializing_formals_test/03: CompileTimeError # Issue 12164 49 mirrors/initializing_formals_test/03: CompileTimeError # Issue 12164
50 mirrors/instance_members_test: RuntimeError # Issue 14633 50 mirrors/instance_members_test: RuntimeError # Issue 14633
51 mirrors/instantiate_abstract_class_test: RuntimeError # Issue 6490 51 mirrors/instantiate_abstract_class_test: RuntimeError # Issue 6490
52 mirrors/intercepted_superclass_test: RuntimeError # Issue 13644
53 mirrors/invoke_test: RuntimeError # Issue 11954 52 mirrors/invoke_test: RuntimeError # Issue 11954
54 mirrors/invoke_call_through_getter_test: RuntimeError # Issue 15138 53 mirrors/invoke_call_through_getter_test: RuntimeError # Issue 15138
55 mirrors/invoke_closurization_test: RuntimeError # Issue 13002 54 mirrors/invoke_closurization_test: RuntimeError # Issue 13002
56 mirrors/invoke_named_test/none: RuntimeError # Issue 12863 55 mirrors/invoke_named_test/none: RuntimeError # Issue 12863
57 mirrors/invoke_private_test: CompileTimeError # Issue 12164 56 mirrors/invoke_private_test: CompileTimeError # Issue 12164
58 mirrors/invoke_private_wrong_library_test: CompileTimeError # Issue 12164 57 mirrors/invoke_private_wrong_library_test: CompileTimeError # Issue 12164
59 mirrors/invoke_subscript_test: RuntimeError # Issue 13002 58 mirrors/invoke_subscript_test: RuntimeError # Issue 13002
60 mirrors/invoke_throws_test: RuntimeError # Issue 11954 59 mirrors/invoke_throws_test: RuntimeError # Issue 11954
61 mirrors/library_declarations_test/none: RuntimeError # Issue 13439, Issue 13733 60 mirrors/library_declarations_test/none: RuntimeError # Issue 13439, Issue 13733
62 mirrors/library_uri_io_test: Skip # Not intended for dart2js as it uses dart:io. 61 mirrors/library_uri_io_test: Skip # Not intended for dart2js as it uses dart:io.
(...skipping 94 matching lines...) Expand 10 before | Expand all | Expand 10 after
157 156
158 [ $compiler == dart2js ] 157 [ $compiler == dart2js ]
159 convert/chunked_conversion_utf88_test: Slow, Pass 158 convert/chunked_conversion_utf88_test: Slow, Pass
160 convert/utf85_test: Slow, Pass 159 convert/utf85_test: Slow, Pass
161 160
162 161
163 [ $compiler == dart2js && $browser ] 162 [ $compiler == dart2js && $browser ]
164 async/timer_not_available_test: Fail, OK # only meant to test when there is no w ay to 163 async/timer_not_available_test: Fail, OK # only meant to test when there is no w ay to
165 # implement timer (currently only in d8 ) 164 # implement timer (currently only in d8 )
166 165
166 [ $compiler == dart2js && $minified ]
167 mirrors/intercepted_superclass_test: RuntimeError # Issue 16389
168
167 [ $compiler == dart2dart ] 169 [ $compiler == dart2dart ]
168 mirrors/*: Skip # http://dartbug.com/11511 170 mirrors/*: Skip # http://dartbug.com/11511
169 async/schedule_microtask6_test: Fail # Issue 10957 - may be related to issue 10910 171 async/schedule_microtask6_test: Fail # Issue 10957 - may be related to issue 10910
170 172
171 [ $compiler == dart2dart && $minified ] 173 [ $compiler == dart2dart && $minified ]
172 convert/json_lib_test: Fail # Issue 10961 174 convert/json_lib_test: Fail # Issue 10961
173 175
174 [ $compiler == dart2js && $minified ] 176 [ $compiler == dart2js && $minified ]
175 mirrors/typedef_test/01: Fail # http://dartbug.com/6490 177 mirrors/typedef_test/01: Fail # http://dartbug.com/6490
176 mirrors/list_constructor_test/none: Fail # http://dartbug.com/15555 178 mirrors/list_constructor_test/none: Fail # http://dartbug.com/15555
(...skipping 90 matching lines...) Expand 10 before | Expand all | Expand 10 after
267 269
268 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>' 270 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>'
269 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> 271 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>
270 272
271 mirrors/fake_function_without_call_test: StaticWarning, OK # Implements Function without defining call. 273 mirrors/fake_function_without_call_test: StaticWarning, OK # Implements Function without defining call.
272 mirrors/find_in_context_fake_function_test: StaticWarning, OK # Implements Funct ion without defining call. 274 mirrors/find_in_context_fake_function_test: StaticWarning, OK # Implements Funct ion without defining call.
273 mirrors/immutable_collections_test: StaticWarning, OK # Expect failure for any t ype of Iterable. 275 mirrors/immutable_collections_test: StaticWarning, OK # Expect failure for any t ype of Iterable.
274 mirrors/inference_and_no_such_method_test: StaticWarning, OK # Expect to trigger noSuchMethod. 276 mirrors/inference_and_no_such_method_test: StaticWarning, OK # Expect to trigger noSuchMethod.
275 mirrors/repeated_private_anon_mixin_app_test: StaticWarning, OK # Intentional li brary name conflict. 277 mirrors/repeated_private_anon_mixin_app_test: StaticWarning, OK # Intentional li brary name conflict.
276 mirrors/removed_api_test: StaticWarning, OK # Deliberately refers to undeclared members. 278 mirrors/removed_api_test: StaticWarning, OK # Deliberately refers to undeclared members.
OLDNEW
« no previous file with comments | « tests/compiler/dart2js_extra/reflect_native_types_test.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698