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

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

Issue 3011793002: Add types referenced in is-checks to the class hierarchy (Closed)
Patch Set: update tests Created 3 years, 3 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
OLDNEW
1 # Copyright (c) 2017, the Dart project authors. Please see the AUTHORS file 1 # Copyright (c) 2017, 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 # All static_tests have expected compile-time errors. 5 # All static_tests have expected compile-time errors.
6 [ $strong && $compiler != dart2analyzer && $compiler != dartdevc ] 6 [ $strong && $compiler != dart2analyzer && $compiler != dartdevc ]
7 core_runtime_types_static_test: MissingCompileTimeError 7 core_runtime_types_static_test: MissingCompileTimeError
8 splay_tree_test/01: MissingCompileTimeError 8 splay_tree_test/01: MissingCompileTimeError
9 splay_tree_test/02: MissingCompileTimeError 9 splay_tree_test/02: MissingCompileTimeError
10 string_base_vm_static_test: MissingCompileTimeError 10 string_base_vm_static_test: MissingCompileTimeError
(...skipping 580 matching lines...) Expand 10 before | Expand all | Expand 10 after
591 list_set_range_test: RuntimeError 591 list_set_range_test: RuntimeError
592 list_test/01: Crash 592 list_test/01: Crash
593 list_test/none: Crash 593 list_test/none: Crash
594 list_unmodifiable_test: Crash 594 list_unmodifiable_test: Crash
595 main_test: Crash 595 main_test: Crash
596 map_from_iterable_test: Crash 596 map_from_iterable_test: Crash
597 map_from_iterables_test: Crash 597 map_from_iterables_test: Crash
598 map_from_test: Crash 598 map_from_test: Crash
599 map_test: Crash # Issue 27394 599 map_test: Crash # Issue 27394
600 nan_infinity_test/01: RuntimeError 600 nan_infinity_test/01: RuntimeError
601 null_nosuchmethod_test: Crash
602 queue_test: Crash 601 queue_test: Crash
603 range_error_test: Crash 602 range_error_test: Crash
604 range_error_test: RuntimeError 603 range_error_test: RuntimeError
605 reg_exp5_test: Crash 604 reg_exp5_test: Crash
606 reg_exp5_test: RuntimeError 605 reg_exp5_test: RuntimeError
607 reg_exp_all_matches_test: Crash 606 reg_exp_all_matches_test: Crash
608 reg_exp_all_matches_test: RuntimeError 607 reg_exp_all_matches_test: RuntimeError
609 reg_exp_start_end_test: Crash 608 reg_exp_start_end_test: Crash
610 reg_exp_start_end_test: RuntimeError 609 reg_exp_start_end_test: RuntimeError
611 regexp/ascii-regexp-subject_test: Crash # 'file:*/pkg/compiler/lib/src/ssa/local s_handler.dart': Failed assertion: line 425 pos 12: '!isStoredInClosureField(loc al)': Local local(main#i) is stored in a closure field. 610 regexp/ascii-regexp-subject_test: Crash # 'file:*/pkg/compiler/lib/src/ssa/local s_handler.dart': Failed assertion: line 425 pos 12: '!isStoredInClosureField(loc al)': Local local(main#i) is stored in a closure field.
(...skipping 227 matching lines...) Expand 10 before | Expand all | Expand 10 after
839 list_set_range_test: RuntimeError 838 list_set_range_test: RuntimeError
840 list_test/01: Crash 839 list_test/01: Crash
841 list_test/none: Crash 840 list_test/none: Crash
842 list_unmodifiable_test: Crash 841 list_unmodifiable_test: Crash
843 main_test: Crash 842 main_test: Crash
844 map_from_iterable_test: Crash 843 map_from_iterable_test: Crash
845 map_from_iterables_test: Crash 844 map_from_iterables_test: Crash
846 map_from_test: Crash 845 map_from_test: Crash
847 map_test: Crash # Issue 27394 846 map_test: Crash # Issue 27394
848 nan_infinity_test/01: RuntimeError 847 nan_infinity_test/01: RuntimeError
849 null_nosuchmethod_test: Crash
850 queue_test: Crash 848 queue_test: Crash
851 range_error_test: Crash 849 range_error_test: Crash
852 range_error_test: RuntimeError 850 range_error_test: RuntimeError
853 reg_exp5_test: Crash 851 reg_exp5_test: Crash
854 reg_exp5_test: RuntimeError 852 reg_exp5_test: RuntimeError
855 reg_exp_all_matches_test: Crash 853 reg_exp_all_matches_test: Crash
856 reg_exp_all_matches_test: RuntimeError 854 reg_exp_all_matches_test: RuntimeError
857 reg_exp_start_end_test: Crash 855 reg_exp_start_end_test: Crash
858 reg_exp_start_end_test: RuntimeError 856 reg_exp_start_end_test: RuntimeError
859 regexp/ascii-regexp-subject_test: Crash # RangeError (index): Invalid value: Onl y valid value is 0: 1 857 regexp/ascii-regexp-subject_test: Crash # RangeError (index): Invalid value: Onl y valid value is 0: 1
(...skipping 141 matching lines...) Expand 10 before | Expand all | Expand 10 after
1001 999
1002 [ $compiler == dart2analyzer && $strong && !$checked ] 1000 [ $compiler == dart2analyzer && $strong && !$checked ]
1003 iterable_fold_test/01: CompileTimeError 1001 iterable_fold_test/01: CompileTimeError
1004 1002
1005 [ $runtime == dart_precompiled && $minified ] 1003 [ $runtime == dart_precompiled && $minified ]
1006 apply_test: Skip # Uses new Symbol via symbolMapToStringMap helper 1004 apply_test: Skip # Uses new Symbol via symbolMapToStringMap helper
1007 error_stack_trace1_test: Skip # Expects unobfuscated stack trace 1005 error_stack_trace1_test: Skip # Expects unobfuscated stack trace
1008 1006
1009 [ $compiler == dart2js && $runtime != none && $dart2js_with_kernel ] 1007 [ $compiler == dart2js && $runtime != none && $dart2js_with_kernel ]
1010 list_concurrent_modify_test: Crash # Issue 30559 1008 list_concurrent_modify_test: Crash # Issue 30559
OLDNEW
« no previous file with comments | « pkg/compiler/lib/src/universe/resolution_world_builder.dart ('k') | tests/language/language_dart2js.status » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698