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

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

Issue 23674003: Update a language test (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 7 years, 3 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 == dart2analyzer ] 5 [ $compiler == dart2analyzer ]
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 112 matching lines...) Expand 10 before | Expand all | Expand 10 after
123 multiple_field_assignment_constructor_test: fail 123 multiple_field_assignment_constructor_test: fail
124 124
125 # Test issue 11545, using not existing constructor name in annotation 125 # Test issue 11545, using not existing constructor name in annotation
126 metadata_test: fail 126 metadata_test: fail
127 127
128 # Test issue 11564, named parameter starts with '_' 128 # Test issue 11564, named parameter starts with '_'
129 named_parameters_with_object_property_names_test: fail 129 named_parameters_with_object_property_names_test: fail
130 130
131 # test issue 11575, classes with abstrac members are not marked as abstract 131 # test issue 11575, classes with abstrac members are not marked as abstract
132 abstract_factory_constructor_test/none: fail 132 abstract_factory_constructor_test/none: fail
133 abstract_syntax_test/none: fail
134 get_set_syntax_test/none: fail 133 get_set_syntax_test/none: fail
135 implicit_this_test/none: fail 134 implicit_this_test/none: fail
136 interface_test/none: fail 135 interface_test/none: fail
137 syntax_test/none: fail 136 syntax_test/none: fail
138 137
139 # test issue 11576 138 # test issue 11576
140 bad_constructor_test/none: fail 139 bad_constructor_test/none: fail
141 140
142 # test issue 11577, has return type for []= 141 # test issue 11577, has return type for []=
143 cascade_test/none: fail 142 cascade_test/none: fail
(...skipping 116 matching lines...) Expand 10 before | Expand all | Expand 10 after
260 factory_redirection_test/09: fail 259 factory_redirection_test/09: fail
261 factory_redirection_test/10: fail 260 factory_redirection_test/10: fail
262 factory_redirection_test/11: fail 261 factory_redirection_test/11: fail
263 factory_redirection_test/12: fail 262 factory_redirection_test/12: fail
264 factory_redirection_test/13: fail 263 factory_redirection_test/13: fail
265 factory_redirection_test/14: fail 264 factory_redirection_test/14: fail
266 getters_setters2_test/03: fail 265 getters_setters2_test/03: fail
267 type_variable_bounds3_test/00: fail 266 type_variable_bounds3_test/00: fail
268 type_variable_bounds2_test/05: fail 267 type_variable_bounds2_test/05: fail
269 268
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698