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

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

Issue 10945005: Fix expectations after introducing "identical". Again. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 8 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
« no previous file with comments | « no previous file | 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 # 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 52 matching lines...) Expand 10 before | Expand all | Expand 10 after
63 named_parameters_aggregated_test/05: Fail # Compile-time error reported instead of static type warning. 63 named_parameters_aggregated_test/05: Fail # Compile-time error reported instead of static type warning.
64 64
65 lazy_static3_test: Fail # Issue 3558 65 lazy_static3_test: Fail # Issue 3558
66 66
67 67
68 68
69 # DartC specific tests that should not be run by the VM 69 # DartC specific tests that should not be run by the VM
70 *dartc_test: Skip 70 *dartc_test: Skip
71 *dartc_negative_test: Skip 71 *dartc_negative_test: Skip
72 72
73 compile_time_constant10_test: Fail # issue 5214 73 compile_time_constant10_test/none: Fail # issue 5214
74 compile_time_constant10_test/01: Pass # issue 5214
75 compile_time_constant10_test/02: Pass # issue 5214
76 74
77 [ $compiler == none && $mode == debug ] 75 [ $compiler == none && $mode == debug ]
78 gc_test: Skip # Takes too long. 76 gc_test: Skip # Takes too long.
79 77
80 [ $compiler == none && $checked ] 78 [ $compiler == none && $checked ]
81 type_parameter_test/01: Fail # Issue 4932 79 type_parameter_test/01: Fail # Issue 4932
82 type_parameter_test/02: Fail # Issue 4932 80 type_parameter_test/02: Fail # Issue 4932
83 type_parameter_test/03: Fail # Issue 4932 81 type_parameter_test/03: Fail # Issue 4932
84 type_parameter_test/04: Fail # Issue 4932 82 type_parameter_test/04: Fail # Issue 4932
85 83
(...skipping 18 matching lines...) Expand all
104 102
105 [ $compiler == dartc ] 103 [ $compiler == dartc ]
106 implicit_this_test/none: Fail # should not warn about allocating SubAbstract2 104 implicit_this_test/none: Fail # should not warn about allocating SubAbstract2
107 metadata_test: Fail 105 metadata_test: Fail
108 bad_constructor_test/04: Fail # Constructor name clashes with other member 106 bad_constructor_test/04: Fail # Constructor name clashes with other member
109 bad_constructor_test/05: Fail # Constructor name clashes with other member 107 bad_constructor_test/05: Fail # Constructor name clashes with other member
110 bad_constructor_test/06: Fail # Constructor name clashes with other member 108 bad_constructor_test/06: Fail # Constructor name clashes with other member
111 call_constructor_on_unresolvable_class_test/03: Fail, OK # 'library' cannot be u sed as a prefix because it is a built-in identifier 109 call_constructor_on_unresolvable_class_test/03: Fail, OK # 'library' cannot be u sed as a prefix because it is a built-in identifier
112 get_set_syntax_test/none: Fail # does not accept getter/setter with no method bo dy 110 get_set_syntax_test/none: Fail # does not accept getter/setter with no method bo dy
113 application_negative_test: Fail # Runtime only test, rewrite as multitest 111 application_negative_test: Fail # Runtime only test, rewrite as multitest
114 argument_definition_test/01: Fail # Issue 5082
115 argument_definition_test/02: Fail # Issue 5082
116 argument_definition_test/03: Fail # Issue 5082
117 argument_definition_test/04: Fail # Issue 5082
118 argument_definition_test/05: Fail # Issue 5082
ngeoffray 2012/09/18 07:14:36 How did you fix those? Was that a bad merge?
Lasse Reichstein Nielsen 2012/09/18 08:22:36 Yes, a bad merge reintroduced them. Morale: Reload
119 assert_keyword_negative_test: Fail # Runtime only test, rewrite as multitest 112 assert_keyword_negative_test: Fail # Runtime only test, rewrite as multitest
120 assign_instance_method_negative_test: Fail # Runtime only test, rewrite as multi test 113 assign_instance_method_negative_test: Fail # Runtime only test, rewrite as multi test
121 body_less_constructor_wrong_arg_negative_test: Fail # Runtime only test, rewrite as multitest 114 body_less_constructor_wrong_arg_negative_test: Fail # Runtime only test, rewrite as multitest
122 call_nonexistent_static_test/03: Fail # Unresolved static calls are no longer er rors. 115 call_nonexistent_static_test/03: Fail # Unresolved static calls are no longer er rors.
123 call_nonexistent_static_test/04: Fail # Unresolved static calls are no longer er rors. 116 call_nonexistent_static_test/04: Fail # Unresolved static calls are no longer er rors.
124 call_nonexistent_static_test/05: Fail # Unresolved static calls are no longer er rors. 117 call_nonexistent_static_test/05: Fail # Unresolved static calls are no longer er rors.
125 call_nonexistent_static_test/06: Fail # Unresolved static calls are no longer er rors. 118 call_nonexistent_static_test/06: Fail # Unresolved static calls are no longer er rors.
126 call_nonexistent_static_test/07: Fail # Unresolved static calls are no longer er rors. 119 call_nonexistent_static_test/07: Fail # Unresolved static calls are no longer er rors.
127 call_nonexistent_static_test/08: Fail # Unresolved static calls are no longer er rors. 120 call_nonexistent_static_test/08: Fail # Unresolved static calls are no longer er rors.
128 call_nonexistent_static_test/09: Fail # Unresolved static calls are no longer er rors. 121 call_nonexistent_static_test/09: Fail # Unresolved static calls are no longer er rors.
(...skipping 24 matching lines...) Expand all
153 class_literal_test/21 : Fail # language change 3368 146 class_literal_test/21 : Fail # language change 3368
154 class_literal_test/22 : Fail # language change 3368 147 class_literal_test/22 : Fail # language change 3368
155 class_literal_test/23 : Fail # language change 3368 148 class_literal_test/23 : Fail # language change 3368
156 class_literal_test/24 : Fail # language change 3368 149 class_literal_test/24 : Fail # language change 3368
157 class_literal_test/25 : Fail # language change 3368 150 class_literal_test/25 : Fail # language change 3368
158 class_literal_test/26 : Fail # language change 3368 151 class_literal_test/26 : Fail # language change 3368
159 class_literal_test/27 : Fail # language change 3368 152 class_literal_test/27 : Fail # language change 3368
160 class_literal_test/28 : Fail # language change 3368 153 class_literal_test/28 : Fail # language change 3368
161 class_literal_test/29 : Fail # language change 3368 154 class_literal_test/29 : Fail # language change 3368
162 closure_call_wrong_argument_count_negative_test: Fail # Runtime only test, rewri te as multitest 155 closure_call_wrong_argument_count_negative_test: Fail # Runtime only test, rewri te as multitest
163 compile_time_constant10_test: Fail # issue 5215. 156 compile_time_constant10_test/none: Fail # issue 5215.
164 compile_time_constant10_test/01: Pass # issue 5215.
165 compile_time_constant10_test/02: Pass # issue 5215.
166 constructor3_negative_test: Fail # Runtime only test, rewrite as multitest 157 constructor3_negative_test: Fail # Runtime only test, rewrite as multitest
167 constructor_call_wrong_argument_count_negative_test: Fail # Runtime only test, r ewrite as multitest 158 constructor_call_wrong_argument_count_negative_test: Fail # Runtime only test, r ewrite as multitest
168 disable_privacy_test: Fail # Issue 1882: Needs --disable_privacy support. 159 disable_privacy_test: Fail # Issue 1882: Needs --disable_privacy support.
169 duplicate_implements_test/03: Fail, OK # we are going to remove interfaces 160 duplicate_implements_test/03: Fail, OK # we are going to remove interfaces
170 duplicate_implements_test/04: Fail, OK # we are going to remove interfaces 161 duplicate_implements_test/04: Fail, OK # we are going to remove interfaces
171 factory5_test/00: Fail # issue 3079 162 factory5_test/00: Fail # issue 3079
172 field_method4_negative_test: Fail # Runtime only test, rewrite as multitest 163 field_method4_negative_test: Fail # Runtime only test, rewrite as multitest
173 const_syntax_test/09: Fail # Issue 4713 164 const_syntax_test/09: Fail # Issue 4713
174 getter_no_setter_test/01: Fail # Fails to detect compile-time error. 165 getter_no_setter_test/01: Fail # Fails to detect compile-time error.
175 getter_no_setter2_test/01: Fail # Fails to detect compile-time error. 166 getter_no_setter2_test/01: Fail # Fails to detect compile-time error.
(...skipping 204 matching lines...) Expand 10 before | Expand all | Expand 10 after
380 get_set_syntax_test/03: Fail # Fixed by https://chromiumcodereview.appspot.com/1 0915111 371 get_set_syntax_test/03: Fail # Fixed by https://chromiumcodereview.appspot.com/1 0915111
381 get_set_syntax_test/04: Fail # Fixed by https://chromiumcodereview.appspot.com/1 0915111 372 get_set_syntax_test/04: Fail # Fixed by https://chromiumcodereview.appspot.com/1 0915111
382 get_set_syntax_test/05: Fail # Fixed by https://chromiumcodereview.appspot.com/1 0915111 373 get_set_syntax_test/05: Fail # Fixed by https://chromiumcodereview.appspot.com/1 0915111
383 get_set_syntax_test/06: Fail # Fixed by https://chromiumcodereview.appspot.com/1 0915111 374 get_set_syntax_test/06: Fail # Fixed by https://chromiumcodereview.appspot.com/1 0915111
384 get_set_syntax_test/07: Fail # Fixed by https://chromiumcodereview.appspot.com/1 0915111 375 get_set_syntax_test/07: Fail # Fixed by https://chromiumcodereview.appspot.com/1 0915111
385 get_set_syntax_test/08: Fail # Fixed by https://chromiumcodereview.appspot.com/1 0915111 376 get_set_syntax_test/08: Fail # Fixed by https://chromiumcodereview.appspot.com/1 0915111
386 get_set_syntax_test/13: Fail # Fixed by https://chromiumcodereview.appspot.com/1 0915111 377 get_set_syntax_test/13: Fail # Fixed by https://chromiumcodereview.appspot.com/1 0915111
387 get_set_syntax_test/14: Fail # Fixed by https://chromiumcodereview.appspot.com/1 0915111 378 get_set_syntax_test/14: Fail # Fixed by https://chromiumcodereview.appspot.com/1 0915111
388 get_set_syntax_test/15: Fail # Fixed by https://chromiumcodereview.appspot.com/1 0915111 379 get_set_syntax_test/15: Fail # Fixed by https://chromiumcodereview.appspot.com/1 0915111
389 380
390 compile_time_constant10_test: Fail # Triage this. 381 compile_time_constant10_test/none: Fail # Triage this.
391 382
392 # Only checked mode reports an error on type assignment 383 # Only checked mode reports an error on type assignment
393 # problems in compile time constants. 384 # problems in compile time constants.
394 compile_time_constant_checked_test/02: Fail, OK 385 compile_time_constant_checked_test/02: Fail, OK
395 compile_time_constant_checked2_test/01: Fail, OK 386 compile_time_constant_checked2_test/01: Fail, OK
396 compile_time_constant_checked2_test/02: Fail, OK 387 compile_time_constant_checked2_test/02: Fail, OK
397 compile_time_constant_checked2_test/03: Fail, OK 388 compile_time_constant_checked2_test/03: Fail, OK
398 compile_time_constant_checked2_test/04: Fail, OK 389 compile_time_constant_checked2_test/04: Fail, OK
399 compile_time_constant_checked2_test/05: Fail, OK 390 compile_time_constant_checked2_test/05: Fail, OK
400 compile_time_constant_checked2_test/06: Fail, OK 391 compile_time_constant_checked2_test/06: Fail, OK
401 compile_time_constant_checked3_test/01: Fail, OK 392 compile_time_constant_checked3_test/01: Fail, OK
402 compile_time_constant_checked3_test/02: Fail, OK 393 compile_time_constant_checked3_test/02: Fail, OK
403 compile_time_constant_checked3_test/03: Fail, OK 394 compile_time_constant_checked3_test/03: Fail, OK
404 compile_time_constant_checked3_test/04: Fail, OK 395 compile_time_constant_checked3_test/04: Fail, OK
405 compile_time_constant_checked3_test/05: Fail, OK 396 compile_time_constant_checked3_test/05: Fail, OK
406 compile_time_constant_checked3_test/06: Fail, OK 397 compile_time_constant_checked3_test/06: Fail, OK
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698