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

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

Issue 326263002: Add missing demangling to the VM's NoSuchMethodError. Ensure the NoSuchMethorError for reflective i… (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 6 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 | Annotate | Revision Log
« no previous file with comments | « runtime/vm/parser.cc ('k') | tests/lib/mirrors/mirrors_nsm_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 [ $checked && $compiler != dartanalyzer && $compiler != dart2analyzer && $runtim e != dartium ] 5 [ $checked && $compiler != dartanalyzer && $compiler != dart2analyzer && $runtim e != dartium ]
6 mirrors/regress_16321_test/01: CompileTimeError # Issue 16351 6 mirrors/regress_16321_test/01: CompileTimeError # Issue 16351
7 7
8 [ $checked && $compiler == none && ($runtime == dartium || $runtime == drt) ] 8 [ $checked && $compiler == none && ($runtime == dartium || $runtime == drt) ]
9 mirrors/regress_16321_test/01: RunTimeError # Issue 16351 9 mirrors/regress_16321_test/01: RunTimeError # Issue 16351
10 10
(...skipping 67 matching lines...) Expand 10 before | Expand all | Expand 10 after
78 mirrors/metadata_allowed_values_test/11: MissingCompileTimeError # Issue 14548 78 mirrors/metadata_allowed_values_test/11: MissingCompileTimeError # Issue 14548
79 mirrors/metadata_allowed_values_test/13: MissingCompileTimeError # Issue 14548 79 mirrors/metadata_allowed_values_test/13: MissingCompileTimeError # Issue 14548
80 mirrors/metadata_allowed_values_test/14: MissingCompileTimeError # Issue 14548 80 mirrors/metadata_allowed_values_test/14: MissingCompileTimeError # Issue 14548
81 mirrors/metadata_scope_test/none: CompileTimeError # Issue 10905 81 mirrors/metadata_scope_test/none: CompileTimeError # Issue 10905
82 mirrors/method_mirror_name_test: RuntimeError # Issue 6335 82 mirrors/method_mirror_name_test: RuntimeError # Issue 6335
83 mirrors/method_mirror_properties_test: RuntimeError # Issue 11861 83 mirrors/method_mirror_properties_test: RuntimeError # Issue 11861
84 mirrors/method_mirror_source_test : RuntimeError # Issue 6490 84 mirrors/method_mirror_source_test : RuntimeError # Issue 6490
85 mirrors/method_mirror_source_line_ending_test : RuntimeError # Issue 6490 85 mirrors/method_mirror_source_line_ending_test : RuntimeError # Issue 6490
86 mirrors/method_mirror_location_test: RuntimeError # Issue 6490 86 mirrors/method_mirror_location_test: RuntimeError # Issue 6490
87 mirrors/mirrors_test: RuntimeError # TODO(ahe): I'm working on fixing this. When removing this line please change the "endsWith" to "/mirrors_test.dart". 87 mirrors/mirrors_test: RuntimeError # TODO(ahe): I'm working on fixing this. When removing this line please change the "endsWith" to "/mirrors_test.dart".
88 mirrors/mirrors_nsm_test/dart2js: RuntimeError # Issue 19353
88 mirrors/mixin_test: RuntimeError # Issue 12464 89 mirrors/mixin_test: RuntimeError # Issue 12464
89 mirrors/mixin_application_test/none: RuntimeError # Issue 12464 90 mirrors/mixin_application_test/none: RuntimeError # Issue 12464
90 mirrors/parameter_test/none: RuntimeError # Issue 6490 91 mirrors/parameter_test/none: RuntimeError # Issue 6490
91 mirrors/parameter_of_mixin_app_constructor_test: RuntimeError # Issue 6490 92 mirrors/parameter_of_mixin_app_constructor_test: RuntimeError # Issue 6490
92 mirrors/private_symbol_test: CompileTimeError # Issue 13597 93 mirrors/private_symbol_test: CompileTimeError # Issue 13597
93 mirrors/private_types_test: RuntimeError # Issue 6490 94 mirrors/private_types_test: RuntimeError # Issue 6490
94 mirrors/redirecting_factory_test/none: RuntimeError # Issue 6490 95 mirrors/redirecting_factory_test/none: RuntimeError # Issue 6490
95 mirrors/redirecting_factory_test/02: RuntimeError # Issue 6490 96 mirrors/redirecting_factory_test/02: RuntimeError # Issue 6490
96 mirrors/reflected_type_function_type_test: RuntimeError # Issue 12607 97 mirrors/reflected_type_function_type_test: RuntimeError # Issue 12607
97 mirrors/reflected_type_special_types_test: RuntimeError # Issue 12607 98 mirrors/reflected_type_special_types_test: RuntimeError # Issue 12607
(...skipping 144 matching lines...) Expand 10 before | Expand all | Expand 10 after
242 mirrors/hierarchy_test: Fail # TODO(ahe): This test is slightly broken. http://d artbug.com/12464 243 mirrors/hierarchy_test: Fail # TODO(ahe): This test is slightly broken. http://d artbug.com/12464
243 mirrors/mixin_application_test/01: Fail, OK # TODO(ahe): Slight broken test to e nsure test coverage on dart2js. 244 mirrors/mixin_application_test/01: Fail, OK # TODO(ahe): Slight broken test to e nsure test coverage on dart2js.
244 mirrors/intercepted_object_test: Fail, OK # TODO(ahe): Slight broken test to ens ure test coverage on dart2js. 245 mirrors/intercepted_object_test: Fail, OK # TODO(ahe): Slight broken test to ens ure test coverage on dart2js.
245 mirrors/typedef_test/01: Fail, OK # Incorrect dart2js behavior. 246 mirrors/typedef_test/01: Fail, OK # Incorrect dart2js behavior.
246 247
247 mirrors/generic_local_function_test: RuntimeError # Issue 14913 248 mirrors/generic_local_function_test: RuntimeError # Issue 14913
248 mirrors/symbol_validation_test: RuntimeError # Issue 13596 249 mirrors/symbol_validation_test: RuntimeError # Issue 13596
249 250
250 async/timer_not_available_test: SkipByDesign # only meant to test when there is no way to implement timer (currently only in d8) 251 async/timer_not_available_test: SkipByDesign # only meant to test when there is no way to implement timer (currently only in d8)
251 252
252 mirrors/mirrors_nsm_test/vm: Fail # Issue 18042
253
254 [ $compiler == none && ( $runtime == drt || $runtime == dartium || $runtime == C ontentShellOnAndroid) ] 253 [ $compiler == none && ( $runtime == drt || $runtime == dartium || $runtime == C ontentShellOnAndroid) ]
255 async/schedule_microtask6_test: Fail # Issue 10910 254 async/schedule_microtask6_test: Fail # Issue 10910
256 mirrors/immutable_collections_test: Pass, Slow # Dartium debug uses -O0 255 mirrors/immutable_collections_test: Pass, Slow # Dartium debug uses -O0
257 mirrors/mirrors_reader_test: Pass, Slow # Dartium debug uses -O0 256 mirrors/mirrors_reader_test: Pass, Slow # Dartium debug uses -O0
258 mirrors/library_uri_io_test: Skip # Not intended for drt as it uses dart:io. 257 mirrors/library_uri_io_test: Skip # Not intended for drt as it uses dart:io.
259 mirrors/local_isolate_test: Skip # http://dartbug.com/12188 258 mirrors/local_isolate_test: Skip # http://dartbug.com/12188
260 259
261 [ $compiler == none && ( $runtime == drt || $runtime == dartium || $runtime == C ontentShellOnAndroid) ] 260 [ $compiler == none && ( $runtime == drt || $runtime == dartium || $runtime == C ontentShellOnAndroid) ]
262 async/timer_test: Fail, Pass # Issue 15487 261 async/timer_test: Fail, Pass # Issue 15487
263 async/multiple_timer_test: Fail, Pass # Issue 15487 262 async/multiple_timer_test: Fail, Pass # Issue 15487
(...skipping 35 matching lines...) Expand 10 before | Expand all | Expand 10 after
299 async/schedule_microtask_test: Fail # Issue 9002 298 async/schedule_microtask_test: Fail # Issue 9002
300 299
301 [ $compiler == dartanalyzer || $compiler == dart2analyzer ] 300 [ $compiler == dartanalyzer || $compiler == dart2analyzer ]
302 mirrors/generic_f_bounded_mixin_application_test: StaticWarning # Test Issue 301 mirrors/generic_f_bounded_mixin_application_test: StaticWarning # Test Issue
303 302
304 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>' 303 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>'
305 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> 304 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>
306 305
307 mirrors/immutable_collections_test: StaticWarning, OK # Expect failure for any t ype of Iterable. 306 mirrors/immutable_collections_test: StaticWarning, OK # Expect failure for any t ype of Iterable.
308 mirrors/inference_and_no_such_method_test: StaticWarning, OK # Expect to trigger noSuchMethod. 307 mirrors/inference_and_no_such_method_test: StaticWarning, OK # Expect to trigger noSuchMethod.
308 mirrors/mirrors_nsm_test: StaticWarning, OK # Expect to trigger noSuchMethod.
309
309 mirrors/repeated_private_anon_mixin_app_test: StaticWarning, OK # Intentional li brary name conflict. 310 mirrors/repeated_private_anon_mixin_app_test: StaticWarning, OK # Intentional li brary name conflict.
310 mirrors/removed_api_test: StaticWarning, OK # Deliberately refers to undeclared members. 311 mirrors/removed_api_test: StaticWarning, OK # Deliberately refers to undeclared members.
311 312
312 mirrors/deferred_mirrors_metadata_test: Fail # Issue 17522 313 mirrors/deferred_mirrors_metadata_test: Fail # Issue 17522
313 314
314 [ $compiler == dart2js && $runtime == d8 && $system == windows ] 315 [ $compiler == dart2js && $runtime == d8 && $system == windows ]
315 async/*deferred*: Skip # Issue 17458 316 async/*deferred*: Skip # Issue 17458
316 mirrors/*deferred*: Skip # Issue 17458 317 mirrors/*deferred*: Skip # Issue 17458
317 318
318 [ $compiler == dart2js && $mode == debug ] 319 [ $compiler == dart2js && $mode == debug ]
319 mirrors/native_class_test: Pass, Slow 320 mirrors/native_class_test: Pass, Slow
OLDNEW
« no previous file with comments | « runtime/vm/parser.cc ('k') | tests/lib/mirrors/mirrors_nsm_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698