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

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

Issue 11339042: Revert "Change signature of noSuchMethod to take an InvocationMirror." (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 8 years, 1 month 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 45 matching lines...) Expand 10 before | Expand all | Expand 10 after
56 compile_time_constant10_test/none: Fail # issue 5214 56 compile_time_constant10_test/none: Fail # issue 5214
57 57
58 export_cyclic_test: Crash # issue 6060 58 export_cyclic_test: Crash # issue 6060
59 59
60 call_through_getter_test: Fail # issue 6124 60 call_through_getter_test: Fail # issue 6124
61 call_through_null_getter_test: Fail # issue 6124 61 call_through_null_getter_test: Fail # issue 6124
62 local_function_test: Fail # issue 6124 62 local_function_test: Fail # issue 6124
63 naming_test: Fail # issue 6124 63 naming_test: Fail # issue 6124
64 64
65 invocation_mirror_test: Fail # issue 3326, 3622. 65 invocation_mirror_test: Fail # issue 3326, 3622.
66 no_such_method_test: Fail # issue 3326, 3622.
67
68 invocation_mirror_indirect_test: Fail # Issue 3326
69 66
70 [ $compiler == none && ($system == macos || $system == linux) && $arch == ia32 & & $checked ] 67 [ $compiler == none && ($system == macos || $system == linux) && $arch == ia32 & & $checked ]
71 gc_test: Skip # Issue 1487, flaky. 68 gc_test: Skip # Issue 1487, flaky.
72 69
73 [ $compiler == none && $mode == debug ] 70 [ $compiler == none && $mode == debug ]
74 gc_test: Skip # Takes too long. 71 gc_test: Skip # Takes too long.
75 72
76 [ $compiler == none && $unchecked ] 73 [ $compiler == none && $unchecked ]
77 field_override_test/02: Fail # Issue 742: field shadowing now allowed 74 field_override_test/02: Fail # Issue 742: field shadowing now allowed
78 75
79 # Only checked mode reports an error on type assignment 76 # Only checked mode reports an error on type assignment
80 # problems in compile time constants. 77 # problems in compile time constants.
81 compile_time_constant_checked_test/02: Fail, OK 78 compile_time_constant_checked_test/02: Fail, OK
82 compile_time_constant_checked2_test/01: Fail, OK 79 compile_time_constant_checked2_test/01: Fail, OK
83 compile_time_constant_checked2_test/02: Fail, OK 80 compile_time_constant_checked2_test/02: Fail, OK
84 compile_time_constant_checked2_test/03: Fail, OK 81 compile_time_constant_checked2_test/03: Fail, OK
85 compile_time_constant_checked2_test/04: Fail, OK 82 compile_time_constant_checked2_test/04: Fail, OK
86 compile_time_constant_checked2_test/05: Fail, OK 83 compile_time_constant_checked2_test/05: Fail, OK
87 compile_time_constant_checked2_test/06: Fail, OK 84 compile_time_constant_checked2_test/06: Fail, OK
88 compile_time_constant_checked3_test/01: Fail, OK 85 compile_time_constant_checked3_test/01: Fail, OK
89 compile_time_constant_checked3_test/02: Fail, OK 86 compile_time_constant_checked3_test/02: Fail, OK
90 compile_time_constant_checked3_test/03: Fail, OK 87 compile_time_constant_checked3_test/03: Fail, OK
91 compile_time_constant_checked3_test/04: Fail, OK 88 compile_time_constant_checked3_test/04: Fail, OK
92 compile_time_constant_checked3_test/05: Fail, OK 89 compile_time_constant_checked3_test/05: Fail, OK
93 compile_time_constant_checked3_test/06: Fail, OK 90 compile_time_constant_checked3_test/06: Fail, OK
94 91
95 [ $compiler == none && $checked ]
96 super_call4_test: Fail # Issue 3326 - Passing list instead of InvocationMirror.
97
98 [ $compiler == dartc ] 92 [ $compiler == dartc ]
99 implicit_this_test/none: Fail # should not warn about allocating SubAbstract2 93 implicit_this_test/none: Fail # should not warn about allocating SubAbstract2
100 metadata_test: Fail 94 metadata_test: Fail
101 get_set_syntax_test/none: Fail # does not accept getter/setter with no method bo dy 95 get_set_syntax_test/none: Fail # does not accept getter/setter with no method bo dy
102 application_negative_test: Fail # Runtime only test, rewrite as multitest 96 application_negative_test: Fail # Runtime only test, rewrite as multitest
103 assign_instance_method_negative_test: Fail # Runtime only test, rewrite as multi test 97 assign_instance_method_negative_test: Fail # Runtime only test, rewrite as multi test
104 body_less_constructor_wrong_arg_negative_test: Fail # Runtime only test, rewrite as multitest 98 body_less_constructor_wrong_arg_negative_test: Fail # Runtime only test, rewrite as multitest
105 call_nonexistent_static_test/03: Fail # Unresolved static calls are no longer er rors. 99 call_nonexistent_static_test/03: Fail # Unresolved static calls are no longer er rors.
106 call_nonexistent_static_test/04: Fail # Unresolved static calls are no longer er rors. 100 call_nonexistent_static_test/04: Fail # Unresolved static calls are no longer er rors.
107 call_nonexistent_static_test/05: Fail # Unresolved static calls are no longer er rors. 101 call_nonexistent_static_test/05: Fail # Unresolved static calls are no longer er rors.
(...skipping 48 matching lines...) Expand 10 before | Expand all | Expand 10 after
156 # to specification. Should start working when the library signature 150 # to specification. Should start working when the library signature
157 # changes. 151 # changes.
158 invocation_mirror_test: Fail, OK 152 invocation_mirror_test: Fail, OK
159 is_not_class2_negative_test: Fail # Runtime only test, rewrite as multitest 153 is_not_class2_negative_test: Fail # Runtime only test, rewrite as multitest
160 library2_negative_test: Fail # still a valid test? Issue 3649 154 library2_negative_test: Fail # still a valid test? Issue 3649
161 library4_negative_test: Fail # still a valid test? Issue 3530 155 library4_negative_test: Fail # still a valid test? Issue 3530
162 library6_negative_test: Fail # still a valid test? Issue 3650 156 library6_negative_test: Fail # still a valid test? Issue 3650
163 list_literal4_test: Fail # Issue 1343 157 list_literal4_test: Fail # Issue 1343
164 map_literal4_test: Fail # Issue 1343 158 map_literal4_test: Fail # Issue 1343
165 named_parameters_with_object_property_names_test: Fail # Issue 2137 159 named_parameters_with_object_property_names_test: Fail # Issue 2137
166 no_such_method_test: Fail 160 no_such_method_negative_test: Fail # Runtime only test, rewrite as multiteste
167 no_such_method_negative_test: Fail # Runtime only test, rewrite as multitest
168 override_field_test/03: Fail # still a valid test? Issue 3894 161 override_field_test/03: Fail # still a valid test? Issue 3894
169 override_field_test/04: Fail # still a valid test? Issue 3656 162 override_field_test/04: Fail # still a valid test? Issue 3656
170 override_field_method3_negative_test: Fail, OK # test issue 5249 163 override_field_method3_negative_test: Fail, OK # test issue 5249
171 override_field_method6_negative_test: Fail, OK # test issue 5249 164 override_field_method6_negative_test: Fail, OK # test issue 5249
172 parameter_initializer6_negative_test: Fail # language change 4288 165 parameter_initializer6_negative_test: Fail # language change 4288
173 prefix1_negative_test : Fail # language change 1031 166 prefix1_negative_test : Fail # language change 1031
174 prefix4_negative_test : Fail # language change 1031 167 prefix4_negative_test : Fail # language change 1031
175 prefix5_negative_test : Fail # language change 1031 168 prefix5_negative_test : Fail # language change 1031
176 prefix8_negative_test : Fail # language change 1031 169 prefix8_negative_test : Fail # language change 1031
177 prefix9_negative_test : Fail # language change 1031 170 prefix9_negative_test : Fail # language change 1031
(...skipping 30 matching lines...) Expand all
208 201
209 # test issue 6338 202 # test issue 6338
210 application_negative_test: Pass 203 application_negative_test: Pass
211 application_test: Fail, OK 204 application_test: Fail, OK
212 generic_instanceof_test: Fail, OK 205 generic_instanceof_test: Fail, OK
213 hello_script_test: Fail, OK 206 hello_script_test: Fail, OK
214 lazy_static6_test: Fail, OK 207 lazy_static6_test: Fail, OK
215 library1_test: Fail, OK 208 library1_test: Fail, OK
216 library_prefixes_test: Fail, OK 209 library_prefixes_test: Fail, OK
217 many_generic_instanceof_test: Fail, OK 210 many_generic_instanceof_test: Fail, OK
211 many_overridden_no_such_method_test: Fail, OK
218 multi_pass2_test: Fail, OK 212 multi_pass2_test: Fail, OK
219 multi_pass_test: Fail, OK 213 multi_pass_test: Fail, OK
214 overridden_no_such_method_test: Fail, OK
220 private2_test: Fail, OK 215 private2_test: Fail, OK
221 private3_test: Fail, OK 216 private3_test: Fail, OK
222 private_test: Fail, OK 217 private_test: Fail, OK
223 top_level_entry_test: Fail, OK 218 top_level_entry_test: Fail, OK
224 top_level_multiple_files_test: Fail, OK 219 top_level_multiple_files_test: Fail, OK
225 top_level_non_prefixed_library_test: Fail, OK 220 top_level_non_prefixed_library_test: Fail, OK
226 221
227 222
228 223
229 # test issue 6324 224 # test issue 6324
(...skipping 298 matching lines...) Expand 10 before | Expand all | Expand 10 after
528 field_override_test/none: Fail 523 field_override_test/none: Fail
529 gc_test: Fail 524 gc_test: Fail
530 super_field_access_test: Fail 525 super_field_access_test: Fail
531 super_first_constructor_test: Fail 526 super_first_constructor_test: Fail
532 # VM specific tests. 527 # VM specific tests.
533 disable_privacy_test: Fail, Ok 528 disable_privacy_test: Fail, Ok
534 # This test hard codes name of file being run and precise position. 529 # This test hard codes name of file being run and precise position.
535 generic_test: Fail, Ok 530 generic_test: Fail, Ok
536 # Minified mode failures. 531 # Minified mode failures.
537 # TODO(antonm): proper support in test framework. 532 # TODO(antonm): proper support in test framework.
533 overridden_no_such_method_test: Pass, Fail, OK # Hard codes the name of invoked method ("foo").
534 many_overridden_no_such_method_test: Pass, Fail, OK # Hard codes the name of inv oked method ("foo").
538 no_such_method_test: Pass, Fail, OK # Hard codes the name of invoked method ("fo o"). 535 no_such_method_test: Pass, Fail, OK # Hard codes the name of invoked method ("fo o").
539 536
540 named_parameters_aggregated_test/05: Fail # Compile-time error reported instead of static type warning. 537 named_parameters_aggregated_test/05: Fail # Compile-time error reported instead of static type warning.
541 538
542 new_expression_type_args_test/02: Fail # Test does not conform with spec. 539 new_expression_type_args_test/02: Fail # Test does not conform with spec.
543 540
544 get_set_syntax_test/00: Fail # Fixed by https://chromiumcodereview.appspot.com/1 0915111 541 get_set_syntax_test/00: Fail # Fixed by https://chromiumcodereview.appspot.com/1 0915111
545 get_set_syntax_test/01: Fail # Fixed by https://chromiumcodereview.appspot.com/1 0915111 542 get_set_syntax_test/01: Fail # Fixed by https://chromiumcodereview.appspot.com/1 0915111
546 get_set_syntax_test/02: Fail # Fixed by https://chromiumcodereview.appspot.com/1 0915111 543 get_set_syntax_test/02: Fail # Fixed by https://chromiumcodereview.appspot.com/1 0915111
547 get_set_syntax_test/03: Fail # Fixed by https://chromiumcodereview.appspot.com/1 0915111 544 get_set_syntax_test/03: Fail # Fixed by https://chromiumcodereview.appspot.com/1 0915111
(...skipping 26 matching lines...) Expand all
574 571
575 type_error_test: Fail, OK # VM bug: http://dartbug.com/5280 572 type_error_test: Fail, OK # VM bug: http://dartbug.com/5280
576 573
577 call_through_getter_test: Fail # issue 6130 574 call_through_getter_test: Fail # issue 6130
578 call_through_null_getter_test: Fail # issue 6130 575 call_through_null_getter_test: Fail # issue 6130
579 local_function_test: Fail # issue 6130 576 local_function_test: Fail # issue 6130
580 naming_test: Fail # issue 6130 577 naming_test: Fail # issue 6130
581 578
582 # This is a VM error when the compiled code is run. 579 # This is a VM error when the compiled code is run.
583 invocation_mirror_test: Fail # issue 3326, 3622. 580 invocation_mirror_test: Fail # issue 3326, 3622.
584 invocation_mirror_indirect_test: Fail # issue 3326, 3622.
OLDNEW
« no previous file with comments | « tests/language/call_nonexistent_static_test.dart ('k') | tests/language/language_dart2js.status » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698