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

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

Issue 2987313002: Update status file for dart2js minified closure test results. (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 | 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 2389 matching lines...) Expand 10 before | Expand all | Expand 10 after
2400 check_member_static_test/none: Crash 2400 check_member_static_test/none: Crash
2401 class_codegen_test: Crash 2401 class_codegen_test: Crash
2402 class_cycle_test/02: Crash 2402 class_cycle_test/02: Crash
2403 class_cycle_test/03: Crash 2403 class_cycle_test/03: Crash
2404 class_cycle_test/none: Crash 2404 class_cycle_test/none: Crash
2405 class_literal_test/none: Crash 2405 class_literal_test/none: Crash
2406 class_override_test/none: Crash 2406 class_override_test/none: Crash
2407 class_syntax2_test: Crash 2407 class_syntax2_test: Crash
2408 class_test: Crash 2408 class_test: Crash
2409 closure2_test: Crash 2409 closure2_test: Crash
2410 closure_call_wrong_argument_count_negative_test: Crash
2410 closure_in_constructor_test: Crash 2411 closure_in_constructor_test: Crash
2411 closure_in_field_initializer_test: Crash 2412 closure_in_field_initializer_test: Crash
2412 closure_shared_state_test: Crash 2413 closure_shared_state_test: Crash
2413 closure_side_effect_test: Crash 2414 closure_side_effect_test: Crash
2414 closure_with_super_field_test: Crash 2415 closure_with_super_field_test: Crash
2415 closure_with_super_send_test: Crash 2416 closure_with_super_send_test: Crash
2416 closures_with_complex_params_test: Crash 2417 closures_with_complex_params_test: Crash
2417 code_motion_crash_test: Crash 2418 code_motion_crash_test: Crash
2418 comparison_test: Crash 2419 comparison_test: Crash
2419 compile_time_constant10_test/none: Crash 2420 compile_time_constant10_test/none: Crash
(...skipping 572 matching lines...) Expand 10 before | Expand all | Expand 10 after
2992 inferrer_synthesized_super_constructor2_test: Crash 2993 inferrer_synthesized_super_constructor2_test: Crash
2993 inferrer_synthesized_super_constructor_test: Crash 2994 inferrer_synthesized_super_constructor_test: Crash
2994 infinity_test: Crash 2995 infinity_test: Crash
2995 inheritance_chain_test: Crash 2996 inheritance_chain_test: Crash
2996 initializing_formal_access_test: Crash 2997 initializing_formal_access_test: Crash
2997 initializing_formal_promotion_test: Crash 2998 initializing_formal_promotion_test: Crash
2998 initializing_formal_scope_test: Crash 2999 initializing_formal_scope_test: Crash
2999 initializing_formal_type_test: Crash 3000 initializing_formal_type_test: Crash
3000 inline_add_constants_to_initial_env_test: Crash 3001 inline_add_constants_to_initial_env_test: Crash
3001 inline_argument_test: Crash 3002 inline_argument_test: Crash
3003 inline_closure_with_constant_arguments_test: Crash
3002 inline_effect_context_test: Crash 3004 inline_effect_context_test: Crash
3003 inline_getter_test: Crash 3005 inline_getter_test: Crash
3004 inline_in_for_initializer_and_bailout_test: Crash 3006 inline_in_for_initializer_and_bailout_test: Crash
3005 inline_super_test: Crash 3007 inline_super_test: Crash
3006 inline_test_context_test: Crash 3008 inline_test_context_test: Crash
3007 inline_value_context_test: Crash 3009 inline_value_context_test: Crash
3008 inst_field_initializer_test: Crash 3010 inst_field_initializer_test: Crash
3009 instance_call_wrong_argument_count_negative_test: Crash 3011 instance_call_wrong_argument_count_negative_test: Crash
3010 instance_compound_assignment_operator_test: Crash 3012 instance_compound_assignment_operator_test: Crash
3011 instance_field_initializer_test: Crash 3013 instance_field_initializer_test: Crash
(...skipping 718 matching lines...) Expand 10 before | Expand all | Expand 10 after
3730 unresolved_top_level_method_negative_test: Crash 3732 unresolved_top_level_method_negative_test: Crash
3731 unresolved_top_level_var_negative_test: Crash 3733 unresolved_top_level_var_negative_test: Crash
3732 unsupported_operators_test/none: Crash 3734 unsupported_operators_test/none: Crash
3733 var_init_test: Crash 3735 var_init_test: Crash
3734 void_check_test: Crash 3736 void_check_test: Crash
3735 while_test: Crash 3737 while_test: Crash
3736 wrong_number_type_arguments_test/00: Crash 3738 wrong_number_type_arguments_test/00: Crash
3737 wrong_number_type_arguments_test/01: Crash 3739 wrong_number_type_arguments_test/01: Crash
3738 wrong_number_type_arguments_test/02: Crash 3740 wrong_number_type_arguments_test/02: Crash
3739 wrong_number_type_arguments_test/none: Crash 3741 wrong_number_type_arguments_test/none: Crash
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698