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

Side by Side Diff: tests/language/language_analyzer.status

Issue 23056003: Issue 12404. Treat 'dynamic' identifier as a Type object. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 7 years, 4 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
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 [ $compiler == dartanalyzer ] 5 [ $compiler == dartanalyzer ]
6 6
7 # Runtime negative test. No static errors or warnings. 7 # Runtime negative test. No static errors or warnings.
8 closure_call_wrong_argument_count_negative_test: skip 8 closure_call_wrong_argument_count_negative_test: skip
9 9
10 # TBD: using built-in identifers 10 # TBD: using built-in identifers
(...skipping 38 matching lines...) Expand 10 before | Expand all | Expand 10 after
49 prefix10_negative_test: fail 49 prefix10_negative_test: fail
50 50
51 # TBF: no error if A in our library, B extends A in other library, reference B._ private from Test extends B in our library. 51 # TBF: no error if A in our library, B extends A in other library, reference B._ private from Test extends B in our library.
52 private_member1_negative_test: fail 52 private_member1_negative_test: fail
53 private_member2_negative_test: fail 53 private_member2_negative_test: fail
54 private_member3_negative_test: fail 54 private_member3_negative_test: fail
55 55
56 # TBF 56 # TBF
57 pseudo_kw_test: fail 57 pseudo_kw_test: fail
58 58
59 # TBD
60 dynamic_test: Fail # Issue 12404
61
62 59
63 60
64 61
65 # test issue 10683, It is a compile-time error if e refers to the name v or the name v=. 62 # test issue 10683, It is a compile-time error if e refers to the name v or the name v=.
66 block_scope_test: fail 63 block_scope_test: fail
67 lazy_static3_test: fail 64 lazy_static3_test: fail
68 65
69 # test issue 10890; on-catch UnknownType is a static warning, not error 66 # test issue 10890; on-catch UnknownType is a static warning, not error
70 try_catch_on_syntax_test/01: fail 67 try_catch_on_syntax_test/01: fail
71 68
(...skipping 210 matching lines...) Expand 10 before | Expand all | Expand 10 after
282 factory_redirection_test/09: fail 279 factory_redirection_test/09: fail
283 factory_redirection_test/10: fail 280 factory_redirection_test/10: fail
284 factory_redirection_test/11: fail 281 factory_redirection_test/11: fail
285 factory_redirection_test/12: fail 282 factory_redirection_test/12: fail
286 factory_redirection_test/13: fail 283 factory_redirection_test/13: fail
287 factory_redirection_test/14: fail 284 factory_redirection_test/14: fail
288 getters_setters2_test/03: fail 285 getters_setters2_test/03: fail
289 type_variable_bounds3_test/00: fail 286 type_variable_bounds3_test/00: fail
290 type_variable_bounds2_test/05: fail 287 type_variable_bounds2_test/05: fail
291 288
OLDNEW
« no previous file with comments | « editor/tools/plugins/com.google.dart.engine_test/src/com/google/dart/engine/resolver/NonErrorResolverTest.java ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698