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

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

Issue 1131793012: Ensure libraries always have at least one top-level class and therefore at least one script. (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: Created 5 years, 7 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/vm/parser.cc ('k') | tests/lib/mirrors/empty.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
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_big_test: RuntimeError # Using bigint seeds for random. 13 math/random_big_test: RuntimeError # Using bigint seeds for random.
14 14
15 mirrors/abstract_class_test: RuntimeError # Issue 12826 15 mirrors/abstract_class_test: RuntimeError # Issue 12826
16 mirrors/class_declarations_test/none: RuntimeError # Issue 13440 16 mirrors/class_declarations_test/none: RuntimeError # Issue 13440
17 mirrors/class_mirror_location_test: RuntimeError # Issue 6490 17 mirrors/class_mirror_location_test: RuntimeError # Issue 6490
18 mirrors/closurization_equivalence_test: RuntimeError # Issue 6490 18 mirrors/closurization_equivalence_test: RuntimeError # Issue 6490
19 mirrors/constructor_kinds_test: RuntimeError # Issue 13799 19 mirrors/constructor_kinds_test: RuntimeError # Issue 13799
20 mirrors/constructor_private_name_test: CompileTimeError # Issue 13597 20 mirrors/constructor_private_name_test: CompileTimeError # Issue 13597
21 mirrors/deferred_type_test: RuntimeError # Issue 6335 21 mirrors/deferred_type_test: RuntimeError # Issue 6335
22 mirrors/empty_test: RuntimeError # Issue 6490
22 mirrors/enum_test: RuntimeError # Issue 6490 23 mirrors/enum_test: RuntimeError # Issue 6490
23 mirrors/fake_function_with_call_test: RuntimeError # Issue 11612 24 mirrors/fake_function_with_call_test: RuntimeError # Issue 11612
24 mirrors/fake_function_without_call_test: RuntimeError # Issue 11612 25 mirrors/fake_function_without_call_test: RuntimeError # Issue 11612
25 mirrors/function_type_mirror_test: RuntimeError # Issue 12166 26 mirrors/function_type_mirror_test: RuntimeError # Issue 12166
26 mirrors/generic_f_bounded_mixin_application_test: RuntimeError # Issue 12087 27 mirrors/generic_f_bounded_mixin_application_test: RuntimeError # Issue 12087
27 mirrors/generic_function_typedef_test: RuntimeError # Issue 12333 28 mirrors/generic_function_typedef_test: RuntimeError # Issue 12333
28 mirrors/generic_interface_test: RuntimeError # Issue 12087 29 mirrors/generic_interface_test: RuntimeError # Issue 12087
29 mirrors/generic_local_function_test: RuntimeError # Issue 12333 30 mirrors/generic_local_function_test: RuntimeError # Issue 12333
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
(...skipping 192 matching lines...) Expand 10 before | Expand all | Expand 10 after
224 225
225 [ $runtime == vm ] 226 [ $runtime == vm ]
226 async/timer_not_available_test: Fail, OK 227 async/timer_not_available_test: Fail, OK
227 mirrors/native_class_test: Fail, OK # This test is meant to run in a browser. 228 mirrors/native_class_test: Fail, OK # This test is meant to run in a browser.
228 mirrors/deferred_type_test: CompileTimeError, OK # Don't have a multitest marker for dynamic compile time errors. 229 mirrors/deferred_type_test: CompileTimeError, OK # Don't have a multitest marker for dynamic compile time errors.
229 230
230 [ $compiler == none ] 231 [ $compiler == none ]
231 async/timer_not_available_test: SkipByDesign # only meant to test when there is no way to implement timer (currently only in d8) 232 async/timer_not_available_test: SkipByDesign # only meant to test when there is no way to implement timer (currently only in d8)
232 233
233 mirrors/symbol_validation_test: RuntimeError # Issue 13596 234 mirrors/symbol_validation_test: RuntimeError # Issue 13596
234 mirrors/mirrors_reader_test: Crash #Issue 23483
235 235
236 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. 236 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.
237 237
238 [ $compiler == none && ( $runtime == drt || $runtime == dartium || $runtime == C ontentShellOnAndroid) ] 238 [ $compiler == none && ( $runtime == drt || $runtime == dartium || $runtime == C ontentShellOnAndroid) ]
239 async/schedule_microtask6_test: Fail # Issue 10910 239 async/schedule_microtask6_test: Fail # Issue 10910
240 async/timer_test: Fail, Pass # Issue 15487 240 async/timer_test: Fail, Pass # Issue 15487
241 async/multiple_timer_test: Fail, Pass # Issue 15487 241 async/multiple_timer_test: Fail, Pass # Issue 15487
242 async/stream_periodic3_test: Fail, Pass # Issue 15487 242 async/stream_periodic3_test: Fail, Pass # Issue 15487
243 async/timer_isActive_test: Fail, Pass # Issue 22352 243 async/timer_isActive_test: Fail, Pass # Issue 22352
244 mirrors/immutable_collections_test: SkipSlow # Dartium debug uses -O0, so this w ill just timeout and waste bot cycles. 244 mirrors/immutable_collections_test: SkipSlow # Dartium debug uses -O0, so this w ill just timeout and waste bot cycles.
(...skipping 391 matching lines...) Expand 10 before | Expand all | Expand 10 after
636 typed_data/float32x4_shuffle_test: Crash # Instance of 'TypeOperator': type chec k unimplemented for _Nullary. 636 typed_data/float32x4_shuffle_test: Crash # Instance of 'TypeOperator': type chec k unimplemented for _Nullary.
637 typed_data/float32x4_test: Crash # Instance of 'TypeOperator': type check unimpl emented for _Nullary. 637 typed_data/float32x4_test: Crash # Instance of 'TypeOperator': type check unimpl emented for _Nullary.
638 typed_data/int32x4_list_test: Crash # Instance of 'TypeOperator': type check uni mplemented for List<Int32x4>. 638 typed_data/int32x4_list_test: Crash # Instance of 'TypeOperator': type check uni mplemented for List<Int32x4>.
639 typed_data/int32x4_test: Crash # Instance of 'TypeOperator': type check unimplem ented for _Nullary. 639 typed_data/int32x4_test: Crash # Instance of 'TypeOperator': type check unimplem ented for _Nullary.
640 typed_data/typed_data_hierarchy_int64_test: Crash # Instance of 'TypeOperator': type check unimplemented for List<int>. 640 typed_data/typed_data_hierarchy_int64_test: Crash # Instance of 'TypeOperator': type check unimplemented for List<int>.
641 typed_data/typed_data_hierarchy_test: Crash # Instance of 'TypeOperator': type c heck unimplemented for List<double>. 641 typed_data/typed_data_hierarchy_test: Crash # Instance of 'TypeOperator': type c heck unimplemented for List<double>.
642 typed_data/typed_data_list_test: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary. 642 typed_data/typed_data_list_test: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary.
643 typed_data/typed_data_sublist_type_test: Crash # Instance of 'TypeOperator': typ e check unimplemented for T. 643 typed_data/typed_data_sublist_type_test: Crash # Instance of 'TypeOperator': typ e check unimplemented for T.
644 typed_data/typed_list_iterable_test: Crash # Instance of 'TypeOperator': type ch eck unimplemented for _Nullary. 644 typed_data/typed_list_iterable_test: Crash # Instance of 'TypeOperator': type ch eck unimplemented for _Nullary.
645 profiler/metrics_num_test : Crash # Instance of 'TypeOperator': type check unimp lemented for _Nullary. 645 profiler/metrics_num_test : Crash # Instance of 'TypeOperator': type check unimp lemented for _Nullary.
OLDNEW
« no previous file with comments | « runtime/vm/parser.cc ('k') | tests/lib/mirrors/empty.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698