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

Side by Side Diff: tests/language/language_dart2js.status

Issue 3008503002: Migrate many_generic_instanceof_test to language_2. (Closed)
Patch Set: Created 3 years, 4 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 | « no previous file | tests/language/many_generic_instanceof_test.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 # VM specific tests that should not be run by dart2js. 5 # VM specific tests that should not be run by dart2js.
6 [ $compiler == dart2js ] 6 [ $compiler == dart2js ]
7 vm/*: Skip # Issue 12699 7 vm/*: Skip # Issue 12699
8 8
9 [ $compiler == dart2js && ! $dart2js_with_kernel ] 9 [ $compiler == dart2js && ! $dart2js_with_kernel ]
10 enum_test: Fail # Issue 28340 10 enum_test: Fail # Issue 28340
(...skipping 960 matching lines...) Expand 10 before | Expand all | Expand 10 after
971 main_test/44: Crash 971 main_test/44: Crash
972 main_test/45: Crash 972 main_test/45: Crash
973 malbounded_type_cast2_test: Crash 973 malbounded_type_cast2_test: Crash
974 malbounded_type_test2_test: Crash 974 malbounded_type_test2_test: Crash
975 malformed_test/01: Crash 975 malformed_test/01: Crash
976 malformed_test/02: Crash 976 malformed_test/02: Crash
977 malformed_test/03: Crash 977 malformed_test/03: Crash
978 malformed_test/04: Crash 978 malformed_test/04: Crash
979 malformed_test/06: Crash # 'package:front_end/src/fasta/kernel/kernel_class_buil der.dart': Failed assertion: line 83 pos 12: 'arguments == null || cls.typeParam eters.length == arguments.length': is not true. 979 malformed_test/06: Crash # 'package:front_end/src/fasta/kernel/kernel_class_buil der.dart': Failed assertion: line 83 pos 12: 'arguments == null || cls.typeParam eters.length == arguments.length': is not true.
980 malformed_test/none: Crash 980 malformed_test/none: Crash
981 many_generic_instanceof_test: Crash
982 many_named_arguments_test: Crash 981 many_named_arguments_test: Crash
983 many_overridden_no_such_method_test: Crash 982 many_overridden_no_such_method_test: Crash
984 map_literal10_test: Crash 983 map_literal10_test: Crash
985 map_literal2_test: Crash # 'file:*/pkg/compiler/lib/src/ssa/locals_handler.dart' : Failed assertion: line 425 pos 12: '!isStoredInClosureField(local)': Local loc al(Maps.mapToString#first) is stored in a closure field. 984 map_literal2_test: Crash # 'file:*/pkg/compiler/lib/src/ssa/locals_handler.dart' : Failed assertion: line 425 pos 12: '!isStoredInClosureField(local)': Local loc al(Maps.mapToString#first) is stored in a closure field.
986 map_literal3_test: Crash # 'file:*/pkg/compiler/lib/src/ssa/locals_handler.dart' : Failed assertion: line 425 pos 12: '!isStoredInClosureField(local)': Local loc al(Maps.mapToString#first) is stored in a closure field. 985 map_literal3_test: Crash # 'file:*/pkg/compiler/lib/src/ssa/locals_handler.dart' : Failed assertion: line 425 pos 12: '!isStoredInClosureField(local)': Local loc al(Maps.mapToString#first) is stored in a closure field.
987 map_literal4_test: Crash # 'file:*/pkg/compiler/lib/src/ssa/locals_handler.dart' : Failed assertion: line 425 pos 12: '!isStoredInClosureField(local)': Local loc al(Maps.mapToString#first) is stored in a closure field. 986 map_literal4_test: Crash # 'file:*/pkg/compiler/lib/src/ssa/locals_handler.dart' : Failed assertion: line 425 pos 12: '!isStoredInClosureField(local)': Local loc al(Maps.mapToString#first) is stored in a closure field.
988 map_literal5_test: Crash # 'file:*/pkg/compiler/lib/src/ssa/locals_handler.dart' : Failed assertion: line 425 pos 12: '!isStoredInClosureField(local)': Local loc al(Maps.mapToString#first) is stored in a closure field. 987 map_literal5_test: Crash # 'file:*/pkg/compiler/lib/src/ssa/locals_handler.dart' : Failed assertion: line 425 pos 12: '!isStoredInClosureField(local)': Local loc al(Maps.mapToString#first) is stored in a closure field.
989 map_literal6_test: Crash # 'file:*/pkg/compiler/lib/src/ssa/locals_handler.dart' : Failed assertion: line 425 pos 12: '!isStoredInClosureField(local)': Local loc al(Maps.mapToString#first) is stored in a closure field. 988 map_literal6_test: Crash # 'file:*/pkg/compiler/lib/src/ssa/locals_handler.dart' : Failed assertion: line 425 pos 12: '!isStoredInClosureField(local)': Local loc al(Maps.mapToString#first) is stored in a closure field.
990 map_literal7_test: Crash 989 map_literal7_test: Crash
991 map_literal8_test: Crash 990 map_literal8_test: Crash
(...skipping 964 matching lines...) Expand 10 before | Expand all | Expand 10 after
1956 main_test/22: Crash 1955 main_test/22: Crash
1957 main_test/41: Crash 1956 main_test/41: Crash
1958 main_test/42: Crash 1957 main_test/42: Crash
1959 main_test/43: Crash 1958 main_test/43: Crash
1960 main_test/44: Crash 1959 main_test/44: Crash
1961 main_test/45: Crash 1960 main_test/45: Crash
1962 malbounded_type_cast2_test: Crash 1961 malbounded_type_cast2_test: Crash
1963 malbounded_type_test2_test: Crash 1962 malbounded_type_test2_test: Crash
1964 malformed_test/06: CompileTimeError 1963 malformed_test/06: CompileTimeError
1965 malformed_test/none: RuntimeError 1964 malformed_test/none: RuntimeError
1966 many_generic_instanceof_test: Crash
1967 many_named_arguments_test: Crash 1965 many_named_arguments_test: Crash
1968 many_overridden_no_such_method_test: Crash 1966 many_overridden_no_such_method_test: Crash
1969 map_literal10_test: Crash 1967 map_literal10_test: Crash
1970 map_literal3_test: RuntimeError 1968 map_literal3_test: RuntimeError
1971 map_literal4_test: RuntimeError 1969 map_literal4_test: RuntimeError
1972 map_literal7_test: Crash 1970 map_literal7_test: Crash
1973 map_literal8_test: Crash 1971 map_literal8_test: Crash
1974 map_literal_syntax_test: Crash 1972 map_literal_syntax_test: Crash
1975 map_test: Crash 1973 map_test: Crash
1976 method_name_test: CompileTimeError 1974 method_name_test: CompileTimeError
(...skipping 439 matching lines...) Expand 10 before | Expand all | Expand 10 after
2416 string_interpolation_and_buffer_test: RuntimeError 2414 string_interpolation_and_buffer_test: RuntimeError
2417 switch_fallthru_test: RuntimeError 2415 switch_fallthru_test: RuntimeError
2418 top_level_func_test: RuntimeError 2416 top_level_func_test: RuntimeError
2419 top_level_getter_no_setter1_test/01: RuntimeError 2417 top_level_getter_no_setter1_test/01: RuntimeError
2420 top_level_getter_no_setter2_test/01: RuntimeError 2418 top_level_getter_no_setter2_test/01: RuntimeError
2421 truncdiv_test: RuntimeError 2419 truncdiv_test: RuntimeError
2422 try_catch_test/01: MissingCompileTimeError 2420 try_catch_test/01: MissingCompileTimeError
2423 type_checks_in_factory_method_test: RuntimeError 2421 type_checks_in_factory_method_test: RuntimeError
2424 yieldstar_pause_test: Crash 2422 yieldstar_pause_test: Crash
2425 2423
OLDNEW
« no previous file with comments | « no previous file | tests/language/many_generic_instanceof_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698