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

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

Issue 12431006: Status file updates for failing tests after enabling co19 on IE9 (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: 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 | « 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 # 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 127 matching lines...) Expand 10 before | Expand all | Expand 10 after
138 Language/15_Reference/1_Lexical_Rules_A01_t11: Fail # TODO(ahe): Please triage t his failure. 138 Language/15_Reference/1_Lexical_Rules_A01_t11: Fail # TODO(ahe): Please triage t his failure.
139 LibTest/core/RegExp/Pattern_semantics/firstMatch_CharacterClassEscape_A01_t01: F ail # TODO(ahe): Please triage this failure. 139 LibTest/core/RegExp/Pattern_semantics/firstMatch_CharacterClassEscape_A01_t01: F ail # TODO(ahe): Please triage this failure.
140 LibTest/core/RegExp/Pattern_semantics/firstMatch_CharacterClassEscape_A02_t01: F ail # TODO(ahe): Please triage this failure. 140 LibTest/core/RegExp/Pattern_semantics/firstMatch_CharacterClassEscape_A02_t01: F ail # TODO(ahe): Please triage this failure.
141 LibTest/core/RegExp/Pattern_semantics/firstMatch_CharacterClassEscape_A06_t01: F ail # TODO(ahe): Please triage this failure. 141 LibTest/core/RegExp/Pattern_semantics/firstMatch_CharacterClassEscape_A06_t01: F ail # TODO(ahe): Please triage this failure.
142 LibTest/core/double/INFINITY_A01_t04: Fail # TODO(ahe): Please triage this failu re. 142 LibTest/core/double/INFINITY_A01_t04: Fail # TODO(ahe): Please triage this failu re.
143 LibTest/core/double/NEGATIVE_INFINITY_A01_t04: Fail # TODO(ahe): Please triage t his failure. 143 LibTest/core/double/NEGATIVE_INFINITY_A01_t04: Fail # TODO(ahe): Please triage t his failure.
144 LibTest/core/double/parse_A01_t01: Fail # TODO(ahe): Please triage this failure. 144 LibTest/core/double/parse_A01_t01: Fail # TODO(ahe): Please triage this failure.
145 LibTest/math/pow_A01_t01: Fail # TODO(ahe): Please triage this failure. 145 LibTest/math/pow_A01_t01: Fail # TODO(ahe): Please triage this failure.
146 LibTest/math/pow_A11_t01: Fail # TODO(ahe): Please triage this failure. 146 LibTest/math/pow_A11_t01: Fail # TODO(ahe): Please triage this failure.
147 LibTest/math/pow_A13_t01: Fail # TODO(ahe): Please triage this failure. 147 LibTest/math/pow_A13_t01: Fail # TODO(ahe): Please triage this failure.
148 LibTest/math/sin_A01_t01: Fail # TODO(ahe): Please triage this failure.
149 LibTest/math/tan_A01_t01: Fail # TODO(ahe): Please triage this failure.
150 148
151 LibTest/isolate/ReceivePort/receive_A01_t02: Fail # Issue 6750 149 LibTest/isolate/ReceivePort/receive_A01_t02: Fail # Issue 6750
152 150
153 LibTest/core/StringBuffer/addAll_A02_t01: Fail, OK # co19 issue 355 151 LibTest/core/StringBuffer/addAll_A02_t01: Fail, OK # co19 issue 355
154 LibTest/core/StringBuffer/add_A02_t01: Fail, OK # co19 issue 355 152 LibTest/core/StringBuffer/add_A02_t01: Fail, OK # co19 issue 355
155 LibTest/core/StringBuffer/isEmpty_A01_t01: Fail, OK # co19 issue 355 153 LibTest/core/StringBuffer/isEmpty_A01_t01: Fail, OK # co19 issue 355
156 LibTest/core/StringBuffer/clear_A02_t01: Fail, OK # co19 issue 355 154 LibTest/core/StringBuffer/clear_A02_t01: Fail, OK # co19 issue 355
157 155
158 Language/07_Classes/6_Constructors/2_Factories_A01_t05: Fail # Partially impleme nted rediriecting constructors makes this fail. 156 Language/07_Classes/6_Constructors/2_Factories_A01_t05: Fail # Partially impleme nted rediriecting constructors makes this fail.
159 157
160 Language/09_Generics/09_Generics_A04_t03: Fail # dart2js does not treat 2.0 as a double; dartbug.com/1533 158 Language/09_Generics/09_Generics_A04_t03: Fail # dart2js does not treat 2.0 as a double; dartbug.com/1533
161 159
160 [ $compiler == dart2js && $runtime == ie9 ]
161 Language/11_Expressions/03_Numbers_A01_t06: Fail # Issue: 8920
162 Language/11_Expressions/03_Numbers_A01_t09: Fail # Issue: 8920
163 Language/11_Expressions/06_Lists_A07_t02: Fail # Issue: 8920
164 Language/11_Expressions/07_Maps_A06_t02: Fail # Issue: 8920
165 Language/11_Expressions/15_Method_Invocation/4_Super_Invocation_A02_t04: Fail # Issue: 8920
166 LibTest/core/Date/Date_A01_t03: Fail # Issue: 8920
167 LibTest/core/Date/Date.fromString_A03_t01: Fail # Issue: 8920
168 LibTest/core/Date/timeZoneName_A01_t01: Fail # Issue: 8920
169 LibTest/core/Date/year_A01_t01: Fail # Issue: 8920
170 LibTest/core/double/round_A01_t01: Fail # Issue: 8920
171 LibTest/core/double/toRadixString_A01_t01: Fail # Issue: 8920
172 LibTest/core/double/toStringAsExponential_A01_t04: Fail # Issue: 8920
173 LibTest/core/double/toStringAsPrecision_A01_t04: Fail # Issue: 8920
174 LibTest/core/Expect/identical_A01_t01: Fail # Issue: 8920
175 LibTest/core/int/compareTo_A01_t01: Fail # Issue: 8920
176 LibTest/core/int/operator_left_shift_A01_t01: Fail # Issue: 8920
177 LibTest/core/int/operator_remainder_A01_t03: Fail # Issue: 8920
178 LibTest/core/int/operator_truncating_division_A01_t02: Fail # Issue: 8920
179 LibTest/core/int/remainder_A01_t01: Fail # Issue: 8920
180 LibTest/core/int/remainder_A01_t03: Fail # Issue: 8920
181 LibTest/core/int/toRadixString_A01_t01: Fail # Issue: 8920
182 LibTest/core/RegExp/Pattern_semantics/firstMatch_CharacterEscape_A06_t02: Fail # Issue: 8920
183 LibTest/core/RegExp/Pattern_semantics/firstMatch_DecimalEscape_A01_t02: Fail # I ssue: 8920
184 LibTest/core/RegExp/Pattern_semantics/firstMatch_NonEmptyClassRanges_A01_t01: Fa il # Issue: 8920
185 LibTest/core/RegExp/Pattern_semantics/firstMatch_NonEmptyClassRanges_A01_t05: Fa il # Issue: 8920
186 LibTest/core/RegExp/Pattern_semantics/firstMatch_NonEmptyClassRanges_A01_t06: Fa il # Issue: 8920
187 LibTest/core/String/contains_A01_t02: Fail # Issue: 8920
188 LibTest/isolate/ReceivePort/toSendPort_A01_t02: Fail # Issue: 8920
189
190
191 # These tests are passing with 'runtime == ie9' but are either skipped or fail
192 # on other configurations
193 [ $compiler == dart2js && ($runtime == ie10 || $runtime == ff || $runtime == chr ome || $runtime == drt || $runtime == safari || $runtime == opera) ]
194 LibTest/math/exp_A01_t01: Fail, OK # co19 issue 44
195 LibTest/math/sin_A01_t01: Fail # TODO(ahe): Please triage this failure.
196 LibTest/math/tan_A01_t01: Fail # TODO(ahe): Please triage this failure.
197
162 [ $compiler == dart2js ] 198 [ $compiler == dart2js ]
163 LibTest/math/exp_A01_t01: Fail, OK # co19 issue 44
164
165 LibTest/math/parseDouble_A02_t01: Fail, OK # co19 issue 317 199 LibTest/math/parseDouble_A02_t01: Fail, OK # co19 issue 317
166 LibTest/math/parseInt_A01_t01: Fail, OK # co19 issue 317 200 LibTest/math/parseInt_A01_t01: Fail, OK # co19 issue 317
167 LibTest/math/parseInt_A02_t01: Fail, OK # co19 issue 317 201 LibTest/math/parseInt_A02_t01: Fail, OK # co19 issue 317
168 202
169 [ $compiler == dart2js && $unchecked ] 203 [ $compiler == dart2js && $unchecked ]
170 LibTest/core/Date/Date.fromMillisecondsSinceEpoch_A03_t01: Fail # TODO(ahe): Ple ase triage this failure. 204 LibTest/core/Date/Date.fromMillisecondsSinceEpoch_A03_t01: Fail # TODO(ahe): Ple ase triage this failure.
171 205
172 206
173 [ $compiler == dart2js && $runtime == jsshell ] 207 [ $compiler == dart2js && $runtime == jsshell ]
174 LibTest/core/Map/Map_class_A01_t04: Pass, Slow # Issue 8096 208 LibTest/core/Map/Map_class_A01_t04: Pass, Slow # Issue 8096
(...skipping 595 matching lines...) Expand 10 before | Expand all | Expand 10 after
770 LibTest/core/Set/remove_A01_t02: Fail # Doesn't expect null to be allowed in Set or Map keys (issue 377). 804 LibTest/core/Set/remove_A01_t02: Fail # Doesn't expect null to be allowed in Set or Map keys (issue 377).
771 LibTest/core/Set/removeAll_A01_t02: Fail # Doesn't expect null to be allowed in Set or Map keys (issue 377). 805 LibTest/core/Set/removeAll_A01_t02: Fail # Doesn't expect null to be allowed in Set or Map keys (issue 377).
772 806
773 LibTest/core/Map/forEach_A01_t07: Fail # Doesn't expect concurrent modification error (issue 376). 807 LibTest/core/Map/forEach_A01_t07: Fail # Doesn't expect concurrent modification error (issue 376).
774 808
775 LibTest/core/String/charCodes_A01_t01: Fail # Deprecated string members removed (issue 382). 809 LibTest/core/String/charCodes_A01_t01: Fail # Deprecated string members removed (issue 382).
776 LibTest/core/String/charCodeAt_A02_t01: Fail # Deprecated string members removed (issue 382). 810 LibTest/core/String/charCodeAt_A02_t01: Fail # Deprecated string members removed (issue 382).
777 LibTest/core/String/charCodeAt_A03_t01: Fail # Deprecated string members removed (issue 382). 811 LibTest/core/String/charCodeAt_A03_t01: Fail # Deprecated string members removed (issue 382).
778 LibTest/core/String/charCodeAt_A01_t01: Fail # Deprecated string members removed (issue 382). 812 LibTest/core/String/charCodeAt_A01_t01: Fail # Deprecated string members removed (issue 382).
779 LibTest/core/String/splitChars_A01_t01: Fail # Deprecated string members removed (issue 382). 813 LibTest/core/String/splitChars_A01_t01: Fail # Deprecated string members removed (issue 382).
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