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

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

Issue 22685007: Implement updated method overriding rules in the vm. (Closed) Base URL: http://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 illegal_invocation_test/01: fail # Issue: 11892 10 illegal_invocation_test/01: fail # Issue: 11892
(...skipping 68 matching lines...) Expand 10 before | Expand all | Expand 10 after
79 79
80 # TBF: hiding at start of the block and declared after declaration statement 80 # TBF: hiding at start of the block and declared after declaration statement
81 scope_negative_test: fail 81 scope_negative_test: fail
82 82
83 # TBF: 'instance.staticMethod()' is static warning 83 # TBF: 'instance.staticMethod()' is static warning
84 static_field_test/01: fail 84 static_field_test/01: fail
85 static_field_test/02: fail 85 static_field_test/02: fail
86 static_field_test/03: fail 86 static_field_test/03: fail
87 87
88 # TBF 88 # TBF
89 bad_override_test/06: fail # issue 11497
89 method_override2_test/00: fail # issue 11497 90 method_override2_test/00: fail # issue 11497
90 method_override2_test/01: fail # issue 11497 91 method_override2_test/01: fail # issue 11497
91 method_override2_test/02: fail # issue 11497 92 method_override2_test/02: fail # issue 11497
92 method_override2_test/03: fail # issue 11497 93 method_override2_test/03: fail # issue 11497
93 method_override3_test/00: fail # issue 11497 94 method_override3_test/00: fail # issue 11497
94 method_override3_test/01: fail # issue 11497 95 method_override3_test/01: fail # issue 11497
95 method_override3_test/02: fail # issue 11497 96 method_override3_test/02: fail # issue 11497
96 method_override4_test: fail # issue 11497 97 method_override4_test: fail # issue 11497
97 method_override5_test: fail # issue 11497 98 method_override5_test: fail # issue 11497
98 method_override6_test: fail # issue 11497 99 method_override6_test: fail # issue 11497
(...skipping 215 matching lines...) Expand 10 before | Expand all | Expand 10 after
314 factory_redirection_test/09: fail 315 factory_redirection_test/09: fail
315 factory_redirection_test/10: fail 316 factory_redirection_test/10: fail
316 factory_redirection_test/11: fail 317 factory_redirection_test/11: fail
317 factory_redirection_test/12: fail 318 factory_redirection_test/12: fail
318 factory_redirection_test/13: fail 319 factory_redirection_test/13: fail
319 factory_redirection_test/14: fail 320 factory_redirection_test/14: fail
320 getters_setters2_test/03: fail 321 getters_setters2_test/03: fail
321 type_variable_bounds3_test/00: fail 322 type_variable_bounds3_test/00: fail
322 type_variable_bounds2_test/05: fail 323 type_variable_bounds2_test/05: fail
323 324
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698