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

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_microtask6_test: RuntimeError # global error handling is not supp orted. http://dartbug.com/5958 9 async/schedule_microtask6_test: RuntimeError # global error handling is not supp orted. http://dartbug.com/5958
10 10
11 math/double_pow_test: RuntimeError 11 math/double_pow_test: RuntimeError
12 math/low_test: RuntimeError 12 math/low_test: RuntimeError
13 math/random_test: RuntimeError 13 math/random_test: RuntimeError
14 14
15 mirrors/basic_types_in_dart_core_test: RuntimeError # Issue 14025 15 mirrors/basic_types_in_dart_core_test: RuntimeError # Issue 14025
16 mirrors/class_declarations_test/none: RuntimeError # Issue 13440 16 mirrors/class_declarations_test/none: RuntimeError # Issue 13440
17 mirrors/closures_test/none: RuntimeError # Issue 6490 17 mirrors/closures_test/none: RuntimeError # Issue 6490
18 mirrors/constructor_kinds_test: RuntimeError # Issue 13799 18 mirrors/constructor_kinds_test: RuntimeError # Issue 13799
19 mirrors/constructor_private_name_test: CompileTimeError # Issue 13597
19 mirrors/equality_test/02: RuntimeError # Issue 12333 20 mirrors/equality_test/02: RuntimeError # Issue 12333
20 mirrors/fake_function_with_call_test: RuntimeError # Issue 11612 21 mirrors/fake_function_with_call_test: RuntimeError # Issue 11612
21 mirrors/fake_function_without_call_test: RuntimeError # Issue 11612 22 mirrors/fake_function_without_call_test: RuntimeError # Issue 11612
22 mirrors/find_in_context_test: Fail # Issue 6490 23 mirrors/find_in_context_test: Fail # Issue 6490
23 mirrors/find_in_context_private_test: Fail # Issue 6490 24 mirrors/find_in_context_private_test: Fail # Issue 6490
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_f_bounded_mixin_application_test: RuntimeError # Issue 12087 28 mirrors/generic_f_bounded_mixin_application_test: RuntimeError # Issue 12087
28 mirrors/generic_function_typedef_test: RuntimeError # Issue 12333 29 mirrors/generic_function_typedef_test: RuntimeError # Issue 12333
29 mirrors/generic_interface_test: RuntimeError # Issue 12087 30 mirrors/generic_interface_test: RuntimeError # Issue 12087
30 mirrors/generic_mixin_test: RuntimeError # Issue 12333 31 mirrors/generic_mixin_test: RuntimeError # Issue 12333
31 mirrors/generic_mixin_applications_test: RuntimeError # Issue 12333 32 mirrors/generic_mixin_applications_test: RuntimeError # Issue 12333
32 mirrors/generics_substitution_test/01: RuntimeError # Issue 12087 33 mirrors/generics_substitution_test/01: RuntimeError # Issue 12087
33 mirrors/hierarchy_invariants_test: RuntimeError # Issue 11863 34 mirrors/hierarchy_invariants_test: RuntimeError # Issue 11863
34 mirrors/immutable_collections_test: RuntimeError # Issue 14030 35 mirrors/immutable_collections_test: RuntimeError # Issue 14030
35 mirrors/initializing_formals_test/01: RuntimeError # Issue 6490 36 mirrors/initializing_formals_test/01: RuntimeError # Issue 6490
36 mirrors/initializing_formals_test/02: RuntimeError # Issue 12087 37 mirrors/initializing_formals_test/02: RuntimeError # Issue 12087
37 mirrors/initializing_formals_test/03: CompileTimeError # Issue 12164 38 mirrors/initializing_formals_test/03: CompileTimeError # Issue 12164
38 mirrors/instance_members_test: RuntimeError # Issue 14633 39 mirrors/instance_members_test: RuntimeError # Issue 14633
39 mirrors/instance_members_with_override_test: RuntimeError # Issue 14633 40 mirrors/instance_members_with_override_test: RuntimeError # Issue 14633
40 mirrors/instance_members_unimplemented_interface_test: RuntimeError # Issue 1463 3 41 mirrors/instance_members_unimplemented_interface_test: RuntimeError # Issue 1463 3
41 mirrors/intercepted_superclass_test: RuntimeError # Issue 13644 42 mirrors/intercepted_superclass_test: RuntimeError # Issue 13644
42 mirrors/invoke_test: RuntimeError # Issue 11954 43 mirrors/invoke_test: RuntimeError # Issue 11954
43 mirrors/invoke_closurization_test: RuntimeError # Issue 13002 44 mirrors/invoke_closurization_test: RuntimeError # Issue 13002
44 mirrors/invoke_named_test/none: RuntimeError # Issue 12863 45 mirrors/invoke_named_test/none: RuntimeError # Issue 12863
45 mirrors/invoke_private_test: CompileTimeError # Issue 12164 46 mirrors/invoke_private_test: CompileTimeError # Issue 12164
47 mirrors/invoke_private_wrong_library_test: CompileTimeError # Issue 12164
46 mirrors/invoke_subscript_test: RuntimeError # Issue 13002 48 mirrors/invoke_subscript_test: RuntimeError # Issue 13002
47 mirrors/invoke_throws_test: RuntimeError # Issue 11954 49 mirrors/invoke_throws_test: RuntimeError # Issue 11954
48 mirrors/library_declarations_test/none: RuntimeError # Issue 13439, Issue 13733 50 mirrors/library_declarations_test/none: RuntimeError # Issue 13439, Issue 13733
49 mirrors/library_metadata2_test/01: CompileTimeError # Issue 13633 51 mirrors/library_metadata2_test/01: CompileTimeError # Issue 13633
50 mirrors/library_uri_io_test: Skip # Not intended for dart2js as it uses dart:io. 52 mirrors/library_uri_io_test: Skip # Not intended for dart2js as it uses dart:io.
51 mirrors/metadata_allowed_values_test/01: MissingCompileTimeError # Issue 14548 53 mirrors/metadata_allowed_values_test/01: MissingCompileTimeError # Issue 14548
52 mirrors/metadata_allowed_values_test/05: MissingCompileTimeError # Issue 14548 54 mirrors/metadata_allowed_values_test/05: MissingCompileTimeError # Issue 14548
53 mirrors/metadata_allowed_values_test/10: MissingCompileTimeError # Issue 14548 55 mirrors/metadata_allowed_values_test/10: MissingCompileTimeError # Issue 14548
54 mirrors/metadata_allowed_values_test/11: MissingCompileTimeError # Issue 14548 56 mirrors/metadata_allowed_values_test/11: MissingCompileTimeError # Issue 14548
55 mirrors/metadata_allowed_values_test/13: MissingCompileTimeError # Issue 14548 57 mirrors/metadata_allowed_values_test/13: MissingCompileTimeError # Issue 14548
56 mirrors/metadata_allowed_values_test/14: MissingCompileTimeError # Issue 14548 58 mirrors/metadata_allowed_values_test/14: MissingCompileTimeError # Issue 14548
57 mirrors/method_mirror_name_test: RuntimeError # Issue 6335 59 mirrors/method_mirror_name_test: RuntimeError # Issue 6335
58 mirrors/method_mirror_properties_test: RuntimeError # Issue 11861 60 mirrors/method_mirror_properties_test: RuntimeError # Issue 11861
59 mirrors/method_mirror_returntype_test : RuntimeError # Issue 11928 61 mirrors/method_mirror_returntype_test : RuntimeError # Issue 11928
60 mirrors/method_mirror_source_test : RuntimeError # Issue 6490 62 mirrors/method_mirror_source_test : RuntimeError # Issue 6490
61 mirrors/mirrors_test: RuntimeError # TODO(ahe): I'm working on fixing this. 63 mirrors/mirrors_test: RuntimeError # TODO(ahe): I'm working on fixing this.
62 mirrors/mixin_test: RuntimeError # Issue 12464 64 mirrors/mixin_test: RuntimeError # Issue 12464
63 mirrors/mixin_application_test/none: RuntimeError # Issue 12464 65 mirrors/mixin_application_test/none: RuntimeError # Issue 12464
64 mirrors/new_instance_with_type_arguments_test: RuntimeError # Issue 12333 66 mirrors/new_instance_with_type_arguments_test: RuntimeError # Issue 12333
65 mirrors/null_test : RuntimeError # Issue 12129 67 mirrors/null_test : RuntimeError # Issue 12129
66 mirrors/parameter_test/none: RuntimeError # Issue 6490 68 mirrors/parameter_test/none: RuntimeError # Issue 6490
67 mirrors/parameter_metadata_test: CompileTimeError # Issue 10905 69 mirrors/parameter_metadata_test: CompileTimeError # Issue 10905
68 mirrors/private_symbol_test: CompileTimeError # Issue 13597 70 mirrors/private_symbol_test: CompileTimeError # Issue 13597
69 mirrors/proxy_type_test: RuntimeError # Issue 13842 71 mirrors/proxy_type_test: RuntimeError # Issue 13842
70 mirrors/redirecting_factory_test/none: RuntimeError # Issue 6490 72 mirrors/redirecting_factory_test/none: RuntimeError # Issue 6490
71 mirrors/redirecting_factory_test/02: RuntimeError # Issue 6490 73 mirrors/redirecting_factory_test/02: RuntimeError # Issue 6490
72 mirrors/reflected_type_test: RuntimeError # Issue 12607 74 mirrors/reflected_type_test: RuntimeError # Issue 12607
75 mirrors/repeated_private_anon_mixin_app_test: RuntimeError # Issue 14670
73 mirrors/static_members_test: CompileTimeError # Issue 14633, Issue 12164 76 mirrors/static_members_test: CompileTimeError # Issue 14633, Issue 12164
74 mirrors/set_field_with_final_inheritance_test: RuntimeError # Issue 13919 77 mirrors/set_field_with_final_inheritance_test: RuntimeError # Issue 13919
75 mirrors/symbol_validation_test: RuntimeError # Issue 13597 78 mirrors/symbol_validation_test: RuntimeError # Issue 13597
76 mirrors/toplevel_members_test: CompileTimeError # Issue 14633, Issue 12164 79 mirrors/toplevel_members_test: CompileTimeError # Issue 14633, Issue 12164
77 mirrors/type_argument_is_type_variable_test: RuntimeError # Issue 12333 80 mirrors/type_argument_is_type_variable_test: RuntimeError # Issue 12333
78 mirrors/typedef_test/none: RuntimeError # http://dartbug.com/6490 81 mirrors/typedef_test/none: RuntimeError # http://dartbug.com/6490
79 mirrors/typedef_metadata_test: RuntimeError # Issue 12785 82 mirrors/typedef_metadata_test: RuntimeError # Issue 12785
80 mirrors/typevariable_mirror_metadata_test: CompileTimeError # Issue 10905 83 mirrors/typevariable_mirror_metadata_test: CompileTimeError # Issue 10905
81 mirrors/type_variable_owner_test/01: RuntimeError # Issue 12785 84 mirrors/type_variable_owner_test/01: RuntimeError # Issue 12785
82 mirrors/generic_type_mirror_test/01: RuntimeError # 6490 85 mirrors/generic_type_mirror_test/01: RuntimeError # 6490
(...skipping 155 matching lines...) Expand 10 before | Expand all | Expand 10 after
238 mirrors/typedef_metadata_test: StaticWarning # Issue 14524 241 mirrors/typedef_metadata_test: StaticWarning # Issue 14524
239 mirrors/typevariable_mirror_metadata_test: StaticWarning # Issue 14524 242 mirrors/typevariable_mirror_metadata_test: StaticWarning # Issue 14524
240 243
241 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>' 244 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>'
242 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> 245 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>
243 246
244 mirrors/fake_function_without_call_test: StaticWarning, OK # Implements Function without defining call. 247 mirrors/fake_function_without_call_test: StaticWarning, OK # Implements Function without defining call.
245 mirrors/find_in_context_fake_function_test: StaticWarning, OK # Implements Funct ion without defining call. 248 mirrors/find_in_context_fake_function_test: StaticWarning, OK # Implements Funct ion without defining call.
246 mirrors/immutable_collections_test: StaticWarning, OK # Expect failure for any t ype of Iterable. 249 mirrors/immutable_collections_test: StaticWarning, OK # Expect failure for any t ype of Iterable.
247 mirrors/inference_and_no_such_method_test: StaticWarning, OK # Expect to trigger noSuchMethod. 250 mirrors/inference_and_no_such_method_test: StaticWarning, OK # Expect to trigger noSuchMethod.
248 mirrors/library_metadata2_test/01: CompileTimeError # Test issue 14682 251 mirrors/library_metadata2_test/01: StaticWarning, OK # Compile-time or run-time
252 mirrors/repeated_private_anon_mixin_app_test: StaticWarning, OK # Intentional li brary name conflict.
249 253
250 mirrors/basic_types_in_dart_core_test: StaticWarning, OK # API being removed. 254 mirrors/basic_types_in_dart_core_test: StaticWarning, OK # API being removed.
251 mirrors/constructor_kinds_test/01: StaticWarning, OK # API being removed. 255 mirrors/constructor_kinds_test/01: StaticWarning, OK # API being removed.
252 mirrors/constructor_kinds_test/none: StaticWarning, OK # API being removed. 256 mirrors/constructor_kinds_test/none: StaticWarning, OK # API being removed.
253 mirrors/constructors_test: StaticWarning, OK # API being removed. 257 mirrors/constructors_test: StaticWarning, OK # API being removed.
254 mirrors/equality_test/01: StaticWarning, OK # API being removed. 258 mirrors/equality_test/01: StaticWarning, OK # API being removed.
255 mirrors/equality_test/none: StaticWarning, OK # API being removed. 259 mirrors/equality_test/none: StaticWarning, OK # API being removed.
256 mirrors/fake_function_with_call_test: StaticWarning, OK # API being removed. 260 mirrors/fake_function_with_call_test: StaticWarning, OK # API being removed.
257 mirrors/generic_function_typedef_test: StaticWarning, OK # API being removed. 261 mirrors/generic_function_typedef_test: StaticWarning, OK # API being removed.
258 mirrors/generic_type_mirror_test/01: StaticWarning, OK # API being removed. 262 mirrors/generic_type_mirror_test/01: StaticWarning, OK # API being removed.
(...skipping 20 matching lines...) Expand all
279 mirrors/operator_test: StaticWarning, OK # API being removed. 283 mirrors/operator_test: StaticWarning, OK # API being removed.
280 mirrors/parameter_metadata_test: StaticWarning, OK # API being removed. 284 mirrors/parameter_metadata_test: StaticWarning, OK # API being removed.
281 mirrors/parameter_test/01: StaticWarning, OK # API being removed. 285 mirrors/parameter_test/01: StaticWarning, OK # API being removed.
282 mirrors/parameter_test/none: StaticWarning, OK # API being removed. 286 mirrors/parameter_test/none: StaticWarning, OK # API being removed.
283 mirrors/reflect_runtime_type_test: StaticWarning, OK # API being removed. 287 mirrors/reflect_runtime_type_test: StaticWarning, OK # API being removed.
284 mirrors/reflect_uninstantiated_class_test: StaticWarning, OK # API being removed . 288 mirrors/reflect_uninstantiated_class_test: StaticWarning, OK # API being removed .
285 mirrors/regress_14304_test: StaticWarning, OK # API being removed. 289 mirrors/regress_14304_test: StaticWarning, OK # API being removed.
286 mirrors/return_type_test: StaticWarning, OK # API being removed. 290 mirrors/return_type_test: StaticWarning, OK # API being removed.
287 mirrors/static_test: StaticWarning, OK # API being removed. 291 mirrors/static_test: StaticWarning, OK # API being removed.
288 mirrors/to_string_test: StaticWarning, OK # API being removed. 292 mirrors/to_string_test: StaticWarning, OK # API being removed.
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698