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

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

Issue 11231074: Change signature of noSuchMethod to take an InvocationMirror. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: One more test expectation 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
66 69
67 [ $compiler == none && ($system == macos || $system == linux) && $arch == ia32 & & $checked ] 70 [ $compiler == none && ($system == macos || $system == linux) && $arch == ia32 & & $checked ]
68 gc_test: Skip # Issue 1487, flaky. 71 gc_test: Skip # Issue 1487, flaky.
69 72
70 [ $compiler == none && $mode == debug ] 73 [ $compiler == none && $mode == debug ]
71 gc_test: Skip # Takes too long. 74 gc_test: Skip # Takes too long.
72 75
73 [ $compiler == none && $unchecked ] 76 [ $compiler == none && $unchecked ]
74 field_override_test/02: Fail # Issue 742: field shadowing now allowed 77 field_override_test/02: Fail # Issue 742: field shadowing now allowed
75 78
(...skipping 74 matching lines...) Expand 10 before | Expand all | Expand 10 after
150 # to specification. Should start working when the library signature 153 # to specification. Should start working when the library signature
151 # changes. 154 # changes.
152 invocation_mirror_test: Fail, OK 155 invocation_mirror_test: Fail, OK
153 is_not_class2_negative_test: Fail # Runtime only test, rewrite as multitest 156 is_not_class2_negative_test: Fail # Runtime only test, rewrite as multitest
154 library2_negative_test: Fail # still a valid test? Issue 3649 157 library2_negative_test: Fail # still a valid test? Issue 3649
155 library4_negative_test: Fail # still a valid test? Issue 3530 158 library4_negative_test: Fail # still a valid test? Issue 3530
156 library6_negative_test: Fail # still a valid test? Issue 3650 159 library6_negative_test: Fail # still a valid test? Issue 3650
157 list_literal4_test: Fail # Issue 1343 160 list_literal4_test: Fail # Issue 1343
158 map_literal4_test: Fail # Issue 1343 161 map_literal4_test: Fail # Issue 1343
159 named_parameters_with_object_property_names_test: Fail # Issue 2137 162 named_parameters_with_object_property_names_test: Fail # Issue 2137
160 no_such_method_negative_test: Fail # Runtime only test, rewrite as multiteste 163 no_such_method_test: Fail
164 no_such_method_negative_test: Fail # Runtime only test, rewrite as multitest
161 override_field_test/03: Fail # still a valid test? Issue 3894 165 override_field_test/03: Fail # still a valid test? Issue 3894
162 override_field_test/04: Fail # still a valid test? Issue 3656 166 override_field_test/04: Fail # still a valid test? Issue 3656
163 override_field_method3_negative_test: Fail, OK # test issue 5249 167 override_field_method3_negative_test: Fail, OK # test issue 5249
164 override_field_method6_negative_test: Fail, OK # test issue 5249 168 override_field_method6_negative_test: Fail, OK # test issue 5249
169 overridden_no_such_method_test: Fail
165 parameter_initializer6_negative_test: Fail # language change 4288 170 parameter_initializer6_negative_test: Fail # language change 4288
166 prefix1_negative_test : Fail # language change 1031 171 prefix1_negative_test : Fail # language change 1031
167 prefix4_negative_test : Fail # language change 1031 172 prefix4_negative_test : Fail # language change 1031
168 prefix5_negative_test : Fail # language change 1031 173 prefix5_negative_test : Fail # language change 1031
169 prefix8_negative_test : Fail # language change 1031 174 prefix8_negative_test : Fail # language change 1031
170 prefix9_negative_test : Fail # language change 1031 175 prefix9_negative_test : Fail # language change 1031
171 prefix10_negative_test : Fail # language change 1031 176 prefix10_negative_test : Fail # language change 1031
172 private_member3_negative_test: Fail # Runtime only test? rewrite as multitest 177 private_member3_negative_test: Fail # Runtime only test? rewrite as multitest
173 pseudo_kw_illegal_test/09: Fail, OK # 'interface' is not a built-in identifier 178 pseudo_kw_illegal_test/09: Fail, OK # 'interface' is not a built-in identifier
174 pseudo_kw_illegal_test/14: Fail, OK # 'source' is not a built-in identifier 179 pseudo_kw_illegal_test/14: Fail, OK # 'source' is not a built-in identifier
(...skipping 26 matching lines...) Expand all
201 206
202 # test issue 6338 207 # test issue 6338
203 application_negative_test: Pass 208 application_negative_test: Pass
204 application_test: Fail, OK 209 application_test: Fail, OK
205 generic_instanceof_test: Fail, OK 210 generic_instanceof_test: Fail, OK
206 hello_script_test: Fail, OK 211 hello_script_test: Fail, OK
207 lazy_static6_test: Fail, OK 212 lazy_static6_test: Fail, OK
208 library1_test: Fail, OK 213 library1_test: Fail, OK
209 library_prefixes_test: Fail, OK 214 library_prefixes_test: Fail, OK
210 many_generic_instanceof_test: Fail, OK 215 many_generic_instanceof_test: Fail, OK
211 many_overridden_no_such_method_test: Fail, OK
212 multi_pass2_test: Fail, OK 216 multi_pass2_test: Fail, OK
213 multi_pass_test: Fail, OK 217 multi_pass_test: Fail, OK
214 overridden_no_such_method_test: Fail, OK
215 private2_test: Fail, OK 218 private2_test: Fail, OK
216 private3_test: Fail, OK 219 private3_test: Fail, OK
217 private_test: Fail, OK 220 private_test: Fail, OK
218 top_level_entry_test: Fail, OK 221 top_level_entry_test: Fail, OK
219 top_level_multiple_files_test: Fail, OK 222 top_level_multiple_files_test: Fail, OK
220 top_level_non_prefixed_library_test: Fail, OK 223 top_level_non_prefixed_library_test: Fail, OK
221 224
222 225
223 226
224 # test issue 6324 227 # test issue 6324
(...skipping 287 matching lines...) Expand 10 before | Expand all | Expand 10 after
512 field_override_test/none: Fail 515 field_override_test/none: Fail
513 gc_test: Fail 516 gc_test: Fail
514 super_field_access_test: Fail 517 super_field_access_test: Fail
515 super_first_constructor_test: Fail 518 super_first_constructor_test: Fail
516 # VM specific tests. 519 # VM specific tests.
517 disable_privacy_test: Fail, Ok 520 disable_privacy_test: Fail, Ok
518 # This test hard codes name of file being run and precise position. 521 # This test hard codes name of file being run and precise position.
519 generic_test: Fail, Ok 522 generic_test: Fail, Ok
520 # Minified mode failures. 523 # Minified mode failures.
521 # TODO(antonm): proper support in test framework. 524 # TODO(antonm): proper support in test framework.
522 overridden_no_such_method_test: Pass, Fail, OK # Hard codes the name of invoked method ("foo").
523 many_overridden_no_such_method_test: Pass, Fail, OK # Hard codes the name of inv oked method ("foo").
524 no_such_method_test: Pass, Fail, OK # Hard codes the name of invoked method ("fo o"). 525 no_such_method_test: Pass, Fail, OK # Hard codes the name of invoked method ("fo o").
525 526
526 named_parameters_aggregated_test/05: Fail # Compile-time error reported instead of static type warning. 527 named_parameters_aggregated_test/05: Fail # Compile-time error reported instead of static type warning.
527 528
528 new_expression_type_args_test/02: Fail # Test does not conform with spec. 529 new_expression_type_args_test/02: Fail # Test does not conform with spec.
529 530
530 get_set_syntax_test/00: Fail # Fixed by https://chromiumcodereview.appspot.com/1 0915111 531 get_set_syntax_test/00: Fail # Fixed by https://chromiumcodereview.appspot.com/1 0915111
531 get_set_syntax_test/01: Fail # Fixed by https://chromiumcodereview.appspot.com/1 0915111 532 get_set_syntax_test/01: Fail # Fixed by https://chromiumcodereview.appspot.com/1 0915111
532 get_set_syntax_test/02: Fail # Fixed by https://chromiumcodereview.appspot.com/1 0915111 533 get_set_syntax_test/02: Fail # Fixed by https://chromiumcodereview.appspot.com/1 0915111
533 get_set_syntax_test/03: Fail # Fixed by https://chromiumcodereview.appspot.com/1 0915111 534 get_set_syntax_test/03: Fail # Fixed by https://chromiumcodereview.appspot.com/1 0915111
(...skipping 26 matching lines...) Expand all
560 561
561 type_error_test: Fail, OK # VM bug: http://dartbug.com/5280 562 type_error_test: Fail, OK # VM bug: http://dartbug.com/5280
562 563
563 call_through_getter_test: Fail # issue 6130 564 call_through_getter_test: Fail # issue 6130
564 call_through_null_getter_test: Fail # issue 6130 565 call_through_null_getter_test: Fail # issue 6130
565 local_function_test: Fail # issue 6130 566 local_function_test: Fail # issue 6130
566 naming_test: Fail # issue 6130 567 naming_test: Fail # issue 6130
567 568
568 # This is a VM error when the compiled code is run. 569 # This is a VM error when the compiled code is run.
569 invocation_mirror_test: Fail # issue 3326, 3622. 570 invocation_mirror_test: Fail # issue 3326, 3622.
571 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