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

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

Issue 1095903002: Deal with deferred loading in the VM mirrors. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 5 years, 8 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 | « sdk/lib/mirrors/mirrors.dart ('k') | tests/lib/mirrors/deferred_type_other.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 [ $csp ] 8 [ $csp ]
9 # Deferred loading does not work from an isolate in CSP-mode 9 # Deferred loading does not work from an isolate in CSP-mode
10 async/deferred/deferred_in_isolate_test: Skip # Issue 16898 10 async/deferred/deferred_in_isolate_test: Skip # Issue 16898
11 11
12 [ $compiler == dart2js ] 12 [ $compiler == dart2js ]
13 async/schedule_microtask6_test: RuntimeError # global error handling is not supp orted. Issue 5958 13 async/schedule_microtask6_test: RuntimeError # global error handling is not supp orted. Issue 5958
14 14
15 math/double_pow_test: RuntimeError 15 math/double_pow_test: RuntimeError
16 math/low_test: RuntimeError 16 math/low_test: RuntimeError
17 math/random_big_test: RuntimeError # Using bigint seeds for random. 17 math/random_big_test: RuntimeError # Using bigint seeds for random.
18 18
19 mirrors/abstract_class_test: RuntimeError # Issue 12826 19 mirrors/abstract_class_test: RuntimeError # Issue 12826
20 mirrors/class_declarations_test/none: RuntimeError # Issue 13440 20 mirrors/class_declarations_test/none: RuntimeError # Issue 13440
21 mirrors/class_mirror_location_test: RuntimeError # Issue 6490 21 mirrors/class_mirror_location_test: RuntimeError # Issue 6490
22 mirrors/closurization_equivalence_test: RuntimeError # Issue 6490 22 mirrors/closurization_equivalence_test: RuntimeError # Issue 6490
23 mirrors/constructor_kinds_test: RuntimeError # Issue 13799 23 mirrors/constructor_kinds_test: RuntimeError # Issue 13799
24 mirrors/constructor_private_name_test: CompileTimeError # Issue 13597 24 mirrors/constructor_private_name_test: CompileTimeError # Issue 13597
25 mirrors/deferred_type_test: RuntimeError # Issue 6335
25 mirrors/enum_test: RuntimeError # Issue 6490 26 mirrors/enum_test: RuntimeError # Issue 6490
26 mirrors/fake_function_with_call_test: RuntimeError # Issue 11612 27 mirrors/fake_function_with_call_test: RuntimeError # Issue 11612
27 mirrors/fake_function_without_call_test: RuntimeError # Issue 11612 28 mirrors/fake_function_without_call_test: RuntimeError # Issue 11612
28 mirrors/function_type_mirror_test: RuntimeError # Issue 12166 29 mirrors/function_type_mirror_test: RuntimeError # Issue 12166
29 mirrors/generic_f_bounded_mixin_application_test: RuntimeError # Issue 12087 30 mirrors/generic_f_bounded_mixin_application_test: RuntimeError # Issue 12087
30 mirrors/generic_function_typedef_test: RuntimeError # Issue 12333 31 mirrors/generic_function_typedef_test: RuntimeError # Issue 12333
31 mirrors/generic_interface_test: RuntimeError # Issue 12087 32 mirrors/generic_interface_test: RuntimeError # Issue 12087
32 mirrors/generic_local_function_test: RuntimeError # Issue 12333 33 mirrors/generic_local_function_test: RuntimeError # Issue 12333
33 mirrors/generic_mixin_test: RuntimeError # Issue 12333 34 mirrors/generic_mixin_test: RuntimeError # Issue 12333
34 mirrors/generic_mixin_applications_test: RuntimeError # Issue 12333 35 mirrors/generic_mixin_applications_test: RuntimeError # Issue 12333
(...skipping 10 matching lines...) Expand all
45 mirrors/invoke_call_through_getter_test/named: RuntimeError # Issue 12863. When updating the status, remove the "///" in the test. 46 mirrors/invoke_call_through_getter_test/named: RuntimeError # Issue 12863. When updating the status, remove the "///" in the test.
46 mirrors/invoke_call_through_getter_previously_accessed_test/named: RuntimeError # Issue 12863. When updating the status, remove the "///" in the test. 47 mirrors/invoke_call_through_getter_previously_accessed_test/named: RuntimeError # Issue 12863. When updating the status, remove the "///" in the test.
47 mirrors/invoke_call_through_implicit_getter_previously_accessed_test/named: Runt imeError # Issue 12863. When updating the status, remove the "///" in the test. 48 mirrors/invoke_call_through_implicit_getter_previously_accessed_test/named: Runt imeError # Issue 12863. When updating the status, remove the "///" in the test.
48 mirrors/invoke_call_through_implicit_getter_test: RuntimeError # Issue 17638 49 mirrors/invoke_call_through_implicit_getter_test: RuntimeError # Issue 17638
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
51 mirrors/invoke_private_wrong_library_test: CompileTimeError # Issue 12164 52 mirrors/invoke_private_wrong_library_test: CompileTimeError # Issue 12164
52 mirrors/library_declarations_test/none: RuntimeError # Issue 13439, Issue 13733 53 mirrors/library_declarations_test/none: RuntimeError # Issue 13439, Issue 13733
53 mirrors/library_exports_shown_test: RuntimeError # Issue 6490 54 mirrors/library_exports_shown_test: RuntimeError # Issue 6490
54 mirrors/library_exports_hidden_test: RuntimeError # Issue 6490 55 mirrors/library_exports_hidden_test: RuntimeError # Issue 6490
56 mirrors/library_import_deferred_loading_test: RuntimeError # Issue 6490
55 mirrors/library_imports_deferred_test: RuntimeError # Issue 6490 57 mirrors/library_imports_deferred_test: RuntimeError # Issue 6490
56 mirrors/library_imports_metadata_test: RuntimeError # Issue 6490 58 mirrors/library_imports_metadata_test: RuntimeError # Issue 6490
57 mirrors/library_imports_bad_metadata_test/none: RuntimeError # Issue 6490 59 mirrors/library_imports_bad_metadata_test/none: RuntimeError # Issue 6490
58 mirrors/library_imports_shown_test: RuntimeError # Issue 6490 60 mirrors/library_imports_shown_test: RuntimeError # Issue 6490
59 mirrors/library_imports_hidden_test: RuntimeError # Issue 6490 61 mirrors/library_imports_hidden_test: RuntimeError # Issue 6490
60 mirrors/library_imports_prefixed_test: RuntimeError # Issue 6490 62 mirrors/library_imports_prefixed_test: RuntimeError # Issue 6490
61 mirrors/library_imports_prefixed_show_hide_test: RuntimeError # Issue 6490 63 mirrors/library_imports_prefixed_show_hide_test: RuntimeError # Issue 6490
62 mirrors/library_uri_io_test: SkipByDesign # Uses dart:io. 64 mirrors/library_uri_io_test: SkipByDesign # Uses dart:io.
65 mirrors/load_library_test: RuntimeError # Issue 6335
63 mirrors/local_function_is_static_test: RuntimeError # Issue 6335 66 mirrors/local_function_is_static_test: RuntimeError # Issue 6335
64 mirrors/lru_test: Skip # dart2js_native/lru_test is used instead 67 mirrors/lru_test: Skip # dart2js_native/lru_test is used instead
65 mirrors/metadata_allowed_values_test/01: MissingCompileTimeError # Issue 14548 68 mirrors/metadata_allowed_values_test/01: MissingCompileTimeError # Issue 14548
66 mirrors/metadata_allowed_values_test/05: MissingCompileTimeError # Issue 14548 69 mirrors/metadata_allowed_values_test/05: MissingCompileTimeError # Issue 14548
67 mirrors/metadata_allowed_values_test/10: MissingCompileTimeError # Issue 14548 70 mirrors/metadata_allowed_values_test/10: MissingCompileTimeError # Issue 14548
68 mirrors/metadata_allowed_values_test/11: MissingCompileTimeError # Issue 14548 71 mirrors/metadata_allowed_values_test/11: MissingCompileTimeError # Issue 14548
69 mirrors/metadata_allowed_values_test/13: MissingCompileTimeError # Issue 14548 72 mirrors/metadata_allowed_values_test/13: MissingCompileTimeError # Issue 14548
70 mirrors/metadata_allowed_values_test/14: MissingCompileTimeError # Issue 14548 73 mirrors/metadata_allowed_values_test/14: MissingCompileTimeError # Issue 14548
71 mirrors/metadata_scope_test/none: CompileTimeError # Issue 10905 74 mirrors/metadata_scope_test/none: CompileTimeError # Issue 10905
72 mirrors/method_mirror_name_test: RuntimeError # Issue 6335 75 mirrors/method_mirror_name_test: RuntimeError # Issue 6335
(...skipping 159 matching lines...) Expand 10 before | Expand all | Expand 10 after
232 async/timer_test: Fail, Pass 235 async/timer_test: Fail, Pass
233 236
234 [ $runtime == vm ] 237 [ $runtime == vm ]
235 async/timer_not_available_test: Fail, OK 238 async/timer_not_available_test: Fail, OK
236 mirrors/native_class_test: Fail, OK # This test is meant to run in a browser. 239 mirrors/native_class_test: Fail, OK # This test is meant to run in a browser.
237 240
238 [ $compiler == none ] 241 [ $compiler == none ]
239 async/timer_not_available_test: SkipByDesign # only meant to test when there is no way to implement timer (currently only in d8) 242 async/timer_not_available_test: SkipByDesign # only meant to test when there is no way to implement timer (currently only in d8)
240 243
241 mirrors/symbol_validation_test: RuntimeError # Issue 13596 244 mirrors/symbol_validation_test: RuntimeError # Issue 13596
245 mirrors/deferred_type_test: CompileTimeError, OK # Don't have a multitest marker for dynamic compile time errors.
242 246
243 mirrors/mirrors_used*: SkipByDesign # Invalid tests. MirrorsUsed does not have a specification, and dart:mirrors is not required to hide declarations that are n ot covered by any MirrorsUsed annotation. 247 mirrors/mirrors_used*: SkipByDesign # Invalid tests. MirrorsUsed does not have a specification, and dart:mirrors is not required to hide declarations that are n ot covered by any MirrorsUsed annotation.
244 248
245 [ $compiler == none && ( $runtime == drt || $runtime == dartium || $runtime == C ontentShellOnAndroid) ] 249 [ $compiler == none && ( $runtime == drt || $runtime == dartium || $runtime == C ontentShellOnAndroid) ]
246 async/schedule_microtask6_test: Fail # Issue 10910 250 async/schedule_microtask6_test: Fail # Issue 10910
247 async/timer_test: Fail, Pass # Issue 15487 251 async/timer_test: Fail, Pass # Issue 15487
248 async/multiple_timer_test: Fail, Pass # Issue 15487 252 async/multiple_timer_test: Fail, Pass # Issue 15487
249 async/stream_periodic3_test: Fail, Pass # Issue 15487 253 async/stream_periodic3_test: Fail, Pass # Issue 15487
250 async/timer_isolate_test: Fail, Pass # Issue 15487. Issue 13921: spawnFunction i s not allowed on Dartium's DOM thread. 254 async/timer_isolate_test: Fail, Pass # Issue 15487. Issue 13921: spawnFunction i s not allowed on Dartium's DOM thread.
251 async/timer_isActive_test: Fail, Pass # Issue 22352 255 async/timer_isActive_test: Fail, Pass # Issue 22352
(...skipping 39 matching lines...) Expand 10 before | Expand all | Expand 10 after
291 295
292 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>' 296 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>'
293 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> 297 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>
294 298
295 mirrors/immutable_collections_test: StaticWarning, OK # Expect failure for any t ype of Iterable. 299 mirrors/immutable_collections_test: StaticWarning, OK # Expect failure for any t ype of Iterable.
296 mirrors/inference_and_no_such_method_test: StaticWarning, OK # Expect to trigger noSuchMethod. 300 mirrors/inference_and_no_such_method_test: StaticWarning, OK # Expect to trigger noSuchMethod.
297 mirrors/mirrors_nsm_test: StaticWarning, OK # Expect to trigger noSuchMethod. 301 mirrors/mirrors_nsm_test: StaticWarning, OK # Expect to trigger noSuchMethod.
298 302
299 mirrors/repeated_private_anon_mixin_app_test: StaticWarning, OK # Intentional li brary name conflict. 303 mirrors/repeated_private_anon_mixin_app_test: StaticWarning, OK # Intentional li brary name conflict.
300 mirrors/removed_api_test: StaticWarning, OK # Deliberately refers to undeclared members. 304 mirrors/removed_api_test: StaticWarning, OK # Deliberately refers to undeclared members.
305 mirrors/deferred_type_test: StaticWarning, OK # Deliberately referes to a deferr ed type in a declaration.
301 306
302 mirrors/deferred_mirrors_metadata_test: Fail # Issue 17522 307 mirrors/deferred_mirrors_metadata_test: Fail # Issue 17522
303 308
304 profiler/metrics_test: Fail # Issue 20309 309 profiler/metrics_test: Fail # Issue 20309
305 profiler/metrics_num_test: Fail # Issue 20309 310 profiler/metrics_num_test: Fail # Issue 20309
306 311
307 async/future_test: StaticWarning, OK # Deliberately broken implementation. 312 async/future_test: StaticWarning, OK # Deliberately broken implementation.
308 313
309 [ ($compiler == dartanalyzer || $compiler == dart2analyzer) && $checked ] 314 [ ($compiler == dartanalyzer || $compiler == dart2analyzer) && $checked ]
310 mirrors/regress_16321_test/01: MissingCompileTimeError # Issue 16391 315 mirrors/regress_16321_test/01: MissingCompileTimeError # Issue 16391
(...skipping 532 matching lines...) Expand 10 before | Expand all | Expand 10 after
843 typed_data/setRange_3_test: Crash # Instance of 'TypeOperator': unimplemented in CodeGenerator 848 typed_data/setRange_3_test: Crash # Instance of 'TypeOperator': unimplemented in CodeGenerator
844 typed_data/setRange_4_test: Crash # Instance of 'TypeOperator': unimplemented in CodeGenerator 849 typed_data/setRange_4_test: Crash # Instance of 'TypeOperator': unimplemented in CodeGenerator
845 typed_data/setRange_5_test: Crash # Instance of 'TypeOperator': unimplemented in CodeGenerator 850 typed_data/setRange_5_test: Crash # Instance of 'TypeOperator': unimplemented in CodeGenerator
846 typed_data/simd_store_to_load_forward_test: Crash # Instance of 'TypeOperator': unimplemented in CodeGenerator 851 typed_data/simd_store_to_load_forward_test: Crash # Instance of 'TypeOperator': unimplemented in CodeGenerator
847 typed_data/typed_data_hierarchy_int64_test: Crash # Instance of 'TypeOperator': unimplemented in CodeGenerator 852 typed_data/typed_data_hierarchy_int64_test: Crash # Instance of 'TypeOperator': unimplemented in CodeGenerator
848 typed_data/typed_data_hierarchy_test: Crash # Instance of 'TypeOperator': unimpl emented in CodeGenerator 853 typed_data/typed_data_hierarchy_test: Crash # Instance of 'TypeOperator': unimpl emented in CodeGenerator
849 typed_data/typed_data_list_test: Crash # Instance of 'TypeOperator': unimplement ed in CodeGenerator 854 typed_data/typed_data_list_test: Crash # Instance of 'TypeOperator': unimplement ed in CodeGenerator
850 typed_data/typed_data_load2_test: Crash # Instance of 'TypeOperator': unimplemen ted in CodeGenerator 855 typed_data/typed_data_load2_test: Crash # Instance of 'TypeOperator': unimplemen ted in CodeGenerator
851 typed_data/typed_data_sublist_type_test: Crash # Instance of 'TypeOperator': uni mplemented in CodeGenerator 856 typed_data/typed_data_sublist_type_test: Crash # Instance of 'TypeOperator': uni mplemented in CodeGenerator
852 typed_data/typed_list_iterable_test: Crash # Instance of 'TypeOperator': unimple mented in CodeGenerator 857 typed_data/typed_list_iterable_test: Crash # Instance of 'TypeOperator': unimple mented in CodeGenerator
OLDNEW
« no previous file with comments | « sdk/lib/mirrors/mirrors.dart ('k') | tests/lib/mirrors/deferred_type_other.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698