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

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

Issue 21049012: Update VM to handle malformed types according to revised spec (issues 9055, (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
« no previous file with comments | « tests/language/isnot_malformed_type_test.dart ('k') | tests/language/language_dart2js.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 # 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.
11 # 11 #
12 # 1) Copy the old version of the test to 12 # 1) Copy the old version of the test to
13 # tests/language/src/test_name_[dartc|vm]_test.dart. 13 # tests/language/src/test_name_[dartc|vm]_test.dart.
14 # to maintain coverage. 14 # to maintain coverage.
15 # 2) File a bug on each architecture for the failure due to the language change. 15 # 2) File a bug on each architecture for the failure due to the language change.
16 # 3) Update the language/src directory with the updated test. 16 # 3) Update the language/src directory with the updated test.
17 17
18 [ $compiler == dart2dart ] 18 [ $compiler == dart2dart ]
19 mixin_super_constructor_named_test: Fail 19 mixin_super_constructor_named_test: Fail
20 mixin_super_constructor_positionals_test: Fail 20 mixin_super_constructor_positionals_test: Fail
21 function_type_alias6_test/00: Fail # Issue 11986 21 function_type_alias6_test/00: Fail # Issue 11986
22 function_type_alias9_test/00: Crash # Issue 11986 22 function_type_alias9_test/00: Crash # Issue 11986
23 library_ambiguous_test/04: Fail # Issue 12105
24 23
25 [ $compiler == none ] 24 [ $compiler == none ]
26 mixin_super_constructor_named_test: Fail 25 mixin_super_constructor_named_test: Fail
27 mixin_super_constructor_positionals_test: Fail 26 mixin_super_constructor_positionals_test: Fail
28 built_in_identifier_prefix_test: Fail # http://dartbug.com/6970 27 built_in_identifier_prefix_test: Fail # http://dartbug.com/6970
29 library_juxtaposition_test: Fail # Issue 6877 28 library_juxtaposition_test: Fail # Issue 6877
30 pseudo_kw_illegal_test/14: Fail # Issue 356 29 pseudo_kw_illegal_test/14: Fail # Issue 356
31 bound_closure_equality_test: Fail # Issue 10849 30 bound_closure_equality_test: Fail # Issue 10849
32 library_ambiguous_test/04: Fail # Issue 12105
33 31
34 # These bugs refer currently ongoing language discussions. 32 # These bugs refer currently ongoing language discussions.
35 constructor5_test: Fail # (Discussion ongoing) 33 constructor5_test: Fail # (Discussion ongoing)
36 34
37 constructor_initializer_test: Fail # Side effects in constructor parameters 35 constructor_initializer_test: Fail # Side effects in constructor parameters
38 36
39 constructor6_test: Fail # Issue 6422 37 constructor6_test: Fail # Issue 6422
40 closure_in_initializer_test: Fail # Issue 6422 38 closure_in_initializer_test: Fail # Issue 6422
41 39
42 # Regular bugs which should be fixed. 40 # Regular bugs which should be fixed.
(...skipping 32 matching lines...) Expand 10 before | Expand all | Expand 10 after
75 closures_initializer2_test: Crash # issue 8847 73 closures_initializer2_test: Crash # issue 8847
76 74
77 mixin_forwarding_constructor2_test: Fail # Issue 11888 75 mixin_forwarding_constructor2_test: Fail # Issue 11888
78 mixin_typedef_constructor_test: Fail # Issue 11888 76 mixin_typedef_constructor_test: Fail # Issue 11888
79 mixin_type_parameter2_test: Fail # Issue 11888 77 mixin_type_parameter2_test: Fail # Issue 11888
80 78
81 const_constructor_mixin_test/01: Fail # Issue 11917 79 const_constructor_mixin_test/01: Fail # Issue 11917
82 const_constructor_mixin2_test/01: Fail # Issue 11917 80 const_constructor_mixin2_test/01: Fail # Issue 11917
83 const_constructor_mixin3_test/01: Fail # Issue 11917 81 const_constructor_mixin3_test/01: Fail # Issue 11917
84 82
85 is_not_class2_test: Fail # Issue 9055
86 list_literal_syntax_test/01: Fail # Issue 9055
87 list_literal_syntax_test/02: Fail # Issue 9055
88 list_literal_syntax_test/03: Fail # Issue 9055
89 malformed_inheritance_test/02: Fail # Issue 9055
90 malformed_inheritance_test/04: Fail # Issue 9055
91 malformed_inheritance_test/06: Fail # Issue 9055
92 malformed_test/none: Fail # Issue 9055
93 prefix9_test: Fail # Issue 9055
94 try_catch_on_syntax_test/07: Fail # Issue 9055
95 try_catch_syntax_test/08: Fail # Issue 9055
96 type_variable_bounds_test/08: Fail # Issue 9055
97 wrong_number_type_arguments_test/01: Fail # Issue 9055
98
99 [ $compiler == none && $checked ]
100 function_malformed_result_type_test: Fail # Issue 9055
101 new_expression_type_args_test/02: Fail # Issue 9055
102 prefix16_test: Fail # Issue 9055
103 type_parameter_test/01: Fail # Issue 9055
104 type_parameter_test/02: Fail # Issue 9055
105 type_parameter_test/03: Fail # Issue 9055
106 type_parameter_test/04: Fail # Issue 9055
107 type_parameter_test/05: Fail # Issue 9055
108 type_parameter_test/06: Fail # Issue 9055
109 type_variable_bounds_test/07: Fail # Issue 9055
110 type_variable_scope2_test: Fail # Issue 9055
111 type_variable_scope_test/00: Fail # Issue 9055
112 type_variable_scope_test/01: Fail # Issue 9055
113 type_variable_scope_test/02: Fail # Issue 9055
114 type_variable_scope_test/03: Fail # Issue 9055
115 type_variable_scope_test/04: Fail # Issue 9055
116 type_variable_scope_test/05: Fail # Issue 9055
117 wrong_number_type_arguments_test/02: Fail # Issue 9055
118
119 [ $compiler == none && $unchecked ] 83 [ $compiler == none && $unchecked ]
120 84
121 # Only checked mode reports an error on type assignment 85 # Only checked mode reports an error on type assignment
122 # problems in compile time constants. 86 # problems in compile time constants.
123 compile_time_constant_checked_test/02: Fail, OK 87 compile_time_constant_checked_test/02: Fail, OK
124 compile_time_constant_checked2_test/01: Fail, OK 88 compile_time_constant_checked2_test/01: Fail, OK
125 compile_time_constant_checked2_test/02: Fail, OK 89 compile_time_constant_checked2_test/02: Fail, OK
126 compile_time_constant_checked2_test/03: Fail, OK 90 compile_time_constant_checked2_test/03: Fail, OK
127 compile_time_constant_checked2_test/04: Fail, OK 91 compile_time_constant_checked2_test/04: Fail, OK
128 compile_time_constant_checked2_test/05: Fail, OK 92 compile_time_constant_checked2_test/05: Fail, OK
(...skipping 203 matching lines...) Expand 10 before | Expand all | Expand 10 after
332 compile_time_constant_checked3_test/06: Fail, OK 296 compile_time_constant_checked3_test/06: Fail, OK
333 297
334 type_error_test: Fail, OK # VM bug: http://dartbug.com/5280 298 type_error_test: Fail, OK # VM bug: http://dartbug.com/5280
335 299
336 type_variable_field_initializer_closure_test: Crash # VM bug: issue 8847 300 type_variable_field_initializer_closure_test: Crash # VM bug: issue 8847
337 closures_initializer_test: Crash # VM bug: issue 8847 301 closures_initializer_test: Crash # VM bug: issue 8847
338 closures_initializer2_test: Crash # VM bug: issue 8847 302 closures_initializer2_test: Crash # VM bug: issue 8847
339 303
340 bound_closure_equality_test: Fail # Issue 10849 304 bound_closure_equality_test: Fail # Issue 10849
341 305
342 is_not_class2_test: Fail # Issue 9055
343 list_literal_syntax_test/01: Fail # Issue 9055
344 list_literal_syntax_test/02: Fail # Issue 9055
345 list_literal_syntax_test/03: Fail # Issue 9055
346 malformed_inheritance_test/02: Fail # Issue 9055
347 malformed_inheritance_test/04: Fail # Issue 9055
348 malformed_inheritance_test/06: Fail # Issue 9055
349 malformed_test/none: Fail # Issue 9055
350 try_catch_on_syntax_test/07: Fail # Issue 9055
351 try_catch_syntax_test/08: Fail # Issue 9055
352
353
354 [ $compiler == dart2dart && $minified ] 306 [ $compiler == dart2dart && $minified ]
355 super_getter_setter_test: Fail # Issue 11065. 307 super_getter_setter_test: Fail # Issue 11065.
356 308
357 # TODO(tball): Assign proper bug numbers. 309 # TODO(tball): Assign proper bug numbers.
358 class_literal_test: Fail 310 class_literal_test: Fail
359 311
360 import_core_prefix_test: Pass 312 import_core_prefix_test: Pass
361 prefix22_test: Pass 313 prefix22_test: Pass
362 invocation_mirror_test: Fail, OK # hardcoded names. 314 invocation_mirror_test: Fail, OK # hardcoded names.
363 super_call4_test: Fail, OK # hardcoded names. 315 super_call4_test: Fail, OK # hardcoded names.
364 316
365 317
366 [ $arch == simarm || $arch == arm ] 318 [ $arch == simarm || $arch == arm ]
367 try_catch4_test: Crash, Fail 319 try_catch4_test: Crash, Fail
368 320
369 321
370 [ $arch == mips ] 322 [ $arch == mips ]
371 *: Skip 323 *: Skip
372 324
373 [ $arch == simmips ] 325 [ $arch == simmips ]
374 try_catch4_test: Fail 326 try_catch4_test: Fail
OLDNEW
« no previous file with comments | « tests/language/isnot_malformed_type_test.dart ('k') | tests/language/language_dart2js.status » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698