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

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

Issue 53883002: Ensure constructorName symbols include private manglings. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 7 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 [ $csp ] 5 [ $csp ]
6 mirrors/delegate_test: RuntimeError # Issue 13864 6 mirrors/delegate_test: RuntimeError # Issue 13864
7 7
8 [ $compiler == dart2js ] 8 [ $compiler == dart2js ]
9 async/schedule_microtask3_test: RuntimeError # _enqueueImmediate runs after Time r. http://dartbug.com/9002 9 async/schedule_microtask3_test: RuntimeError # _enqueueImmediate runs after Time r. http://dartbug.com/9002
10 async/schedule_microtask6_test: RuntimeError # global error handling is not supp orted. http://dartbug.com/5958 10 async/schedule_microtask6_test: RuntimeError # global error handling is not supp orted. http://dartbug.com/5958
11 11
12 math/double_pow_test: RuntimeError 12 math/double_pow_test: RuntimeError
13 math/low_test: RuntimeError 13 math/low_test: RuntimeError
14 math/random_test: RuntimeError 14 math/random_test: RuntimeError
15 15
16 mirrors/basic_types_in_dart_core_test: RuntimeError # Issue 14025 16 mirrors/basic_types_in_dart_core_test: RuntimeError # Issue 14025
17 mirrors/class_declarations_test/none: RuntimeError # Issue 13440 17 mirrors/class_declarations_test/none: RuntimeError # Issue 13440
18 mirrors/closures_test/none: RuntimeError # Issue 6490 18 mirrors/closures_test/none: RuntimeError # Issue 6490
19 mirrors/closure_mirror_find_in_context_test: Fail # Issue 6490 19 mirrors/closure_mirror_find_in_context_test: Fail # Issue 6490
20 mirrors/constructor_kinds_test: RuntimeError # Issue 13799 20 mirrors/constructor_kinds_test: RuntimeError # Issue 13799
21 mirrors/constructor_private_name_test: CompileTimeError # Issue 13597
21 mirrors/equality_test/02: RuntimeError # Issue 12333 22 mirrors/equality_test/02: RuntimeError # Issue 12333
22 mirrors/fake_function_with_call_test: RuntimeError # Issue 11612 23 mirrors/fake_function_with_call_test: RuntimeError # Issue 11612
23 mirrors/fake_function_without_call_test: RuntimeError # Issue 11612 24 mirrors/fake_function_without_call_test: RuntimeError # Issue 11612
24 mirrors/find_in_context_fake_function_test: Fail # Issue 6490 25 mirrors/find_in_context_fake_function_test: Fail # Issue 6490
25 mirrors/function_type_mirror_test: RuntimeError # Issue 12166 26 mirrors/function_type_mirror_test: RuntimeError # Issue 12166
26 mirrors/generics_test/01: RuntimeError # Issue 12087 27 mirrors/generics_test/01: RuntimeError # Issue 12087
27 mirrors/generic_bounded_test/none: RuntimeError # Issue 12087 28 mirrors/generic_bounded_test/none: RuntimeError # Issue 12087
28 mirrors/generic_bounded_test/01: RuntimeError # Issue 12087 29 mirrors/generic_bounded_test/01: RuntimeError # Issue 12087
29 mirrors/generic_bounded_by_type_parameter_test/none: RuntimeError # Issue 12087 30 mirrors/generic_bounded_by_type_parameter_test/none: RuntimeError # Issue 12087
30 mirrors/generic_bounded_by_type_parameter_test/01: RuntimeError # Issue 12087 31 mirrors/generic_bounded_by_type_parameter_test/01: RuntimeError # Issue 12087
(...skipping 10 matching lines...) Expand all
41 mirrors/initializing_formals_test/02: RuntimeError # Issue 12087 42 mirrors/initializing_formals_test/02: RuntimeError # Issue 12087
42 mirrors/initializing_formals_test/03: CompileTimeError # Issue 12164 43 mirrors/initializing_formals_test/03: CompileTimeError # Issue 12164
43 mirrors/instance_members_test: RuntimeError # Issue 14633 44 mirrors/instance_members_test: RuntimeError # Issue 14633
44 mirrors/instance_members_with_override_test: RuntimeError # Issue 14633 45 mirrors/instance_members_with_override_test: RuntimeError # Issue 14633
45 mirrors/instance_members_unimplemented_interface_test: RuntimeError # Issue 1463 3 46 mirrors/instance_members_unimplemented_interface_test: RuntimeError # Issue 1463 3
46 mirrors/intercepted_superclass_test: RuntimeError # Issue 13644 47 mirrors/intercepted_superclass_test: RuntimeError # Issue 13644
47 mirrors/invoke_test: RuntimeError # Issue 11954 48 mirrors/invoke_test: RuntimeError # Issue 11954
48 mirrors/invoke_closurization_test: RuntimeError # Issue 13002 49 mirrors/invoke_closurization_test: RuntimeError # Issue 13002
49 mirrors/invoke_named_test/none: RuntimeError # Issue 12863 50 mirrors/invoke_named_test/none: RuntimeError # Issue 12863
50 mirrors/invoke_private_test: CompileTimeError # Issue 12164 51 mirrors/invoke_private_test: CompileTimeError # Issue 12164
52 mirrors/invoke_private_wrong_library_test: CompileTimeError # Issue 12164
51 mirrors/invoke_subscript_test: RuntimeError # Issue 13002 53 mirrors/invoke_subscript_test: RuntimeError # Issue 13002
52 mirrors/invoke_throws_test: RuntimeError # Issue 11954 54 mirrors/invoke_throws_test: RuntimeError # Issue 11954
53 mirrors/library_declarations_test/none: RuntimeError # Issue 13439, Issue 13733 55 mirrors/library_declarations_test/none: RuntimeError # Issue 13439, Issue 13733
54 mirrors/library_metadata2_test/01: CompileTimeError # Issue 13633 56 mirrors/library_metadata2_test/01: CompileTimeError # Issue 13633
55 mirrors/library_uri_io_test: Skip # Not intended for dart2js as it uses dart:io. 57 mirrors/library_uri_io_test: Skip # Not intended for dart2js as it uses dart:io.
56 mirrors/method_mirror_name_test: RuntimeError # Issue 6335 58 mirrors/method_mirror_name_test: RuntimeError # Issue 6335
57 mirrors/method_mirror_properties_test: RuntimeError # Issue 11861 59 mirrors/method_mirror_properties_test: RuntimeError # Issue 11861
58 mirrors/method_mirror_returntype_test : RuntimeError # Issue 11928 60 mirrors/method_mirror_returntype_test : RuntimeError # Issue 11928
59 mirrors/method_mirror_source_test : RuntimeError # Issue 6490 61 mirrors/method_mirror_source_test : RuntimeError # Issue 6490
60 mirrors/mirrors_test: RuntimeError # TODO(ahe): I'm working on fixing this. 62 mirrors/mirrors_test: RuntimeError # TODO(ahe): I'm working on fixing this.
61 mirrors/mixin_test: RuntimeError # Issue 12464 63 mirrors/mixin_test: RuntimeError # Issue 12464
62 mirrors/mixin_application_test/none: RuntimeError # Issue 12464 64 mirrors/mixin_application_test/none: RuntimeError # Issue 12464
63 mirrors/new_instance_with_type_arguments_test: RuntimeError # Issue 12333 65 mirrors/new_instance_with_type_arguments_test: RuntimeError # Issue 12333
64 mirrors/null_test : RuntimeError # Issue 12129 66 mirrors/null_test : RuntimeError # Issue 12129
65 mirrors/parameter_test/none: RuntimeError # Issue 6490 67 mirrors/parameter_test/none: RuntimeError # Issue 6490
66 mirrors/parameter_metadata_test: CompileTimeError # Issue 10905 68 mirrors/parameter_metadata_test: CompileTimeError # Issue 10905
67 mirrors/private_symbol_test: CompileTimeError # Issue 13597 69 mirrors/private_symbol_test: CompileTimeError # Issue 13597
68 mirrors/proxy_type_test: RuntimeError # Issue 13842 70 mirrors/proxy_type_test: RuntimeError # Issue 13842
69 mirrors/redirecting_factory_test/none: RuntimeError # Issue 6490 71 mirrors/redirecting_factory_test/none: RuntimeError # Issue 6490
70 mirrors/redirecting_factory_test/02: RuntimeError # Issue 6490 72 mirrors/redirecting_factory_test/02: RuntimeError # Issue 6490
71 mirrors/reflected_type_test: RuntimeError # Issue 12607 73 mirrors/reflected_type_test: RuntimeError # Issue 12607
74 mirrors/repeated_private_anon_mixin_app_test: RuntimeError # Issue 14670
72 mirrors/static_members_test: CompileTimeError # Issue 14633, Issue 12164 75 mirrors/static_members_test: CompileTimeError # Issue 14633, Issue 12164
73 mirrors/symbol_validation_test: RuntimeError # Issue 13597 76 mirrors/symbol_validation_test: RuntimeError # Issue 13597
74 mirrors/toplevel_members_test: CompileTimeError # Issue 14633, Issue 12164 77 mirrors/toplevel_members_test: CompileTimeError # Issue 14633, Issue 12164
75 mirrors/type_argument_is_type_variable_test: RuntimeError # Issue 12333 78 mirrors/type_argument_is_type_variable_test: RuntimeError # Issue 12333
76 mirrors/typedef_test/none: RuntimeError # http://dartbug.com/6490 79 mirrors/typedef_test/none: RuntimeError # http://dartbug.com/6490
77 mirrors/typedef_metadata_test: RuntimeError # Issue 12785 80 mirrors/typedef_metadata_test: RuntimeError # Issue 12785
78 mirrors/typevariable_mirror_metadata_test: CompileTimeError # Issue 10905 81 mirrors/typevariable_mirror_metadata_test: CompileTimeError # Issue 10905
79 mirrors/type_variable_owner_test/01: RuntimeError # Issue 12785 82 mirrors/type_variable_owner_test/01: RuntimeError # Issue 12785
80 mirrors/generic_type_mirror_test/01: RuntimeError # 6490 83 mirrors/generic_type_mirror_test/01: RuntimeError # 6490
81 84
(...skipping 173 matching lines...) Expand 10 before | Expand all | Expand 10 after
255 mirrors/typevariable_mirror_metadata_test: StaticWarning # Issue 14524 258 mirrors/typevariable_mirror_metadata_test: StaticWarning # Issue 14524
256 259
257 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>' 260 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>'
258 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> 261 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>
259 262
260 mirrors/fake_function_without_call_test: StaticWarning, OK # Implements Function without defining call. 263 mirrors/fake_function_without_call_test: StaticWarning, OK # Implements Function without defining call.
261 mirrors/find_in_context_fake_function_test: StaticWarning, OK # Implements Funct ion without defining call. 264 mirrors/find_in_context_fake_function_test: StaticWarning, OK # Implements Funct ion without defining call.
262 mirrors/immutable_collections_test: StaticWarning, OK # Expect failure for any t ype of Iterable. 265 mirrors/immutable_collections_test: StaticWarning, OK # Expect failure for any t ype of Iterable.
263 mirrors/inference_and_no_such_method_test: StaticWarning, OK # Expect to trigger noSuchMethod. 266 mirrors/inference_and_no_such_method_test: StaticWarning, OK # Expect to trigger noSuchMethod.
264 mirrors/library_metadata2_test/01: StaticWarning, OK # Compile-time or run-time 267 mirrors/library_metadata2_test/01: StaticWarning, OK # Compile-time or run-time
268 mirrors/repeated_private_anon_mixin_app_test: StaticWarning, OK # Intentional li brary name conflict.
265 269
266 mirrors/basic_types_in_dart_core_test: StaticWarning, OK # API being removed. 270 mirrors/basic_types_in_dart_core_test: StaticWarning, OK # API being removed.
267 mirrors/constructor_kinds_test/01: StaticWarning, OK # API being removed. 271 mirrors/constructor_kinds_test/01: StaticWarning, OK # API being removed.
268 mirrors/constructor_kinds_test/none: StaticWarning, OK # API being removed. 272 mirrors/constructor_kinds_test/none: StaticWarning, OK # API being removed.
269 mirrors/constructors_test: StaticWarning, OK # API being removed. 273 mirrors/constructors_test: StaticWarning, OK # API being removed.
270 mirrors/equality_test/01: StaticWarning, OK # API being removed. 274 mirrors/equality_test/01: StaticWarning, OK # API being removed.
271 mirrors/equality_test/none: StaticWarning, OK # API being removed. 275 mirrors/equality_test/none: StaticWarning, OK # API being removed.
272 mirrors/fake_function_with_call_test: StaticWarning, OK # API being removed. 276 mirrors/fake_function_with_call_test: StaticWarning, OK # API being removed.
273 mirrors/generic_function_typedef_test: StaticWarning, OK # API being removed. 277 mirrors/generic_function_typedef_test: StaticWarning, OK # API being removed.
274 mirrors/generic_type_mirror_test/01: StaticWarning, OK # API being removed. 278 mirrors/generic_type_mirror_test/01: StaticWarning, OK # API being removed.
(...skipping 21 matching lines...) Expand all
296 mirrors/operator_test: StaticWarning, OK # API being removed. 300 mirrors/operator_test: StaticWarning, OK # API being removed.
297 mirrors/parameter_metadata_test: StaticWarning, OK # API being removed. 301 mirrors/parameter_metadata_test: StaticWarning, OK # API being removed.
298 mirrors/parameter_test/01: StaticWarning, OK # API being removed. 302 mirrors/parameter_test/01: StaticWarning, OK # API being removed.
299 mirrors/parameter_test/none: StaticWarning, OK # API being removed. 303 mirrors/parameter_test/none: StaticWarning, OK # API being removed.
300 mirrors/reflect_runtime_type_test: StaticWarning, OK # API being removed. 304 mirrors/reflect_runtime_type_test: StaticWarning, OK # API being removed.
301 mirrors/reflect_uninstantiated_class_test: StaticWarning, OK # API being removed . 305 mirrors/reflect_uninstantiated_class_test: StaticWarning, OK # API being removed .
302 mirrors/regress_14304_test: StaticWarning, OK # API being removed. 306 mirrors/regress_14304_test: StaticWarning, OK # API being removed.
303 mirrors/return_type_test: StaticWarning, OK # API being removed. 307 mirrors/return_type_test: StaticWarning, OK # API being removed.
304 mirrors/static_test: StaticWarning, OK # API being removed. 308 mirrors/static_test: StaticWarning, OK # API being removed.
305 mirrors/to_string_test: StaticWarning, OK # API being removed. 309 mirrors/to_string_test: StaticWarning, OK # API being removed.
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698