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

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

Issue 23190035: Distinguish between malformed and malbounded types (fix issues 12552 and 12554). (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: Created 7 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 | Annotate | Revision Log
« runtime/vm/object.cc ('K') | « tests/language/language.status ('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 [ $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 8
9 black_listed_test/none: Fail # Issue 12446. 9 black_listed_test/none: Fail # Issue 12446.
10 10
(...skipping 19 matching lines...) Expand all
30 type_variable_bounds_test/02: Fail 30 type_variable_bounds_test/02: Fail
31 type_variable_bounds_test/04: Fail 31 type_variable_bounds_test/04: Fail
32 type_variable_bounds_test/05: Fail 32 type_variable_bounds_test/05: Fail
33 type_variable_bounds2_test/00: Fail 33 type_variable_bounds2_test/00: Fail
34 type_variable_bounds2_test/03: Fail 34 type_variable_bounds2_test/03: Fail
35 type_variable_bounds2_test/05: Fail 35 type_variable_bounds2_test/05: Fail
36 type_variable_bounds2_test/06: Pass # For the wrong reasons. 36 type_variable_bounds2_test/06: Pass # For the wrong reasons.
37 type_variable_bounds3_test/00: Fail 37 type_variable_bounds3_test/00: Fail
38 f_bounded_quantification_test/01: Fail 38 f_bounded_quantification_test/01: Fail
39 f_bounded_quantification_test/02: Fail 39 f_bounded_quantification_test/02: Fail
40 f_bounded_quantification5_test: Fail
40 closure_type_test: Fail # does not detect type error in checked mode. 41 closure_type_test: Fail # does not detect type error in checked mode.
41 function_subtype_setter0_test: Fail # dartbug.com/11273 42 function_subtype_setter0_test: Fail # dartbug.com/11273
42 43
43 [ $compiler == dart2js && $unchecked ] 44 [ $compiler == dart2js && $unchecked ]
44 factory_redirection_test/14: Fail # redirecting to redirecting factory 45 factory_redirection_test/14: Fail # redirecting to redirecting factory
45 type_checks_in_factory_method_test: Fail # Expect.equals(expected: <true>, actua l: <false>) fails. -- checked mode test. 46 type_checks_in_factory_method_test: Fail # Expect.equals(expected: <true>, actua l: <false>) fails. -- checked mode test.
46 47
47 assertion_test: Fail 48 assertion_test: Fail
48 49
49 double_to_string_as_exponential2_test: Fail # toStringAsExponential doesn't chec k if argument is an integer. 50 double_to_string_as_exponential2_test: Fail # toStringAsExponential doesn't chec k if argument is an integer.
(...skipping 11 matching lines...) Expand all
61 compile_time_constant_checked2_test/06: Fail, OK 62 compile_time_constant_checked2_test/06: Fail, OK
62 compile_time_constant_checked3_test/01: Fail, OK 63 compile_time_constant_checked3_test/01: Fail, OK
63 compile_time_constant_checked3_test/02: Fail, OK 64 compile_time_constant_checked3_test/02: Fail, OK
64 compile_time_constant_checked3_test/03: Fail, OK 65 compile_time_constant_checked3_test/03: Fail, OK
65 compile_time_constant_checked3_test/04: Fail, OK 66 compile_time_constant_checked3_test/04: Fail, OK
66 compile_time_constant_checked3_test/05: Fail, OK 67 compile_time_constant_checked3_test/05: Fail, OK
67 compile_time_constant_checked3_test/06: Fail, OK 68 compile_time_constant_checked3_test/06: Fail, OK
68 69
69 [ $compiler == dart2js && $minified ] 70 [ $compiler == dart2js && $minified ]
70 f_bounded_quantification4_test: Fail # Issue 12605. 71 f_bounded_quantification4_test: Fail # Issue 12605.
72 f_bounded_quantification5_test: Fail # Issue 12605.
71 73
72 [ $compiler == dart2js ] 74 [ $compiler == dart2js ]
73 function_type_alias6_test/00: Crash # dartbug.com/9792 75 function_type_alias6_test/00: Crash # dartbug.com/9792
74 function_type_alias9_test/00: Crash # dartbug.com/9792 76 function_type_alias9_test/00: Crash # dartbug.com/9792
75 branch_canonicalization_test: Fail # Issue 638. 77 branch_canonicalization_test: Fail # Issue 638.
76 div_with_power_of_two_test: Fail # Issue 8301. 78 div_with_power_of_two_test: Fail # Issue 8301.
77 class_literal_test: Fail # Issue 7626. 79 class_literal_test: Fail # Issue 7626.
78 identical_closure2_test: Fail # Issue 1533, Issue 12596 80 identical_closure2_test: Fail # Issue 1533, Issue 12596
79 invocation_mirror_test: Fail 81 invocation_mirror_test: Fail
80 built_in_identifier_prefix_test: Fail # http://dartbug.com/6972 82 built_in_identifier_prefix_test: Fail # http://dartbug.com/6972
(...skipping 189 matching lines...) Expand 10 before | Expand all | Expand 10 after
270 null_access_error_test: Fail # Issue: 7413 272 null_access_error_test: Fail # Issue: 7413
271 string_interpolate_null_test: Fail # Issue: 7413 273 string_interpolate_null_test: Fail # Issue: 7413
272 call_through_null_getter_test: Fail 274 call_through_null_getter_test: Fail
273 closure3_test: Fail 275 closure3_test: Fail
274 execute_finally3_test: Fail 276 execute_finally3_test: Fail
275 method_invocation_test: Fail 277 method_invocation_test: Fail
276 stack_overflow_test: Fail 278 stack_overflow_test: Fail
277 stack_overflow_stacktrace_test: Fail 279 stack_overflow_stacktrace_test: Fail
278 closure_call_wrong_argument_count_negative_test: Skip 280 closure_call_wrong_argument_count_negative_test: Skip
279 label_test: Skip 281 label_test: Skip
OLDNEW
« runtime/vm/object.cc ('K') | « tests/language/language.status ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698