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

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

Issue 10949002: Update test expectations some more. (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 | « tests/co19/co19-runtime.status ('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 # 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: Fail # issue 5214
ngeoffray 2012/09/18 07:11:57 Is that matched? I thought you had to put '/none'
74 compile_time_constant10_test/01: Pass # issue 5214
75 compile_time_constant10_test/02: Pass # issue 5214
ngeoffray 2012/09/18 07:11:57 Maybe also explain why they pass.
74 76
75 [ $compiler == none && $mode == debug ] 77 [ $compiler == none && $mode == debug ]
76 gc_test: Skip # Takes too long. 78 gc_test: Skip # Takes too long.
77 79
78 [ $compiler == none && $checked ] 80 [ $compiler == none && $checked ]
79 type_parameter_test/01: Fail # Issue 4932 81 type_parameter_test/01: Fail # Issue 4932
80 type_parameter_test/02: Fail # Issue 4932 82 type_parameter_test/02: Fail # Issue 4932
81 type_parameter_test/03: Fail # Issue 4932 83 type_parameter_test/03: Fail # Issue 4932
82 type_parameter_test/04: Fail # Issue 4932 84 type_parameter_test/04: Fail # Issue 4932
83 85
(...skipping 18 matching lines...) Expand all
102 104
103 [ $compiler == dartc ] 105 [ $compiler == dartc ]
104 implicit_this_test/none: Fail # should not warn about allocating SubAbstract2 106 implicit_this_test/none: Fail # should not warn about allocating SubAbstract2
105 metadata_test: Fail 107 metadata_test: Fail
106 bad_constructor_test/04: Fail # Constructor name clashes with other member 108 bad_constructor_test/04: Fail # Constructor name clashes with other member
107 bad_constructor_test/05: Fail # Constructor name clashes with other member 109 bad_constructor_test/05: Fail # Constructor name clashes with other member
108 bad_constructor_test/06: Fail # Constructor name clashes with other member 110 bad_constructor_test/06: Fail # Constructor name clashes with other member
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 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
110 get_set_syntax_test/none: Fail # does not accept getter/setter with no method bo dy 112 get_set_syntax_test/none: Fail # does not accept getter/setter with no method bo dy
111 application_negative_test: Fail # Runtime only test, rewrite as multitest 113 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
112 assert_keyword_negative_test: Fail # Runtime only test, rewrite as multitest 119 assert_keyword_negative_test: Fail # Runtime only test, rewrite as multitest
113 assign_instance_method_negative_test: Fail # Runtime only test, rewrite as multi test 120 assign_instance_method_negative_test: Fail # Runtime only test, rewrite as multi test
114 body_less_constructor_wrong_arg_negative_test: Fail # Runtime only test, rewrite as multitest 121 body_less_constructor_wrong_arg_negative_test: Fail # Runtime only test, rewrite as multitest
115 call_nonexistent_static_test/03: Fail # Unresolved static calls are no longer er rors. 122 call_nonexistent_static_test/03: Fail # Unresolved static calls are no longer er rors.
116 call_nonexistent_static_test/04: Fail # Unresolved static calls are no longer er rors. 123 call_nonexistent_static_test/04: Fail # Unresolved static calls are no longer er rors.
117 call_nonexistent_static_test/05: Fail # Unresolved static calls are no longer er rors. 124 call_nonexistent_static_test/05: Fail # Unresolved static calls are no longer er rors.
118 call_nonexistent_static_test/06: Fail # Unresolved static calls are no longer er rors. 125 call_nonexistent_static_test/06: Fail # Unresolved static calls are no longer er rors.
119 call_nonexistent_static_test/07: Fail # Unresolved static calls are no longer er rors. 126 call_nonexistent_static_test/07: Fail # Unresolved static calls are no longer er rors.
120 call_nonexistent_static_test/08: Fail # Unresolved static calls are no longer er rors. 127 call_nonexistent_static_test/08: Fail # Unresolved static calls are no longer er rors.
121 call_nonexistent_static_test/09: Fail # Unresolved static calls are no longer er rors. 128 call_nonexistent_static_test/09: Fail # Unresolved static calls are no longer er rors.
(...skipping 25 matching lines...) Expand all
147 class_literal_test/22 : Fail # language change 3368 154 class_literal_test/22 : Fail # language change 3368
148 class_literal_test/23 : Fail # language change 3368 155 class_literal_test/23 : Fail # language change 3368
149 class_literal_test/24 : Fail # language change 3368 156 class_literal_test/24 : Fail # language change 3368
150 class_literal_test/25 : Fail # language change 3368 157 class_literal_test/25 : Fail # language change 3368
151 class_literal_test/26 : Fail # language change 3368 158 class_literal_test/26 : Fail # language change 3368
152 class_literal_test/27 : Fail # language change 3368 159 class_literal_test/27 : Fail # language change 3368
153 class_literal_test/28 : Fail # language change 3368 160 class_literal_test/28 : Fail # language change 3368
154 class_literal_test/29 : Fail # language change 3368 161 class_literal_test/29 : Fail # language change 3368
155 closure_call_wrong_argument_count_negative_test: Fail # Runtime only test, rewri te as multitest 162 closure_call_wrong_argument_count_negative_test: Fail # Runtime only test, rewri te as multitest
156 compile_time_constant10_test: Fail # issue 5215. 163 compile_time_constant10_test: Fail # issue 5215.
164 compile_time_constant10_test/01: Pass # issue 5215.
165 compile_time_constant10_test/02: Pass # issue 5215.
157 constructor3_negative_test: Fail # Runtime only test, rewrite as multitest 166 constructor3_negative_test: Fail # Runtime only test, rewrite as multitest
158 constructor_call_wrong_argument_count_negative_test: Fail # Runtime only test, r ewrite as multitest 167 constructor_call_wrong_argument_count_negative_test: Fail # Runtime only test, r ewrite as multitest
159 disable_privacy_test: Fail # Issue 1882: Needs --disable_privacy support. 168 disable_privacy_test: Fail # Issue 1882: Needs --disable_privacy support.
160 duplicate_implements_test/03: Fail, OK # we are going to remove interfaces 169 duplicate_implements_test/03: Fail, OK # we are going to remove interfaces
161 duplicate_implements_test/04: Fail, OK # we are going to remove interfaces 170 duplicate_implements_test/04: Fail, OK # we are going to remove interfaces
162 factory5_test/00: Fail # issue 3079 171 factory5_test/00: Fail # issue 3079
163 field_method4_negative_test: Fail # Runtime only test, rewrite as multitest 172 field_method4_negative_test: Fail # Runtime only test, rewrite as multitest
164 const_syntax_test/09: Fail # Issue 4713 173 const_syntax_test/09: Fail # Issue 4713
165 getter_no_setter_test/01: Fail # Fails to detect compile-time error. 174 getter_no_setter_test/01: Fail # Fails to detect compile-time error.
166 getter_no_setter2_test/01: Fail # Fails to detect compile-time error. 175 getter_no_setter2_test/01: Fail # Fails to detect compile-time error.
(...skipping 82 matching lines...) Expand 10 before | Expand all | Expand 10 after
249 [ $browser ] 258 [ $browser ]
250 259
251 260
252 [ $arch == simarm ] 261 [ $arch == simarm ]
253 *: Skip 262 *: Skip
254 263
255 [ $arch == arm ] 264 [ $arch == arm ]
256 *: Skip 265 *: Skip
257 266
258 [ $compiler == dart2dart ] 267 [ $compiler == dart2dart ]
268 getter_no_setter2_test/01: Fail, Pass # Test works only for minified output.
ngeoffray 2012/09/18 07:11:57 Is that related to the 'dynamic' change?
259 metadata_test: Fail 269 metadata_test: Fail
260 prefix_new_test: Fail 270 prefix_new_test: Fail
261 # Fails in conservative mode, issue 4935, passes in minifinying mode. 271 # Fails in conservative mode, issue 4935, passes in minifinying mode.
262 assert_lexical_scope_test: Fail, Pass 272 assert_lexical_scope_test: Fail, Pass
263 bad_constructor_test/04: Fail 273 bad_constructor_test/04: Fail
264 bad_constructor_test/05: Fail 274 bad_constructor_test/05: Fail
265 bad_constructor_test/06: Fail 275 bad_constructor_test/06: Fail
266 argument_definition_test/*: Skip # Not implemented. 276 argument_definition_test/*: Skip # Not implemented.
267 argument_definition2_test: Skip # Not implemented. Fails in minified tests. 277 argument_definition2_test: Skip # Not implemented. Fails in minified tests.
268 call_constructor_on_unresolvable_class_test/01: Fail # generates 'new Unresolved ()' which fails on the VM 278 call_constructor_on_unresolvable_class_test/01: Fail # generates 'new Unresolved ()' which fails on the VM
(...skipping 73 matching lines...) Expand 10 before | Expand all | Expand 10 after
342 # DartVM problem. 352 # DartVM problem.
343 closure_with_super_send_test: Fail # Issue 3197. 353 closure_with_super_send_test: Fail # Issue 3197.
344 closure_with_super_field_test: Fail # Issue 3197. 354 closure_with_super_field_test: Fail # Issue 3197.
345 constructor5_test: Fail 355 constructor5_test: Fail
346 constructor6_test: Fail 356 constructor6_test: Fail
347 fauxverride_test/none: Fail 357 fauxverride_test/none: Fail
348 field_override_test/01: Fail 358 field_override_test/01: Fail
349 field_override_test/02: Fail 359 field_override_test/02: Fail
350 field_override_test/none: Fail 360 field_override_test/none: Fail
351 gc_test: Fail 361 gc_test: Fail
352 getter_no_setter2_test/01: Fail # Issue 4898
353 super_closure_test: Fail 362 super_closure_test: Fail
354 super_field_access_test: Fail 363 super_field_access_test: Fail
355 super_first_constructor_test: Fail 364 super_first_constructor_test: Fail
356 # VM specific tests. 365 # VM specific tests.
357 disable_privacy_test: Fail, Ok 366 disable_privacy_test: Fail, Ok
358 # This test hard codes name of file being run and precise position. 367 # This test hard codes name of file being run and precise position.
359 generic_test: Fail, Ok 368 generic_test: Fail, Ok
360 # Minified mode failures. 369 # Minified mode failures.
361 # TODO(antonm): proper support in test framework. 370 # TODO(antonm): proper support in test framework.
362 overridden_no_such_method_test: Pass, Fail, OK # Hard codes the name of invoked method ("foo"). 371 overridden_no_such_method_test: Pass, Fail, OK # Hard codes the name of invoked method ("foo").
363 many_overridden_no_such_method_test: Pass, Fail, OK # Hard codes the name of inv oked method ("foo"). 372 many_overridden_no_such_method_test: Pass, Fail, OK # Hard codes the name of inv oked method ("foo").
364 no_such_method_test: Pass, Fail, OK # Hard codes the name of invoked method ("fo o"). 373 no_such_method_test: Pass, Fail, OK # Hard codes the name of invoked method ("fo o").
365 374
366 named_parameters_aggregated_test/05: Fail # Compile-time error reported instead of static type warning. 375 named_parameters_aggregated_test/05: Fail # Compile-time error reported instead of static type warning.
367 376
368 get_set_syntax_test/00: Fail # Fixed by https://chromiumcodereview.appspot.com/1 0915111 377 get_set_syntax_test/00: Fail # Fixed by https://chromiumcodereview.appspot.com/1 0915111
369 get_set_syntax_test/01: Fail # Fixed by https://chromiumcodereview.appspot.com/1 0915111 378 get_set_syntax_test/01: Fail # Fixed by https://chromiumcodereview.appspot.com/1 0915111
370 get_set_syntax_test/02: Fail # Fixed by https://chromiumcodereview.appspot.com/1 0915111 379 get_set_syntax_test/02: Fail # Fixed by https://chromiumcodereview.appspot.com/1 0915111
371 get_set_syntax_test/03: Fail # Fixed by https://chromiumcodereview.appspot.com/1 0915111 380 get_set_syntax_test/03: Fail # Fixed by https://chromiumcodereview.appspot.com/1 0915111
372 get_set_syntax_test/04: Fail # Fixed by https://chromiumcodereview.appspot.com/1 0915111 381 get_set_syntax_test/04: Fail # Fixed by https://chromiumcodereview.appspot.com/1 0915111
373 get_set_syntax_test/05: Fail # Fixed by https://chromiumcodereview.appspot.com/1 0915111 382 get_set_syntax_test/05: Fail # Fixed by https://chromiumcodereview.appspot.com/1 0915111
374 get_set_syntax_test/06: Fail # Fixed by https://chromiumcodereview.appspot.com/1 0915111 383 get_set_syntax_test/06: Fail # Fixed by https://chromiumcodereview.appspot.com/1 0915111
375 get_set_syntax_test/07: Fail # Fixed by https://chromiumcodereview.appspot.com/1 0915111 384 get_set_syntax_test/07: Fail # Fixed by https://chromiumcodereview.appspot.com/1 0915111
376 get_set_syntax_test/08: Fail # Fixed by https://chromiumcodereview.appspot.com/1 0915111 385 get_set_syntax_test/08: Fail # Fixed by https://chromiumcodereview.appspot.com/1 0915111
377 get_set_syntax_test/13: Fail # Fixed by https://chromiumcodereview.appspot.com/1 0915111 386 get_set_syntax_test/13: Fail # Fixed by https://chromiumcodereview.appspot.com/1 0915111
378 get_set_syntax_test/14: Fail # Fixed by https://chromiumcodereview.appspot.com/1 0915111 387 get_set_syntax_test/14: Fail # Fixed by https://chromiumcodereview.appspot.com/1 0915111
379 get_set_syntax_test/15: Fail # Fixed by https://chromiumcodereview.appspot.com/1 0915111 388 get_set_syntax_test/15: Fail # Fixed by https://chromiumcodereview.appspot.com/1 0915111
380 389
390 compile_time_constant10_test: Fail # Triage this.
ngeoffray 2012/09/18 07:11:57 Matched?
381 391
382 # Only checked mode reports an error on type assignment 392 # Only checked mode reports an error on type assignment
383 # problems in compile time constants. 393 # problems in compile time constants.
384 compile_time_constant_checked_test/02: Fail, OK 394 compile_time_constant_checked_test/02: Fail, OK
385 compile_time_constant_checked2_test/01: Fail, OK 395 compile_time_constant_checked2_test/01: Fail, OK
386 compile_time_constant_checked2_test/02: Fail, OK 396 compile_time_constant_checked2_test/02: Fail, OK
387 compile_time_constant_checked2_test/03: Fail, OK 397 compile_time_constant_checked2_test/03: Fail, OK
388 compile_time_constant_checked2_test/04: Fail, OK 398 compile_time_constant_checked2_test/04: Fail, OK
389 compile_time_constant_checked2_test/05: Fail, OK 399 compile_time_constant_checked2_test/05: Fail, OK
390 compile_time_constant_checked2_test/06: Fail, OK 400 compile_time_constant_checked2_test/06: Fail, OK
391 compile_time_constant_checked3_test/01: Fail, OK 401 compile_time_constant_checked3_test/01: Fail, OK
392 compile_time_constant_checked3_test/02: Fail, OK 402 compile_time_constant_checked3_test/02: Fail, OK
393 compile_time_constant_checked3_test/03: Fail, OK 403 compile_time_constant_checked3_test/03: Fail, OK
394 compile_time_constant_checked3_test/04: Fail, OK 404 compile_time_constant_checked3_test/04: Fail, OK
395 compile_time_constant_checked3_test/05: Fail, OK 405 compile_time_constant_checked3_test/05: Fail, OK
396 compile_time_constant_checked3_test/06: Fail, OK 406 compile_time_constant_checked3_test/06: Fail, OK
OLDNEW
« no previous file with comments | « tests/co19/co19-runtime.status ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698