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

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

Issue 12447002: Fixed co19-dart2js status file (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 172 matching lines...) Expand 10 before | Expand all | Expand 10 after
183 LibTest/core/RegExp/Pattern_semantics/firstMatch_DecimalEscape_A01_t02: Fail # I ssue: 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 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 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 186 LibTest/core/RegExp/Pattern_semantics/firstMatch_NonEmptyClassRanges_A01_t06: Fa il # Issue: 8920
187 LibTest/core/String/contains_A01_t02: Fail # Issue: 8920 187 LibTest/core/String/contains_A01_t02: Fail # Issue: 8920
188 LibTest/isolate/ReceivePort/toSendPort_A01_t02: Fail # Issue: 8920 188 LibTest/isolate/ReceivePort/toSendPort_A01_t02: Fail # Issue: 8920
189 189
190 190
191 # These tests are passing with 'runtime == ie9' but are either skipped or fail 191 # These tests are passing with 'runtime == ie9' but are either skipped or fail
192 # on other configurations 192 # on other configurations
193 [ $compiler == dart2js && ($runtime == ie10 || $runtime == ff || $runtime == chr ome || $runtime == drt || $runtime == safari || $runtime == opera) ] 193 [ $compiler == dart2js && ($runtime == ie10 || $runtime == ff || $runtime == chr ome || $runtime == drt || $runtime == safari || $runtime == opera || $runtime == d8 || $runtime == jsshell) ]
194 LibTest/math/exp_A01_t01: Fail, OK # co19 issue 44 194 LibTest/math/exp_A01_t01: Fail, OK # co19 issue 44
195 LibTest/math/sin_A01_t01: Fail # TODO(ahe): Please triage this failure. 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. 196 LibTest/math/tan_A01_t01: Fail # TODO(ahe): Please triage this failure.
197 197
198 [ $compiler == dart2js ] 198 [ $compiler == dart2js ]
199 LibTest/math/parseDouble_A02_t01: Fail, OK # co19 issue 317 199 LibTest/math/parseDouble_A02_t01: Fail, OK # co19 issue 317
200 LibTest/math/parseInt_A01_t01: Fail, OK # co19 issue 317 200 LibTest/math/parseInt_A01_t01: Fail, OK # co19 issue 317
201 LibTest/math/parseInt_A02_t01: Fail, OK # co19 issue 317 201 LibTest/math/parseInt_A02_t01: Fail, OK # co19 issue 317
202 202
203 [ $compiler == dart2js && $unchecked ] 203 [ $compiler == dart2js && $unchecked ]
(...skipping 600 matching lines...) Expand 10 before | Expand all | Expand 10 after
804 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).
805 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).
806 806
807 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).
808 808
809 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).
810 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).
811 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).
812 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).
813 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