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

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

Issue 11669015: Turn compile time errors related to missing getters and setters into invocation (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: Created 8 years 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
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 31 matching lines...) Expand 10 before | Expand all | Expand 10 after
42 lazy_static3_test: Fail # Issue 3558 42 lazy_static3_test: Fail # Issue 3558
43 43
44 type_error_test: Fail # http://dartbug.com/5280 44 type_error_test: Fail # http://dartbug.com/5280
45 45
46 # DartC specific tests that should not be run by the VM 46 # DartC specific tests that should not be run by the VM
47 *dartc_test: Skip 47 *dartc_test: Skip
48 *dartc_negative_test: Skip 48 *dartc_negative_test: Skip
49 49
50 compile_time_constant10_test/none: Fail # issue 5214 50 compile_time_constant10_test/none: Fail # issue 5214
51 51
52 invocation_mirror_test: Fail # issue 3326.
53 invocation_mirror_indirect_test: Fail # Issue 3326
54 super_call4_test: Fail # issue 3326.
55
56 export_cyclic_test: Fail, Crash # issue 6060 52 export_cyclic_test: Fail, Crash # issue 6060
57 duplicate_export_negative_test: Fail # issue 6134 53 duplicate_export_negative_test: Fail # issue 6134
58 type_annotation_test/04: Fail # Issue 6970 54 type_annotation_test/04: Fail # Issue 6970
59 type_annotation_test/06: Fail # Issue 6973 55 type_annotation_test/06: Fail # Issue 6973
60 type_annotation_test/09: Fail # Issue 6973 56 type_annotation_test/09: Fail # Issue 6973
61 57
62 [ $compiler == none && ($system == macos || $system == linux) && $arch == ia32 & & $checked ] 58 [ $compiler == none && ($system == macos || $system == linux) && $arch == ia32 & & $checked ]
63 gc_test: Skip # Issue 1487, flaky. 59 gc_test: Skip # Issue 1487, flaky.
64 60
65 [ $compiler == none && $mode == debug ] 61 [ $compiler == none && $mode == debug ]
(...skipping 168 matching lines...) Expand 10 before | Expand all | Expand 10 after
234 import_combinators_negative_test: Fail, OK 230 import_combinators_negative_test: Fail, OK
235 unresolved_top_level_var_negative_test: Fail, OK 231 unresolved_top_level_var_negative_test: Fail, OK
236 232
237 # test issue 6871 233 # test issue 6871
238 block_scope_test: Fail, OK 234 block_scope_test: Fail, OK
239 235
240 # test issue 7021 236 # test issue 7021
241 instantiate_type_variable_negative_test: Fail 237 instantiate_type_variable_negative_test: Fail
242 type_variable_static_context_negative_test: Fail 238 type_variable_static_context_negative_test: Fail
243 239
244
245 # test issue 7081 (assignment to top-level method is warning)
246 assign_top_method_negative_test: Fail
247
248
249 # test issue 7062 (assignment to final variable is a static warning) 240 # test issue 7062 (assignment to final variable is a static warning)
250 final_for_in_variable_test/01: Fail 241 final_for_in_variable_test/01: Fail
251 final_param_negative_test: Fail 242 final_param_negative_test: Fail
252 final_var_negative_test: Fail 243 final_var_negative_test: Fail
253 final_variable_assignment_test/01: Fail 244 final_variable_assignment_test/01: Fail
254 final_variable_assignment_test/03: Fail 245 final_variable_assignment_test/03: Fail
255 final_variable_assignment_test/04: Fail 246 final_variable_assignment_test/04: Fail
256 final_variable_assignment_test/02: Fail 247 final_variable_assignment_test/02: Fail
257 scope_negative_test: Fail 248 scope_negative_test: Fail
258 static_final_field2_negative_test: Fail 249 static_final_field2_negative_test: Fail
(...skipping 267 matching lines...) Expand 10 before | Expand all | Expand 10 after
526 compile_time_constant_checked2_test/06: Fail, OK 517 compile_time_constant_checked2_test/06: Fail, OK
527 compile_time_constant_checked3_test/01: Fail, OK 518 compile_time_constant_checked3_test/01: Fail, OK
528 compile_time_constant_checked3_test/02: Fail, OK 519 compile_time_constant_checked3_test/02: Fail, OK
529 compile_time_constant_checked3_test/03: Fail, OK 520 compile_time_constant_checked3_test/03: Fail, OK
530 compile_time_constant_checked3_test/04: Fail, OK 521 compile_time_constant_checked3_test/04: Fail, OK
531 compile_time_constant_checked3_test/05: Fail, OK 522 compile_time_constant_checked3_test/05: Fail, OK
532 compile_time_constant_checked3_test/06: Fail, OK 523 compile_time_constant_checked3_test/06: Fail, OK
533 524
534 type_error_test: Fail, OK # VM bug: http://dartbug.com/5280 525 type_error_test: Fail, OK # VM bug: http://dartbug.com/5280
535 526
536 # This is a VM error when the compiled code is run.
537 invocation_mirror_test: Fail # issue 3326.
538 invocation_mirror_indirect_test: Fail # issue 3326.
539 super_call4_test: Fail # issue 3326.
540
541 [ $compiler == dart2dart && $minified ] 527 [ $compiler == dart2dart && $minified ]
542 import_core_prefix_test: Pass 528 import_core_prefix_test: Pass
543 prefix22_test: Pass 529 prefix22_test: Pass
544 invocation_mirror2_test: Fail 530 invocation_mirror_test: Fail # Issue 7587
531 invocation_mirror2_test: Fail # Issue 7587
532 super_call4_test: Fail # Issue 7587
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698