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

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

Issue 938513002: Add ClassMirror.isEnum. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 5 years, 10 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
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/constructor_kinds_test: RuntimeError # Issue 13799 22 mirrors/constructor_kinds_test: RuntimeError # Issue 13799
23 mirrors/constructor_private_name_test: CompileTimeError # Issue 13597 23 mirrors/constructor_private_name_test: CompileTimeError # Issue 13597
24 mirrors/enum_test: RuntimeError # Issue 6490
24 mirrors/fake_function_with_call_test: RuntimeError # Issue 11612 25 mirrors/fake_function_with_call_test: RuntimeError # Issue 11612
25 mirrors/fake_function_without_call_test: RuntimeError # Issue 11612 26 mirrors/fake_function_without_call_test: RuntimeError # Issue 11612
26 mirrors/function_type_mirror_test: RuntimeError # Issue 12166 27 mirrors/function_type_mirror_test: RuntimeError # Issue 12166
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_local_function_test: RuntimeError # Issue 12333 31 mirrors/generic_local_function_test: RuntimeError # Issue 12333
31 mirrors/generic_mixin_test: RuntimeError # Issue 12333 32 mirrors/generic_mixin_test: RuntimeError # Issue 12333
32 mirrors/generic_mixin_applications_test: RuntimeError # Issue 12333 33 mirrors/generic_mixin_applications_test: RuntimeError # Issue 12333
33 mirrors/get_field_static_test/00: RuntimeError # Issue 21323 34 mirrors/get_field_static_test/00: RuntimeError # Issue 21323
(...skipping 292 matching lines...) Expand 10 before | Expand all | Expand 10 after
326 327
327 [ $mode == debug && $arch == ia32 && $system == windows ] 328 [ $mode == debug && $arch == ia32 && $system == windows ]
328 convert/streamed_conversion_json_utf8_decode_test: Skip # Verification OOM. 329 convert/streamed_conversion_json_utf8_decode_test: Skip # Verification OOM.
329 330
330 [ $mode == debug && $arch != ia32 && $arch != x64 && $arch != simarm ] 331 [ $mode == debug && $arch != ia32 && $arch != x64 && $arch != simarm ]
331 convert/streamed_conversion_json_utf8_decode_test: Skip # Verification not yet implemented. 332 convert/streamed_conversion_json_utf8_decode_test: Skip # Verification not yet implemented.
332 333
333 [ $runtime == vm && $mode == debug && $builder_tag == asan ] 334 [ $runtime == vm && $mode == debug && $builder_tag == asan ]
334 mirrors/immutable_collections_test: Skip # Timeout. 335 mirrors/immutable_collections_test: Skip # Timeout.
335 convert/streamed_conversion_json_utf8_decode_test: Skip # Timeout. 336 convert/streamed_conversion_json_utf8_decode_test: Skip # Timeout.
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698