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

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

Issue 23314005: Fix test that contains compile-time error. (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
« no previous file with comments | « tests/language/compile_time_constant10_test.dart ('k') | no next file » | 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 23 matching lines...) Expand all
34 # Regular bugs which should be fixed. 34 # Regular bugs which should be fixed.
35 const_init6_negative_test: Fail # Issue 811 35 const_init6_negative_test: Fail # Issue 811
36 super_first_constructor_test: Fail # Issue 1372. 36 super_first_constructor_test: Fail # Issue 1372.
37 37
38 parameter_initializer6_negative_test: Fail # Issue 3502 38 parameter_initializer6_negative_test: Fail # Issue 3502
39 39
40 named_parameters_aggregated_test/05: Fail # Compile-time error reported instead of static type warning. 40 named_parameters_aggregated_test/05: Fail # Compile-time error reported instead of static type warning.
41 41
42 lazy_static3_test: Fail # Issue 3558 42 lazy_static3_test: Fail # Issue 3558
43 43
44 compile_time_constant10_test/none: Fail # issue 5214
45
46 export_cyclic_test: Fail, Crash # issue 6060 44 export_cyclic_test: Fail, Crash # issue 6060
47 duplicate_export_negative_test: Fail # issue 6134 45 duplicate_export_negative_test: Fail # issue 6134
48 type_annotation_test/04: Fail # Issue 6970 46 type_annotation_test/04: Fail # Issue 6970
49 type_annotation_test/06: Fail # Issue 6973 47 type_annotation_test/06: Fail # Issue 6973
50 type_annotation_test/09: Fail # Issue 6973 48 type_annotation_test/09: Fail # Issue 6973
51 49
52 on_catch_malformed_type_test: Fail # Issue 8601 50 on_catch_malformed_type_test: Fail # Issue 8601
53 51
54 mixin_mixin_test: Fail 52 mixin_mixin_test: Fail
55 mixin_issue10216_2_test: Fail 53 mixin_issue10216_2_test: Fail
(...skipping 206 matching lines...) Expand 10 before | Expand all | Expand 10 after
262 get_set_syntax_test/03: Fail # Fixed by https://chromiumcodereview.appspot.com/1 0915111 260 get_set_syntax_test/03: Fail # Fixed by https://chromiumcodereview.appspot.com/1 0915111
263 get_set_syntax_test/04: Fail # Fixed by https://chromiumcodereview.appspot.com/1 0915111 261 get_set_syntax_test/04: Fail # Fixed by https://chromiumcodereview.appspot.com/1 0915111
264 get_set_syntax_test/05: Fail # Fixed by https://chromiumcodereview.appspot.com/1 0915111 262 get_set_syntax_test/05: Fail # Fixed by https://chromiumcodereview.appspot.com/1 0915111
265 get_set_syntax_test/06: Fail # Fixed by https://chromiumcodereview.appspot.com/1 0915111 263 get_set_syntax_test/06: Fail # Fixed by https://chromiumcodereview.appspot.com/1 0915111
266 get_set_syntax_test/07: Fail # Fixed by https://chromiumcodereview.appspot.com/1 0915111 264 get_set_syntax_test/07: Fail # Fixed by https://chromiumcodereview.appspot.com/1 0915111
267 get_set_syntax_test/08: Fail # Fixed by https://chromiumcodereview.appspot.com/1 0915111 265 get_set_syntax_test/08: Fail # Fixed by https://chromiumcodereview.appspot.com/1 0915111
268 get_set_syntax_test/13: Fail # Fixed by https://chromiumcodereview.appspot.com/1 0915111 266 get_set_syntax_test/13: Fail # Fixed by https://chromiumcodereview.appspot.com/1 0915111
269 get_set_syntax_test/14: Fail # Fixed by https://chromiumcodereview.appspot.com/1 0915111 267 get_set_syntax_test/14: Fail # Fixed by https://chromiumcodereview.appspot.com/1 0915111
270 get_set_syntax_test/15: Fail # Fixed by https://chromiumcodereview.appspot.com/1 0915111 268 get_set_syntax_test/15: Fail # Fixed by https://chromiumcodereview.appspot.com/1 0915111
271 269
272 compile_time_constant10_test/none: Fail # Triage this.
273
274 # Only checked mode reports an error on type assignment 270 # Only checked mode reports an error on type assignment
275 # problems in compile time constants. 271 # problems in compile time constants.
276 compile_time_constant_checked_test/02: Fail, OK 272 compile_time_constant_checked_test/02: Fail, OK
277 compile_time_constant_checked2_test/01: Fail, OK 273 compile_time_constant_checked2_test/01: Fail, OK
278 compile_time_constant_checked2_test/02: Fail, OK 274 compile_time_constant_checked2_test/02: Fail, OK
279 compile_time_constant_checked2_test/03: Fail, OK 275 compile_time_constant_checked2_test/03: Fail, OK
280 compile_time_constant_checked2_test/04: Fail, OK 276 compile_time_constant_checked2_test/04: Fail, OK
281 compile_time_constant_checked2_test/05: Fail, OK 277 compile_time_constant_checked2_test/05: Fail, OK
282 compile_time_constant_checked2_test/06: Fail, OK 278 compile_time_constant_checked2_test/06: Fail, OK
283 compile_time_constant_checked3_test/01: Fail, OK 279 compile_time_constant_checked3_test/01: Fail, OK
(...skipping 17 matching lines...) Expand all
301 super_call4_test: Fail, OK # hardcoded names. 297 super_call4_test: Fail, OK # hardcoded names.
302 298
303 [ $compiler == dart2js || $compiler == dart2dart] 299 [ $compiler == dart2js || $compiler == dart2dart]
304 null_test/03: Fail # Issue 12445. 300 null_test/03: Fail # Issue 12445.
305 301
306 [ $compiler == dart2js ] 302 [ $compiler == dart2js ]
307 null_test/none: Fail # Issue 12482 303 null_test/none: Fail # Issue 12482
308 304
309 [ $compiler == dartanalyzer ] 305 [ $compiler == dartanalyzer ]
310 null_test/03: Fail # Issue 12484 306 null_test/03: Fail # Issue 12484
OLDNEW
« no previous file with comments | « tests/language/compile_time_constant10_test.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698