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

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

Issue 61873007: - Reverting mirror changes. (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: 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_microtask6_test: RuntimeError # global error handling is not supp orted. http://dartbug.com/5958 9 async/schedule_microtask6_test: RuntimeError # global error handling is not supp orted. http://dartbug.com/5958
10 10
(...skipping 167 matching lines...) Expand 10 before | Expand all | Expand 10 after
178 mirrors/mixin_application_test/01: Fail, OK # TODO(ahe): Slight broken test to e nsure test coverage on dart2js. 178 mirrors/mixin_application_test/01: Fail, OK # TODO(ahe): Slight broken test to e nsure test coverage on dart2js.
179 mirrors/intercepted_object_test: Fail, OK # TODO(ahe): Slight broken test to ens ure test coverage on dart2js. 179 mirrors/intercepted_object_test: Fail, OK # TODO(ahe): Slight broken test to ens ure test coverage on dart2js.
180 mirrors/typedef_test/01: Fail, OK # Incorrect dart2js behavior. 180 mirrors/typedef_test/01: Fail, OK # Incorrect dart2js behavior.
181 181
182 mirrors/generic_f_bounded_test/01: RuntimeError # Issue 14000 182 mirrors/generic_f_bounded_test/01: RuntimeError # Issue 14000
183 mirrors/generic_superclass_test/01: RuntimeError # Issue 14000 183 mirrors/generic_superclass_test/01: RuntimeError # Issue 14000
184 mirrors/generic_type_mirror_test/02: RuntimeError # Issue 14613 184 mirrors/generic_type_mirror_test/02: RuntimeError # Issue 14613
185 185
186 mirrors/symbol_validation_test: RuntimeError # Issue 13596 186 mirrors/symbol_validation_test: RuntimeError # Issue 13596
187 187
188 mirrors/removed_api_test: RuntimeError
189
190 mirrors/static_members_test: RuntimeError # Issue 14632 188 mirrors/static_members_test: RuntimeError # Issue 14632
191 mirrors/toplevel_members_test: RuntimeError # Issue 14632 189 mirrors/toplevel_members_test: RuntimeError # Issue 14632
192 mirrors/instance_members_test: RuntimeError # Issue 14632 190 mirrors/instance_members_test: RuntimeError # Issue 14632
193 mirrors/instance_members_with_override_test: RuntimeError # Issue 14632 191 mirrors/instance_members_with_override_test: RuntimeError # Issue 14632
194 mirrors/instance_members_unimplemented_interface_test: RuntimeError # Issue 1463 2 192 mirrors/instance_members_unimplemented_interface_test: RuntimeError # Issue 1463 2
195 193
196 async/timer_not_available_test: SkipByDesign # only meant to test when there is no way to implement timer (currently only in d8) 194 async/timer_not_available_test: SkipByDesign # only meant to test when there is no way to implement timer (currently only in d8)
197 195
198 [ $compiler == none && ( $runtime == drt || $runtime == dartium ) ] 196 [ $compiler == none && ( $runtime == drt || $runtime == dartium ) ]
199 async/schedule_microtask6_test: Fail # Issue 10910 197 async/schedule_microtask6_test: Fail # Issue 10910
(...skipping 38 matching lines...) Expand 10 before | Expand all | Expand 10 after
238 mirrors/type_variable_owner_test: StaticWarning # Issue 14524 236 mirrors/type_variable_owner_test: StaticWarning # Issue 14524
239 237
240 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>' 238 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>'
241 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> 239 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>
242 240
243 mirrors/fake_function_without_call_test: StaticWarning, OK # Implements Function without defining call. 241 mirrors/fake_function_without_call_test: StaticWarning, OK # Implements Function without defining call.
244 mirrors/find_in_context_fake_function_test: StaticWarning, OK # Implements Funct ion without defining call. 242 mirrors/find_in_context_fake_function_test: StaticWarning, OK # Implements Funct ion without defining call.
245 mirrors/immutable_collections_test: StaticWarning, OK # Expect failure for any t ype of Iterable. 243 mirrors/immutable_collections_test: StaticWarning, OK # Expect failure for any t ype of Iterable.
246 mirrors/inference_and_no_such_method_test: StaticWarning, OK # Expect to trigger noSuchMethod. 244 mirrors/inference_and_no_such_method_test: StaticWarning, OK # Expect to trigger noSuchMethod.
247 mirrors/removed_api_test: StaticWarning, OK # Deliberately refers to undeclared members. 245 mirrors/removed_api_test: StaticWarning, OK # Deliberately refers to undeclared members.
OLDNEW
« no previous file with comments | « sdk/lib/_internal/dartdoc/lib/universe_serializer.dart ('k') | tools/dom/src/native_DOMImplementation.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698