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

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

Issue 1182613004: Fix reflective NoSuchMethodErrors to match their non-reflective counter parts when due to argument … (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: Created 5 years, 6 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
« no previous file with comments | « runtime/lib/mirrors.cc ('k') | tests/lib/mirrors/mirrors_nsm_mismatch_test.dart » ('j') | 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 [ $unchecked ] 5 [ $unchecked ]
6 mirrors/redirecting_factory_different_type_test: SkipByDesign # Tests type check s. 6 mirrors/redirecting_factory_different_type_test: SkipByDesign # Tests type check s.
7 7
8 [ $compiler == dart2js ] 8 [ $compiler == dart2js ]
9 async/schedule_microtask6_test: RuntimeError # global error handling is not supp orted. Issue 5958 9 async/schedule_microtask6_test: RuntimeError # global error handling is not supp orted. Issue 5958
10 10
(...skipping 58 matching lines...) Expand 10 before | Expand all | Expand 10 after
69 mirrors/metadata_allowed_values_test/13: MissingCompileTimeError # Issue 14548 69 mirrors/metadata_allowed_values_test/13: MissingCompileTimeError # Issue 14548
70 mirrors/metadata_allowed_values_test/14: MissingCompileTimeError # Issue 14548 70 mirrors/metadata_allowed_values_test/14: MissingCompileTimeError # Issue 14548
71 mirrors/metadata_scope_test/none: CompileTimeError # Issue 10905 71 mirrors/metadata_scope_test/none: CompileTimeError # Issue 10905
72 mirrors/method_mirror_name_test: RuntimeError # Issue 6335 72 mirrors/method_mirror_name_test: RuntimeError # Issue 6335
73 mirrors/method_mirror_properties_test: RuntimeError # Issue 11861 73 mirrors/method_mirror_properties_test: RuntimeError # Issue 11861
74 mirrors/method_mirror_source_test : RuntimeError # Issue 6490 74 mirrors/method_mirror_source_test : RuntimeError # Issue 6490
75 mirrors/method_mirror_source_line_ending_test : RuntimeError # Issue 6490 75 mirrors/method_mirror_source_line_ending_test : RuntimeError # Issue 6490
76 mirrors/method_mirror_location_test: RuntimeError # Issue 6490 76 mirrors/method_mirror_location_test: RuntimeError # Issue 6490
77 mirrors/mirrors_test: RuntimeError # TODO(ahe): I'm working on fixing this. When removing this line please change the "endsWith" to "/mirrors_test.dart". 77 mirrors/mirrors_test: RuntimeError # TODO(ahe): I'm working on fixing this. When removing this line please change the "endsWith" to "/mirrors_test.dart".
78 mirrors/mirrors_nsm_test/dart2js: RuntimeError # Issue 19353 78 mirrors/mirrors_nsm_test/dart2js: RuntimeError # Issue 19353
79 mirrors/mirrors_nsm_mismatch_test: RuntimeError # Issue 19353
79 mirrors/mixin_test: RuntimeError # Issue 12464 80 mirrors/mixin_test: RuntimeError # Issue 12464
80 mirrors/mixin_application_test: RuntimeError # Issue 12464 81 mirrors/mixin_application_test: RuntimeError # Issue 12464
81 mirrors/other_declarations_location_test: CompileTimeError # Issue 10905 82 mirrors/other_declarations_location_test: CompileTimeError # Issue 10905
82 mirrors/parameter_test/none: RuntimeError # Issue 6490 83 mirrors/parameter_test/none: RuntimeError # Issue 6490
83 mirrors/parameter_of_mixin_app_constructor_test: RuntimeError # Issue 6490 84 mirrors/parameter_of_mixin_app_constructor_test: RuntimeError # Issue 6490
84 mirrors/private_symbol_test: CompileTimeError # Issue 13597 85 mirrors/private_symbol_test: CompileTimeError # Issue 13597
85 mirrors/private_types_test: RuntimeError # Issue 6490 86 mirrors/private_types_test: RuntimeError # Issue 6490
86 mirrors/redirecting_factory_test/none: RuntimeError # Issue 6490 87 mirrors/redirecting_factory_test/none: RuntimeError # Issue 6490
87 mirrors/redirecting_factory_test/02: RuntimeError # Issue 6490 88 mirrors/redirecting_factory_test/02: RuntimeError # Issue 6490
88 mirrors/reflected_type_function_type_test: RuntimeError # Issue 12607 89 mirrors/reflected_type_function_type_test: RuntimeError # Issue 12607
(...skipping 181 matching lines...) Expand 10 before | Expand all | Expand 10 after
270 271
271 [ $compiler == dartanalyzer || $compiler == dart2analyzer ] 272 [ $compiler == dartanalyzer || $compiler == dart2analyzer ]
272 mirrors/generic_f_bounded_mixin_application_test: StaticWarning # Test Issue 273 mirrors/generic_f_bounded_mixin_application_test: StaticWarning # Test Issue
273 274
274 mirrors/redirecting_factory_test/01: StaticWarning # test issue X, The return ty pe 'Class<T2, T1>' of the redirected constructor is not assignable to 'Class<T1, T2>' 275 mirrors/redirecting_factory_test/01: StaticWarning # test issue X, The return ty pe 'Class<T2, T1>' of the redirected constructor is not assignable to 'Class<T1, T2>'
275 mirrors/redirecting_factory_test/none: StaticWarning # test issue X, The return type 'Class<T2, T1>' of the redirected constructor is not assignable to 'Class<T 1, T2> 276 mirrors/redirecting_factory_test/none: StaticWarning # test issue X, The return type 'Class<T2, T1>' of the redirected constructor is not assignable to 'Class<T 1, T2>
276 277
277 mirrors/immutable_collections_test: StaticWarning, OK # Expect failure for any t ype of Iterable. 278 mirrors/immutable_collections_test: StaticWarning, OK # Expect failure for any t ype of Iterable.
278 mirrors/inference_and_no_such_method_test: StaticWarning, OK # Expect to trigger noSuchMethod. 279 mirrors/inference_and_no_such_method_test: StaticWarning, OK # Expect to trigger noSuchMethod.
279 mirrors/mirrors_nsm_test: StaticWarning, OK # Expect to trigger noSuchMethod. 280 mirrors/mirrors_nsm_test: StaticWarning, OK # Expect to trigger noSuchMethod.
281 mirrors/mirrors_nsm_mismatch_test: StaticWarning, OK # Expect to trigger noSuchM ethod.
280 282
281 mirrors/repeated_private_anon_mixin_app_test: StaticWarning, OK # Intentional li brary name conflict. 283 mirrors/repeated_private_anon_mixin_app_test: StaticWarning, OK # Intentional li brary name conflict.
282 mirrors/removed_api_test: StaticWarning, OK # Deliberately refers to undeclared members. 284 mirrors/removed_api_test: StaticWarning, OK # Deliberately refers to undeclared members.
283 mirrors/deferred_type_test: StaticWarning, OK # Deliberately referes to a deferr ed type in a declaration. 285 mirrors/deferred_type_test: StaticWarning, OK # Deliberately referes to a deferr ed type in a declaration.
284 286
285 mirrors/deferred_mirrors_metadata_test: Fail # Issue 17522 287 mirrors/deferred_mirrors_metadata_test: Fail # Issue 17522
286 288
287 developer/metrics_test: Fail # Issue 20309 289 developer/metrics_test: Fail # Issue 20309
288 developer/metrics_num_test: Fail # Issue 20309 290 developer/metrics_num_test: Fail # Issue 20309
289 profiler/metrics_test: Fail # Issue 20309 291 profiler/metrics_test: Fail # Issue 20309
(...skipping 300 matching lines...) Expand 10 before | Expand all | Expand 10 after
590 mirrors/variable_is_const_test/none: Crash # Instance of 'TypeOperator': type ch eck unimplemented for _Nullary. 592 mirrors/variable_is_const_test/none: Crash # Instance of 'TypeOperator': type ch eck unimplemented for _Nullary.
591 profiler/metrics_num_test: Crash # Instance of 'TypeOperator': type check unimpl emented for _Nullary. 593 profiler/metrics_num_test: Crash # Instance of 'TypeOperator': type check unimpl emented for _Nullary.
592 profiler/metrics_test: Crash # Instance of 'TypeOperator': type check unimplemen ted for _Nullary. 594 profiler/metrics_test: Crash # Instance of 'TypeOperator': type check unimplemen ted for _Nullary.
593 profiler/user_tags_test: Crash # Instance of 'TypeOperator': type check unimplem ented for _Nullary. 595 profiler/user_tags_test: Crash # Instance of 'TypeOperator': type check unimplem ented for _Nullary.
594 typed_data/constructor_checks_test: Crash # Instance of 'TypeOperator': type che ck unimplemented for _Nullary. 596 typed_data/constructor_checks_test: Crash # Instance of 'TypeOperator': type che ck unimplemented for _Nullary.
595 typed_data/float32x4_shuffle_test: Crash # Instance of 'TypeOperator': type chec k unimplemented for _Nullary. 597 typed_data/float32x4_shuffle_test: Crash # Instance of 'TypeOperator': type chec k unimplemented for _Nullary.
596 typed_data/float32x4_test: Crash # Instance of 'TypeOperator': type check unimpl emented for _Nullary. 598 typed_data/float32x4_test: Crash # Instance of 'TypeOperator': type check unimpl emented for _Nullary.
597 typed_data/int32x4_test: Crash # Instance of 'TypeOperator': type check unimplem ented for _Nullary. 599 typed_data/int32x4_test: Crash # Instance of 'TypeOperator': type check unimplem ented for _Nullary.
598 typed_data/typed_data_list_test: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary. 600 typed_data/typed_data_list_test: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary.
599 typed_data/typed_list_iterable_test: Crash # Instance of 'TypeOperator': type ch eck unimplemented for _Nullary. 601 typed_data/typed_list_iterable_test: Crash # Instance of 'TypeOperator': type ch eck unimplemented for _Nullary.
OLDNEW
« no previous file with comments | « runtime/lib/mirrors.cc ('k') | tests/lib/mirrors/mirrors_nsm_mismatch_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698