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

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

Issue 2984183002: dart2js-kernel: Recognize some List constructors. (Closed)
Patch Set: Use elementEnvironement to build type Created 3 years, 5 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/compile_from_dill_test_helper.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 assert_trailing_comma_test/none: CompileTimeError # Issue 29959 10 assert_trailing_comma_test/none: CompileTimeError # Issue 29959
(...skipping 1529 matching lines...) Expand 10 before | Expand all | Expand 10 after
1540 licm3_test: Crash 1540 licm3_test: Crash
1541 list_double_index_in_loop2_test: Crash 1541 list_double_index_in_loop2_test: Crash
1542 list_double_index_in_loop_test: Crash 1542 list_double_index_in_loop_test: Crash
1543 list_in_closure_test: RuntimeError 1543 list_in_closure_test: RuntimeError
1544 list_is_test: Crash 1544 list_is_test: Crash
1545 list_length_tracer_test: Crash 1545 list_length_tracer_test: Crash
1546 list_literal3_test: Crash 1546 list_literal3_test: Crash
1547 list_literal4_test: Crash 1547 list_literal4_test: Crash
1548 list_test: Crash 1548 list_test: Crash
1549 list_tracer_call_last_test: RuntimeError 1549 list_tracer_call_last_test: RuntimeError
1550 list_tracer_closure_test: Crash
1551 local_function2_test: RuntimeError 1550 local_function2_test: RuntimeError
1552 local_function3_test: Crash 1551 local_function3_test: Crash
1553 local_function_non_equal_test: Crash 1552 local_function_non_equal_test: Crash
1554 local_function_test: Crash 1553 local_function_test: Crash
1555 logical_expression_test: Crash 1554 logical_expression_test: Crash
1556 loop_hoist_test: Crash 1555 loop_hoist_test: Crash
1557 main_not_a_function_test/01: CompileTimeError 1556 main_not_a_function_test/01: CompileTimeError
1558 main_test/01: Crash 1557 main_test/01: Crash
1559 main_test/02: Crash 1558 main_test/02: Crash
1560 main_test/03: Crash 1559 main_test/03: Crash
(...skipping 2362 matching lines...) Expand 10 before | Expand all | Expand 10 after
3923 unresolved_top_level_method_negative_test: Crash 3922 unresolved_top_level_method_negative_test: Crash
3924 unresolved_top_level_var_negative_test: Crash 3923 unresolved_top_level_var_negative_test: Crash
3925 unsupported_operators_test/none: Crash 3924 unsupported_operators_test/none: Crash
3926 var_init_test: Crash 3925 var_init_test: Crash
3927 void_check_test: Crash 3926 void_check_test: Crash
3928 while_test: Crash 3927 while_test: Crash
3929 wrong_number_type_arguments_test/00: Crash 3928 wrong_number_type_arguments_test/00: Crash
3930 wrong_number_type_arguments_test/01: Crash 3929 wrong_number_type_arguments_test/01: Crash
3931 wrong_number_type_arguments_test/02: Crash 3930 wrong_number_type_arguments_test/02: Crash
3932 wrong_number_type_arguments_test/none: Crash 3931 wrong_number_type_arguments_test/none: Crash
OLDNEW
« no previous file with comments | « tests/compiler/dart2js/kernel/compile_from_dill_test_helper.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698