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

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

Issue 55023003: Issue 14653. It is compile-time error to use unresolved identifier for annotation. (Closed) Base URL: https://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
« no previous file with comments | « tests/language/language_analyzer.status ('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 [ $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_microtask6_test: RuntimeError # global error handling is not supp orted. http://dartbug.com/5958 10 async/schedule_microtask6_test: RuntimeError # global error handling is not supp orted. http://dartbug.com/5958
(...skipping 244 matching lines...) Expand 10 before | Expand all | Expand 10 after
255 mirrors/typedef_metadata_test: StaticWarning # Issue 14524 255 mirrors/typedef_metadata_test: StaticWarning # Issue 14524
256 mirrors/typevariable_mirror_metadata_test: StaticWarning # Issue 14524 256 mirrors/typevariable_mirror_metadata_test: StaticWarning # Issue 14524
257 257
258 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>' 258 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>'
259 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> 259 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>
260 260
261 mirrors/fake_function_without_call_test: StaticWarning, OK # Implements Function without defining call. 261 mirrors/fake_function_without_call_test: StaticWarning, OK # Implements Function without defining call.
262 mirrors/find_in_context_fake_function_test: StaticWarning, OK # Implements Funct ion without defining call. 262 mirrors/find_in_context_fake_function_test: StaticWarning, OK # Implements Funct ion without defining call.
263 mirrors/immutable_collections_test: StaticWarning, OK # Expect failure for any t ype of Iterable. 263 mirrors/immutable_collections_test: StaticWarning, OK # Expect failure for any t ype of Iterable.
264 mirrors/inference_and_no_such_method_test: StaticWarning, OK # Expect to trigger noSuchMethod. 264 mirrors/inference_and_no_such_method_test: StaticWarning, OK # Expect to trigger noSuchMethod.
265 mirrors/library_metadata2_test/01: StaticWarning, OK # Compile-time or run-time 265 mirrors/library_metadata2_test/01: CompileTimeError # Test issue 14682
266 266
267 mirrors/basic_types_in_dart_core_test: StaticWarning, OK # API being removed. 267 mirrors/basic_types_in_dart_core_test: StaticWarning, OK # API being removed.
268 mirrors/constructor_kinds_test/01: StaticWarning, OK # API being removed. 268 mirrors/constructor_kinds_test/01: StaticWarning, OK # API being removed.
269 mirrors/constructor_kinds_test/none: StaticWarning, OK # API being removed. 269 mirrors/constructor_kinds_test/none: StaticWarning, OK # API being removed.
270 mirrors/constructors_test: StaticWarning, OK # API being removed. 270 mirrors/constructors_test: StaticWarning, OK # API being removed.
271 mirrors/equality_test/01: StaticWarning, OK # API being removed. 271 mirrors/equality_test/01: StaticWarning, OK # API being removed.
272 mirrors/equality_test/none: StaticWarning, OK # API being removed. 272 mirrors/equality_test/none: StaticWarning, OK # API being removed.
273 mirrors/fake_function_with_call_test: StaticWarning, OK # API being removed. 273 mirrors/fake_function_with_call_test: StaticWarning, OK # API being removed.
274 mirrors/generic_function_typedef_test: StaticWarning, OK # API being removed. 274 mirrors/generic_function_typedef_test: StaticWarning, OK # API being removed.
275 mirrors/generic_type_mirror_test/01: StaticWarning, OK # API being removed. 275 mirrors/generic_type_mirror_test/01: StaticWarning, OK # API being removed.
(...skipping 21 matching lines...) Expand all
297 mirrors/operator_test: StaticWarning, OK # API being removed. 297 mirrors/operator_test: StaticWarning, OK # API being removed.
298 mirrors/parameter_metadata_test: StaticWarning, OK # API being removed. 298 mirrors/parameter_metadata_test: StaticWarning, OK # API being removed.
299 mirrors/parameter_test/01: StaticWarning, OK # API being removed. 299 mirrors/parameter_test/01: StaticWarning, OK # API being removed.
300 mirrors/parameter_test/none: StaticWarning, OK # API being removed. 300 mirrors/parameter_test/none: StaticWarning, OK # API being removed.
301 mirrors/reflect_runtime_type_test: StaticWarning, OK # API being removed. 301 mirrors/reflect_runtime_type_test: StaticWarning, OK # API being removed.
302 mirrors/reflect_uninstantiated_class_test: StaticWarning, OK # API being removed . 302 mirrors/reflect_uninstantiated_class_test: StaticWarning, OK # API being removed .
303 mirrors/regress_14304_test: StaticWarning, OK # API being removed. 303 mirrors/regress_14304_test: StaticWarning, OK # API being removed.
304 mirrors/return_type_test: StaticWarning, OK # API being removed. 304 mirrors/return_type_test: StaticWarning, OK # API being removed.
305 mirrors/static_test: StaticWarning, OK # API being removed. 305 mirrors/static_test: StaticWarning, OK # API being removed.
306 mirrors/to_string_test: StaticWarning, OK # API being removed. 306 mirrors/to_string_test: StaticWarning, OK # API being removed.
OLDNEW
« no previous file with comments | « tests/language/language_analyzer.status ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698