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

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

Issue 3000763002: Implement .getCallType (Closed)
Patch Set: The fix 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 | « tests/compiler/dart2js/kernel/closed_world2_test.dart ('k') | no next file » | 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 839 matching lines...) Expand 10 before | Expand all | Expand 10 after
850 for_in2_test: Crash 850 for_in2_test: Crash
851 for_in3_test: Crash 851 for_in3_test: Crash
852 for_variable_capture_test: Crash 852 for_variable_capture_test: Crash
853 full_stacktrace1_test: Crash 853 full_stacktrace1_test: Crash
854 full_stacktrace2_test: Crash 854 full_stacktrace2_test: Crash
855 full_stacktrace3_test: Crash 855 full_stacktrace3_test: Crash
856 function_getter_test: Crash 856 function_getter_test: Crash
857 function_literals2_test: Crash 857 function_literals2_test: Crash
858 function_literals_test: Crash 858 function_literals_test: Crash
859 function_malformed_result_type_test: Crash 859 function_malformed_result_type_test: Crash
860 function_propagation_test: Crash
861 function_subtype2_test: Crash 860 function_subtype2_test: Crash
862 function_subtype3_test: Crash 861 function_subtype3_test: Crash
863 function_subtype_bound_closure0_test: Crash 862 function_subtype_bound_closure0_test: Crash
864 function_subtype_bound_closure1_test: Crash 863 function_subtype_bound_closure1_test: Crash
865 function_subtype_bound_closure2_test: Crash 864 function_subtype_bound_closure2_test: Crash
866 function_subtype_bound_closure3_test: Crash 865 function_subtype_bound_closure3_test: Crash
867 function_subtype_bound_closure4_test: Crash 866 function_subtype_bound_closure4_test: Crash
868 function_subtype_bound_closure5_test: Crash 867 function_subtype_bound_closure5_test: Crash
869 function_subtype_bound_closure5a_test: Crash 868 function_subtype_bound_closure5a_test: Crash
870 function_subtype_bound_closure6_test: Crash 869 function_subtype_bound_closure6_test: Crash
(...skipping 1314 matching lines...) Expand 10 before | Expand all | Expand 10 after
2185 for_in2_test: Crash 2184 for_in2_test: Crash
2186 for_in3_test: Crash 2185 for_in3_test: Crash
2187 for_variable_capture_test: Crash 2186 for_variable_capture_test: Crash
2188 full_stacktrace1_test: Crash 2187 full_stacktrace1_test: Crash
2189 full_stacktrace2_test: Crash 2188 full_stacktrace2_test: Crash
2190 full_stacktrace3_test: Crash 2189 full_stacktrace3_test: Crash
2191 function_getter_test: Crash 2190 function_getter_test: Crash
2192 function_literals2_test: Crash 2191 function_literals2_test: Crash
2193 function_literals_test: Crash 2192 function_literals_test: Crash
2194 function_malformed_result_type_test: Crash 2193 function_malformed_result_type_test: Crash
2195 function_propagation_test: RuntimeError
2196 function_subtype2_test: Crash 2194 function_subtype2_test: Crash
2197 function_subtype_bound_closure0_test: Crash 2195 function_subtype_bound_closure0_test: Crash
2198 function_subtype_bound_closure1_test: Crash 2196 function_subtype_bound_closure1_test: Crash
2199 function_subtype_bound_closure2_test: Crash 2197 function_subtype_bound_closure2_test: Crash
2200 function_subtype_bound_closure3_test: Crash 2198 function_subtype_bound_closure3_test: Crash
2201 function_subtype_bound_closure4_test: Crash 2199 function_subtype_bound_closure4_test: Crash
2202 function_subtype_bound_closure5_test: Crash 2200 function_subtype_bound_closure5_test: Crash
2203 function_subtype_bound_closure5a_test: Crash 2201 function_subtype_bound_closure5a_test: Crash
2204 function_subtype_bound_closure6_test: Crash 2202 function_subtype_bound_closure6_test: Crash
2205 function_subtype_bound_closure7_test: Crash 2203 function_subtype_bound_closure7_test: Crash
(...skipping 893 matching lines...) Expand 10 before | Expand all | Expand 10 after
3099 typedef_is_test: Crash 3097 typedef_is_test: Crash
3100 typevariable_substitution2_test/02: Crash 3098 typevariable_substitution2_test/02: Crash
3101 unresolved_default_constructor_test/01: Crash 3099 unresolved_default_constructor_test/01: Crash
3102 value_range2_test: Crash 3100 value_range2_test: Crash
3103 value_range3_test: Crash 3101 value_range3_test: Crash
3104 value_range_test: Crash 3102 value_range_test: Crash
3105 variable_declaration_metadata_test/none: Crash 3103 variable_declaration_metadata_test/none: Crash
3106 void_type_test: Crash 3104 void_type_test: Crash
3107 yieldstar_pause_test: Crash 3105 yieldstar_pause_test: Crash
3108 3106
OLDNEW
« no previous file with comments | « tests/compiler/dart2js/kernel/closed_world2_test.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698