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

Side by Side Diff: tests/co19/co19-dart2js.status

Issue 12779005: Read type argument from local in constructor. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Add assertion. Created 7 years, 9 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 | « sdk/lib/_internal/compiler/implementation/ssa/builder.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 # Crashes first, please. Then untriaged bugs. There is a section below 5 # Crashes first, please. Then untriaged bugs. There is a section below
6 # for co19 bugs. 6 # for co19 bugs.
7 [ $compiler == dart2js ] 7 [ $compiler == dart2js ]
8 Language/03_Overview/1_Scoping_A02_t05: Fail # TODO(ahe): Please triage this fai lure. 8 Language/03_Overview/1_Scoping_A02_t05: Fail # TODO(ahe): Please triage this fai lure.
9 Language/03_Overview/1_Scoping_A02_t06: Fail # TODO(ahe): Please triage this fai lure. 9 Language/03_Overview/1_Scoping_A02_t06: Fail # TODO(ahe): Please triage this fai lure.
10 Language/05_Variables/05_Variables_A05_t04: Fail # TODO(ahe): Please triage this failure. 10 Language/05_Variables/05_Variables_A05_t04: Fail # TODO(ahe): Please triage this failure.
(...skipping 118 matching lines...) Expand 10 before | Expand all | Expand 10 after
129 129
130 LibTest/core/StringBuffer/addAll_A02_t01: Fail, OK # co19 issue 355 130 LibTest/core/StringBuffer/addAll_A02_t01: Fail, OK # co19 issue 355
131 LibTest/core/StringBuffer/add_A02_t01: Fail, OK # co19 issue 355 131 LibTest/core/StringBuffer/add_A02_t01: Fail, OK # co19 issue 355
132 LibTest/core/StringBuffer/isEmpty_A01_t01: Fail, OK # co19 issue 355 132 LibTest/core/StringBuffer/isEmpty_A01_t01: Fail, OK # co19 issue 355
133 LibTest/core/StringBuffer/clear_A02_t01: Fail, OK # co19 issue 355 133 LibTest/core/StringBuffer/clear_A02_t01: Fail, OK # co19 issue 355
134 134
135 Language/07_Classes/6_Constructors/2_Factories_A01_t05: Fail # Partially impleme nted rediriecting constructors makes this fail. 135 Language/07_Classes/6_Constructors/2_Factories_A01_t05: Fail # Partially impleme nted rediriecting constructors makes this fail.
136 136
137 Language/09_Generics/09_Generics_A04_t03: Fail # dart2js does not treat 2.0 as a double; dartbug.com/1533 137 Language/09_Generics/09_Generics_A04_t03: Fail # dart2js does not treat 2.0 as a double; dartbug.com/1533
138 138
139 [ $compiler == dart2js && $unchecked ]
140 Language/11_Expressions/01_Constants_A20_t03: Fail # dartbug.com/9076
141
142 [ $compiler == dart2js && $runtime == ie9 ] 139 [ $compiler == dart2js && $runtime == ie9 ]
143 Language/11_Expressions/03_Numbers_A01_t06: Fail # Issue: 8920 140 Language/11_Expressions/03_Numbers_A01_t06: Fail # Issue: 8920
144 Language/11_Expressions/03_Numbers_A01_t09: Fail # Issue: 8920 141 Language/11_Expressions/03_Numbers_A01_t09: Fail # Issue: 8920
145 Language/11_Expressions/06_Lists_A07_t02: Fail # Issue: 8920 142 Language/11_Expressions/06_Lists_A07_t02: Fail # Issue: 8920
146 Language/11_Expressions/07_Maps_A06_t02: Fail # Issue: 8920 143 Language/11_Expressions/07_Maps_A06_t02: Fail # Issue: 8920
147 Language/11_Expressions/15_Method_Invocation/4_Super_Invocation_A02_t04: Fail # Issue: 8920 144 Language/11_Expressions/15_Method_Invocation/4_Super_Invocation_A02_t04: Fail # Issue: 8920
148 LibTest/core/Date/Date_A01_t03: Fail # Issue: 8920 145 LibTest/core/Date/Date_A01_t03: Fail # Issue: 8920
149 LibTest/core/Date/Date.fromString_A03_t01: Fail # Issue: 8920 146 LibTest/core/Date/Date.fromString_A03_t01: Fail # Issue: 8920
150 LibTest/core/Date/timeZoneName_A01_t01: Fail # Issue: 8920 147 LibTest/core/Date/timeZoneName_A01_t01: Fail # Issue: 8920
151 LibTest/core/Date/year_A01_t01: Fail # Issue: 8920 148 LibTest/core/Date/year_A01_t01: Fail # Issue: 8920
(...skipping 710 matching lines...) Expand 10 before | Expand all | Expand 10 after
862 LibTest/core/Set/remove_A01_t02: Fail # Doesn't expect null to be allowed in Set or Map keys (issue 377). 859 LibTest/core/Set/remove_A01_t02: Fail # Doesn't expect null to be allowed in Set or Map keys (issue 377).
863 LibTest/core/Set/removeAll_A01_t02: Fail # Doesn't expect null to be allowed in Set or Map keys (issue 377). 860 LibTest/core/Set/removeAll_A01_t02: Fail # Doesn't expect null to be allowed in Set or Map keys (issue 377).
864 861
865 LibTest/core/Map/forEach_A01_t07: Fail # Doesn't expect concurrent modification error (issue 376). 862 LibTest/core/Map/forEach_A01_t07: Fail # Doesn't expect concurrent modification error (issue 376).
866 863
867 LibTest/core/String/charCodes_A01_t01: Fail # Deprecated string members removed (issue 382). 864 LibTest/core/String/charCodes_A01_t01: Fail # Deprecated string members removed (issue 382).
868 LibTest/core/String/charCodeAt_A02_t01: Fail # Deprecated string members removed (issue 382). 865 LibTest/core/String/charCodeAt_A02_t01: Fail # Deprecated string members removed (issue 382).
869 LibTest/core/String/charCodeAt_A03_t01: Fail # Deprecated string members removed (issue 382). 866 LibTest/core/String/charCodeAt_A03_t01: Fail # Deprecated string members removed (issue 382).
870 LibTest/core/String/charCodeAt_A01_t01: Fail # Deprecated string members removed (issue 382). 867 LibTest/core/String/charCodeAt_A01_t01: Fail # Deprecated string members removed (issue 382).
871 LibTest/core/String/splitChars_A01_t01: Fail # Deprecated string members removed (issue 382). 868 LibTest/core/String/splitChars_A01_t01: Fail # Deprecated string members removed (issue 382).
OLDNEW
« no previous file with comments | « sdk/lib/_internal/compiler/implementation/ssa/builder.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698