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

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

Issue 10836128: A visitor that builds a map from node to "Usage". (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 8 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 # This directory contains tests that are intended to show the 5 # This directory contains tests that are intended to show the
6 # current state of the language. 6 # current state of the language.
7 7
8 # In order to maintain maximum test coverage for all builds, 8 # In order to maintain maximum test coverage for all builds,
9 # please use the following procedure to mark a test 9 # please use the following procedure to mark a test
10 # failed on architectures other than the one you are working on. 10 # failed on architectures other than the one you are working on.
(...skipping 125 matching lines...) Expand 10 before | Expand all | Expand 10 after
136 136
137 [ $arch == simarm ] 137 [ $arch == simarm ]
138 *: Skip 138 *: Skip
139 139
140 [ $arch == arm ] 140 [ $arch == arm ]
141 *: Skip 141 *: Skip
142 142
143 [ $compiler == dart2dart ] 143 [ $compiler == dart2dart ]
144 # Tests that crash after reverting resolution of type variables in default claus e. 144 # Tests that crash after reverting resolution of type variables in default claus e.
145 # https://chromiumcodereview.appspot.com/10824062/ 145 # https://chromiumcodereview.appspot.com/10824062/
146 default_factory2_test/01: Crash 146 default_factory2_test/01: Fail
147 default_factory3_test: Crash 147 default_factory3_test: Fail
148 factory2_test: Crash
149 function_type_alias6_test: Crash 148 function_type_alias6_test: Crash
150 type_variable_scope_test/00: Crash 149 type_variable_scope_test/00: Fail
151 type_variable_scope_test/01: Crash 150 type_variable_scope_test/01: Fail
152 type_variable_scope_test/02: Crash 151 type_variable_scope_test/02: Fail
153 type_variable_scope_test/03: Crash 152 type_variable_scope_test/03: Fail
154 type_variable_scope_test/04: Crash 153 type_variable_scope_test/04: Fail
155 type_variable_scope_test/05: Crash 154 type_variable_scope_test/05: Fail
156 type_variable_scope_test/none: Crash
157 # Passes VMOptions, should be supported in test framework. 155 # Passes VMOptions, should be supported in test framework.
158 assertion_test: Fail 156 assertion_test: Fail
159 bootstrap_test: Fail 157 bootstrap_test: Fail
160 ct_const2_test: Fail, Pass 158 ct_const2_test: Fail, Pass
161 disable_privacy_test: Fail 159 disable_privacy_test: Fail
162 factory3_test: Fail 160 factory3_test: Fail
163 function_field_test: Fail 161 function_field_test: Fail
164 function_type_alias2_test: Fail 162 function_type_alias2_test: Fail
165 generic_test: Fail 163 generic_test: Fail
166 generics2_test: Fail 164 generics2_test: Fail
(...skipping 126 matching lines...) Expand 10 before | Expand all | Expand 10 after
293 method_override2_test/none: Fail 291 method_override2_test/none: Fail
294 method_override_test: Fail 292 method_override_test: Fail
295 named_parameters_type_test: Fail 293 named_parameters_type_test: Fail
296 non_const_super_negative_test: Fail 294 non_const_super_negative_test: Fail
297 number_identifier_negative_test: Fail 295 number_identifier_negative_test: Fail
298 operator1_negative_test: Fail 296 operator1_negative_test: Fail
299 prefix14_test: Fail 297 prefix14_test: Fail
300 prefix15_test: Fail 298 prefix15_test: Fail
301 prefix18_negative_test: Fail 299 prefix18_negative_test: Fail
302 prefix20_negative_test: Fail 300 prefix20_negative_test: Fail
303 prefix21_test: Fail
304 rethrow_test: Fail 301 rethrow_test: Fail
305 savannah_test: Fail 302 savannah_test: Fail
306 static_final_field_negative_test: Fail 303 static_final_field_negative_test: Fail
307 static_top_level_test/00: Fail 304 static_top_level_test/00: Fail
308 static_top_level_test/01: Fail 305 static_top_level_test/01: Fail
309 static_top_level_test/02: Fail 306 static_top_level_test/02: Fail
310 static_top_level_test/03: Fail 307 static_top_level_test/03: Fail
311 static_top_level_test/04: Fail 308 static_top_level_test/04: Fail
312 static_top_level_test/05: Fail 309 static_top_level_test/05: Fail
313 string_interpolation7_test: Fail 310 string_interpolation7_test: Fail
(...skipping 13 matching lines...) Expand all
327 type_variable_bounds2_test/01: Fail 324 type_variable_bounds2_test/01: Fail
328 type_variable_bounds2_test/02: Fail 325 type_variable_bounds2_test/02: Fail
329 type_variable_bounds2_test/03: Fail 326 type_variable_bounds2_test/03: Fail
330 type_variable_bounds2_test/04: Fail 327 type_variable_bounds2_test/04: Fail
331 type_variable_bounds2_test/05: Fail 328 type_variable_bounds2_test/05: Fail
332 type_variable_bounds2_test/06: Fail 329 type_variable_bounds2_test/06: Fail
333 type_variable_bounds2_test/none: Fail 330 type_variable_bounds2_test/none: Fail
334 type_variable_bounds_test/02: Fail 331 type_variable_bounds_test/02: Fail
335 type_variable_bounds_test/04: Fail 332 type_variable_bounds_test/04: Fail
336 type_variable_bounds_test/05: Fail 333 type_variable_bounds_test/05: Fail
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698