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

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

Issue 23536003: Fix merge error in r26686 (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 7 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 | Annotate | Revision Log
« 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 [ $compiler == dart2js || $compiler == dart2dart ] 5 [ $compiler == dart2js || $compiler == dart2dart ]
6 compile_time_constant_c_test/none: Fail # Map literal with int key. 6 compile_time_constant_c_test/none: Fail # Map literal with int key.
7 constructor_initializer_test: Fail, OK # Depends on ?parameter check. 7 constructor_initializer_test: Fail, OK # Depends on ?parameter check.
8 null_test/03: Fail # Issue 12445. 8 null_test/03: Fail # Issue 12445.
9 9
10 black_listed_test/none: Fail # Issue 12446. 10 black_listed_test/none: Fail # Issue 12446.
(...skipping 18 matching lines...) Expand all
29 type_variable_bounds_test/02: Fail # Issue 12702 29 type_variable_bounds_test/02: Fail # Issue 12702
30 type_variable_bounds_test/04: Fail # Issue 12702 30 type_variable_bounds_test/04: Fail # Issue 12702
31 type_variable_bounds_test/05: Fail # Issue 12702 31 type_variable_bounds_test/05: Fail # Issue 12702
32 type_variable_bounds2_test/00: Fail # Issue 12702 32 type_variable_bounds2_test/00: Fail # Issue 12702
33 type_variable_bounds2_test/03: Fail # Issue 12702 33 type_variable_bounds2_test/03: Fail # Issue 12702
34 type_variable_bounds2_test/05: Fail # Issue 12702 34 type_variable_bounds2_test/05: Fail # Issue 12702
35 type_variable_bounds2_test/06: Pass # Issue 12702 (pass for the wrong reasons). 35 type_variable_bounds2_test/06: Pass # Issue 12702 (pass for the wrong reasons).
36 type_variable_bounds3_test/00: Fail # Issue 12702 36 type_variable_bounds3_test/00: Fail # Issue 12702
37 f_bounded_quantification_test/01: Fail # Issue 12703 37 f_bounded_quantification_test/01: Fail # Issue 12703
38 f_bounded_quantification_test/02: Fail # Issue 12703 38 f_bounded_quantification_test/02: Fail # Issue 12703
39 f_bounded_quantification5_test: Fail # Issue 12703
39 closure_type_test: Fail # Issue 12745 40 closure_type_test: Fail # Issue 12745
40 function_subtype_setter0_test: Fail # Issue 11273 41 function_subtype_setter0_test: Fail # Issue 11273
41 42
42 [ $compiler == dart2js && $unchecked ] 43 [ $compiler == dart2js && $unchecked ]
43 factory_redirection_test/14: Fail # Issue 10959 44 factory_redirection_test/14: Fail # Issue 10959
44 type_checks_in_factory_method_test: Fail # Issue 12746 45 type_checks_in_factory_method_test: Fail # Issue 12746
45 46
46 assertion_test: Fail # Issue 12748 47 assertion_test: Fail # Issue 12748
47 48
48 double_to_string_as_exponential2_test: Fail # Issue 12749 49 double_to_string_as_exponential2_test: Fail # Issue 12749
(...skipping 407 matching lines...) Expand 10 before | Expand all | Expand 10 after
456 f_bounded_quantification4_test: Fail # Issue 12605. 457 f_bounded_quantification4_test: Fail # Issue 12605.
457 f_bounded_quantification5_test: Fail # Issue 12605. 458 f_bounded_quantification5_test: Fail # Issue 12605.
458 459
459 # TODO(tball): Assign proper bug numbers. 460 # TODO(tball): Assign proper bug numbers.
460 class_literal_test: Fail 461 class_literal_test: Fail
461 462
462 import_core_prefix_test: Pass 463 import_core_prefix_test: Pass
463 prefix22_test: Pass 464 prefix22_test: Pass
464 invocation_mirror_test: Fail, OK # Issue 12706 (hardcoded names). 465 invocation_mirror_test: Fail, OK # Issue 12706 (hardcoded names).
465 super_call4_test: Fail, OK # hardcoded names. 466 super_call4_test: Fail, OK # hardcoded names.
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