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

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

Issue 267153002: Support general handling of type variables by substituting types into the current context. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Rebased + reinserted unalias Created 6 years, 7 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 | « tests/language/generic_field_mixin_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 [ $compiler == dart2js || $compiler == dart2dart ] 5 [ $compiler == dart2js || $compiler == dart2dart ]
6 override_inheritance_mixed_test/08: Fail # Issue 18124 6 override_inheritance_mixed_test/08: Fail # Issue 18124
7 override_inheritance_mixed_test/09: Fail # Issue 18124 7 override_inheritance_mixed_test/09: Fail # Issue 18124
8 bad_constructor_test/05: CompileTimeError # Issue 13669 8 bad_constructor_test/05: CompileTimeError # Issue 13669
9 malformed_test/05: MissingCompileTimeError # Issue 12695 9 malformed_test/05: MissingCompileTimeError # Issue 12695
10 malformed_test/06: MissingCompileTimeError # Issue 12695 10 malformed_test/06: MissingCompileTimeError # Issue 12695
(...skipping 18 matching lines...) Expand all
29 ref_before_declaration_test/01: MissingCompileTimeError 29 ref_before_declaration_test/01: MissingCompileTimeError
30 ref_before_declaration_test/02: MissingCompileTimeError 30 ref_before_declaration_test/02: MissingCompileTimeError
31 ref_before_declaration_test/03: MissingCompileTimeError 31 ref_before_declaration_test/03: MissingCompileTimeError
32 ref_before_declaration_test/04: MissingCompileTimeError 32 ref_before_declaration_test/04: MissingCompileTimeError
33 ref_before_declaration_test/05: MissingCompileTimeError 33 ref_before_declaration_test/05: MissingCompileTimeError
34 ref_before_declaration_test/06: MissingCompileTimeError 34 ref_before_declaration_test/06: MissingCompileTimeError
35 35
36 prefix3_negative_test: Crash # Issue 17139 36 prefix3_negative_test: Crash # Issue 17139
37 setter_declaration2_negative_test: Crash # Issue 17139 37 setter_declaration2_negative_test: Crash # Issue 17139
38 38
39 generic_field_mixin4_test: Crash # Issue 18651
40 generic_field_mixin5_test: Crash # Issue 18651
41
39 # VM specific tests that should not be run by dart2js. 42 # VM specific tests that should not be run by dart2js.
40 vm/*: Skip # Issue 12699 43 vm/*: Skip # Issue 12699
41 44
42 [ $compiler == dart2js && $checked ] 45 [ $compiler == dart2js && $checked ]
43 type_variable_bounds_test/02: Fail # Issue 12702 46 type_variable_bounds_test/02: Fail # Issue 12702
44 type_variable_bounds2_test/01: Fail # Issue 12702 47 type_variable_bounds2_test/01: Fail # Issue 12702
45 type_variable_bounds2_test/04: Fail # Issue 12702 48 type_variable_bounds2_test/04: Fail # Issue 12702
46 type_variable_bounds2_test/06: Pass # Issue 12702 (pass for the wrong reasons). 49 type_variable_bounds2_test/06: Pass # Issue 12702 (pass for the wrong reasons).
47 type_variable_bounds3_test/00: Fail # Issue 12702 50 type_variable_bounds3_test/00: Fail # Issue 12702
48 closure_type_test: Fail # Issue 12745 51 closure_type_test: Fail # Issue 12745
(...skipping 16 matching lines...) Expand all
65 double_to_string_as_fixed2_test: RuntimeError # Issue 12749 68 double_to_string_as_fixed2_test: RuntimeError # Issue 12749
66 double_to_string_as_precision2_test: RuntimeError # Issue 12749 69 double_to_string_as_precision2_test: RuntimeError # Issue 12749
67 generic_test: RuntimeError, OK 70 generic_test: RuntimeError, OK
68 map_literal4_test: RuntimeError, OK # Checked mode required. 71 map_literal4_test: RuntimeError, OK # Checked mode required.
69 named_parameters_type_test/01: MissingRuntimeError, OK 72 named_parameters_type_test/01: MissingRuntimeError, OK
70 named_parameters_type_test/02: MissingRuntimeError, OK 73 named_parameters_type_test/02: MissingRuntimeError, OK
71 named_parameters_type_test/03: MissingRuntimeError, OK 74 named_parameters_type_test/03: MissingRuntimeError, OK
72 positional_parameters_type_test/01: MissingRuntimeError, OK 75 positional_parameters_type_test/01: MissingRuntimeError, OK
73 positional_parameters_type_test/02: MissingRuntimeError, OK 76 positional_parameters_type_test/02: MissingRuntimeError, OK
74 issue13474_test: RuntimeError, OK 77 issue13474_test: RuntimeError, OK
78 generic_field_mixin3_test: Crash # Issue 18651
79
75 80
76 [ $compiler == dart2js && $minified ] 81 [ $compiler == dart2js && $minified ]
77 cyclic_type_test/0*: Fail # Issue 12605 82 cyclic_type_test/0*: Fail # Issue 12605
78 cyclic_type2_test: Fail # Issue 12605 83 cyclic_type2_test: Fail # Issue 12605
79 f_bounded_quantification4_test: Fail # Issue 12605 84 f_bounded_quantification4_test: Fail # Issue 12605
80 f_bounded_quantification5_test: Fail # Issue 12605 85 f_bounded_quantification5_test: Fail # Issue 12605
81 mixin_generic_test: Fail # Issue 12605 86 mixin_generic_test: Fail # Issue 12605
82 mixin_mixin2_test: Fail # Issue 12605 87 mixin_mixin2_test: Fail # Issue 12605
83 mixin_mixin3_test: Fail # Issue 12605 88 mixin_mixin3_test: Fail # Issue 12605
84 mixin_mixin4_test: Fail # Issue 12605 89 mixin_mixin4_test: Fail # Issue 12605
(...skipping 172 matching lines...) Expand 10 before | Expand all | Expand 10 after
257 262
258 [ ($compiler == dart2js && $csp)] 263 [ ($compiler == dart2js && $csp)]
259 deferred_constraints_type_annotation_test/*: Skip # Issue 16898 264 deferred_constraints_type_annotation_test/*: Skip # Issue 16898
260 deferred_constraints_constants_test/*: Skip # Issue 16898 265 deferred_constraints_constants_test/*: Skip # Issue 16898
261 deferred_no_such_method_test*: Skip # Issue 16898 266 deferred_no_such_method_test*: Skip # Issue 16898
262 deferred_constraints_type_annotation_old_syntax_test/*: Skip # Issue 16898 267 deferred_constraints_type_annotation_old_syntax_test/*: Skip # Issue 16898
263 deferred_constraints_constants_old_syntax_test/*: Skip # Issue 16898 268 deferred_constraints_constants_old_syntax_test/*: Skip # Issue 16898
264 269
265 [ $compiler == dart2js && $runtime == d8 && $system == windows ] 270 [ $compiler == dart2js && $runtime == d8 && $system == windows ]
266 *deferred*: Skip # Issue 17458 271 *deferred*: Skip # Issue 17458
OLDNEW
« no previous file with comments | « tests/language/generic_field_mixin_test.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698