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

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

Issue 22909033: Removed status file entries refering to non-existent multitests (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge
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
« no previous file with comments | « no previous file | dart/tests/language/language_analyzer.status » ('j') | 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 # 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 [ $compiler == dart2js && ($runtime == ie9 || $runtime == ie10) ] 8 [ $compiler == dart2js && ($runtime == ie9 || $runtime == ie10) ]
9 licm2_test: Skip # Issue 12298 9 licm2_test: Skip # Issue 12298
10 10
(...skipping 147 matching lines...) Expand 10 before | Expand all | Expand 10 after
158 # Fails in conservative mode, issue 4935, passes in minifinying mode. 158 # Fails in conservative mode, issue 4935, passes in minifinying mode.
159 argument_definition_test/*: Skip # Not implemented. 159 argument_definition_test/*: Skip # Not implemented.
160 const_var_test: Pass, Fail # Map literals take 2 type arguments. 160 const_var_test: Pass, Fail # Map literals take 2 type arguments.
161 map_literal3_test: Fail # Map literals take 2 type arguments. 161 map_literal3_test: Fail # Map literals take 2 type arguments.
162 class_cycle_negative_test: Fail, OK # Bad test: assumes eager loading. 162 class_cycle_negative_test: Fail, OK # Bad test: assumes eager loading.
163 interface_cycle_negative_test: Fail, OK # Bad test: assumes eager loading. 163 interface_cycle_negative_test: Fail, OK # Bad test: assumes eager loading.
164 # Common problems with dart2js. In illegal family, invalid 164 # Common problems with dart2js. In illegal family, invalid
165 # declarations are simply not parsed. In pseudo kw dart2js 165 # declarations are simply not parsed. In pseudo kw dart2js
166 # chokes on things like typedef(x) => "typedef $x" and alike. 166 # chokes on things like typedef(x) => "typedef $x" and alike.
167 abstract_syntax_test/01: Fail 167 abstract_syntax_test/01: Fail
168 abstract_syntax_test/02: Fail
169 pseudo_kw_test: Fail 168 pseudo_kw_test: Fail
170 # external keyword is not yet supported by dart2js/dart2dart. 169 # external keyword is not yet supported by dart2js/dart2dart.
171 external_test/*: Skip 170 external_test/*: Skip
172 lazy_static3_test: Fail # Issue 12593 171 lazy_static3_test: Fail # Issue 12593
173 # dart2js frontend doesn't even analyse problematic classes. 172 # dart2js frontend doesn't even analyse problematic classes.
174 duplicate_implements_test/01: Fail 173 duplicate_implements_test/01: Fail
175 duplicate_implements_test/02: Fail 174 duplicate_implements_test/02: Fail
176 duplicate_implements_test/03: Fail 175 duplicate_implements_test/03: Fail
177 duplicate_implements_test/04: Fail 176 duplicate_implements_test/04: Fail
178 method_override4_test: Fail 177 method_override4_test: Fail
(...skipping 37 matching lines...) Expand 10 before | Expand all | Expand 10 after
216 new_expression_type_args_test/01: Fail # Wrongly reports compile-time error. 215 new_expression_type_args_test/01: Fail # Wrongly reports compile-time error.
217 216
218 get_set_syntax_test/00: Fail # Fixed by https://chromiumcodereview.appspot.com/1 0915111 217 get_set_syntax_test/00: Fail # Fixed by https://chromiumcodereview.appspot.com/1 0915111
219 get_set_syntax_test/01: Fail # Fixed by https://chromiumcodereview.appspot.com/1 0915111 218 get_set_syntax_test/01: Fail # Fixed by https://chromiumcodereview.appspot.com/1 0915111
220 get_set_syntax_test/02: Fail # Fixed by https://chromiumcodereview.appspot.com/1 0915111 219 get_set_syntax_test/02: Fail # Fixed by https://chromiumcodereview.appspot.com/1 0915111
221 get_set_syntax_test/03: Fail # Fixed by https://chromiumcodereview.appspot.com/1 0915111 220 get_set_syntax_test/03: Fail # Fixed by https://chromiumcodereview.appspot.com/1 0915111
222 get_set_syntax_test/04: Fail # Fixed by https://chromiumcodereview.appspot.com/1 0915111 221 get_set_syntax_test/04: Fail # Fixed by https://chromiumcodereview.appspot.com/1 0915111
223 get_set_syntax_test/05: Fail # Fixed by https://chromiumcodereview.appspot.com/1 0915111 222 get_set_syntax_test/05: Fail # Fixed by https://chromiumcodereview.appspot.com/1 0915111
224 get_set_syntax_test/06: Fail # Fixed by https://chromiumcodereview.appspot.com/1 0915111 223 get_set_syntax_test/06: Fail # Fixed by https://chromiumcodereview.appspot.com/1 0915111
225 get_set_syntax_test/07: Fail # Fixed by https://chromiumcodereview.appspot.com/1 0915111 224 get_set_syntax_test/07: Fail # Fixed by https://chromiumcodereview.appspot.com/1 0915111
226 get_set_syntax_test/08: Fail # Fixed by https://chromiumcodereview.appspot.com/1 0915111
227 get_set_syntax_test/13: Fail # Fixed by https://chromiumcodereview.appspot.com/1 0915111 225 get_set_syntax_test/13: Fail # Fixed by https://chromiumcodereview.appspot.com/1 0915111
228 get_set_syntax_test/14: Fail # Fixed by https://chromiumcodereview.appspot.com/1 0915111 226 get_set_syntax_test/14: Fail # Fixed by https://chromiumcodereview.appspot.com/1 0915111
229 get_set_syntax_test/15: Fail # Fixed by https://chromiumcodereview.appspot.com/1 0915111 227 get_set_syntax_test/15: Fail # Fixed by https://chromiumcodereview.appspot.com/1 0915111
230 228
231 # Only checked mode reports an error on type assignment 229 # Only checked mode reports an error on type assignment
232 # problems in compile time constants. 230 # problems in compile time constants.
233 compile_time_constant_checked_test/02: Fail, OK 231 compile_time_constant_checked_test/02: Fail, OK
234 compile_time_constant_checked2_test/01: Fail, OK 232 compile_time_constant_checked2_test/01: Fail, OK
235 compile_time_constant_checked2_test/02: Fail, OK 233 compile_time_constant_checked2_test/02: Fail, OK
236 compile_time_constant_checked2_test/03: Fail, OK 234 compile_time_constant_checked2_test/03: Fail, OK
(...skipping 19 matching lines...) Expand all
256 import_core_prefix_test: Pass 254 import_core_prefix_test: Pass
257 prefix22_test: Pass 255 prefix22_test: Pass
258 invocation_mirror_test: Fail, OK # hardcoded names. 256 invocation_mirror_test: Fail, OK # hardcoded names.
259 super_call4_test: Fail, OK # hardcoded names. 257 super_call4_test: Fail, OK # hardcoded names.
260 258
261 [ $compiler == dart2js || $compiler == dart2dart] 259 [ $compiler == dart2js || $compiler == dart2dart]
262 null_test/03: Fail # Issue 12445. 260 null_test/03: Fail # Issue 12445.
263 261
264 [ $compiler == dart2js ] 262 [ $compiler == dart2js ]
265 null_test/none: Fail # Issue 12482 263 null_test/none: Fail # Issue 12482
OLDNEW
« no previous file with comments | « no previous file | dart/tests/language/language_analyzer.status » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698