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

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

Issue 12210142: Implement is-checks against type variables. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Fix a long line. 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
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 140 matching lines...) Expand 10 before | Expand all | Expand 10 after
151 151
152 LibTest/isolate/ReceivePort/receive_A01_t02: Fail # Issue 6750 152 LibTest/isolate/ReceivePort/receive_A01_t02: Fail # Issue 6750
153 153
154 LibTest/core/StringBuffer/addAll_A02_t01: Fail, OK # co19 issue 355 154 LibTest/core/StringBuffer/addAll_A02_t01: Fail, OK # co19 issue 355
155 LibTest/core/StringBuffer/add_A02_t01: Fail, OK # co19 issue 355 155 LibTest/core/StringBuffer/add_A02_t01: Fail, OK # co19 issue 355
156 LibTest/core/StringBuffer/isEmpty_A01_t01: Fail, OK # co19 issue 355 156 LibTest/core/StringBuffer/isEmpty_A01_t01: Fail, OK # co19 issue 355
157 LibTest/core/StringBuffer/clear_A02_t01: Fail, OK # co19 issue 355 157 LibTest/core/StringBuffer/clear_A02_t01: Fail, OK # co19 issue 355
158 158
159 Language/07_Classes/6_Constructors/2_Factories_A01_t05: Fail # Partially impleme nted rediriecting constructors makes this fail. 159 Language/07_Classes/6_Constructors/2_Factories_A01_t05: Fail # Partially impleme nted rediriecting constructors makes this fail.
160 160
161 Language/09_Generics/09_Generics_A04_t03: Fail # dart2js does not treat 2.0 as a double; dartbug.com/1533
162
161 [ $compiler == dart2js && ($system == linux || $system == macos)] 163 [ $compiler == dart2js && ($system == linux || $system == macos)]
162 LibTest/math/exp_A01_t01: Fail # TODO(ahe): Please triage this failure. 164 LibTest/math/exp_A01_t01: Fail # TODO(ahe): Please triage this failure.
163 165
164 LibTest/math/parseDouble_A02_t01: Fail, OK # co19 issue 317 166 LibTest/math/parseDouble_A02_t01: Fail, OK # co19 issue 317
165 LibTest/math/parseInt_A01_t01: Fail, OK # co19 issue 317 167 LibTest/math/parseInt_A01_t01: Fail, OK # co19 issue 317
166 LibTest/math/parseInt_A02_t01: Fail, OK # co19 issue 317 168 LibTest/math/parseInt_A02_t01: Fail, OK # co19 issue 317
167 169
168 [ $compiler == dart2js && $unchecked ] 170 [ $compiler == dart2js && $unchecked ]
169 LibTest/core/Date/Date.fromMillisecondsSinceEpoch_A03_t01: Fail # TODO(ahe): Ple ase triage this failure. 171 LibTest/core/Date/Date.fromMillisecondsSinceEpoch_A03_t01: Fail # TODO(ahe): Ple ase triage this failure.
170 172
(...skipping 620 matching lines...) Expand 10 before | Expand all | Expand 10 after
791 LibTest/core/Set/remove_A01_t02: Fail # Doesn't expect null to be allowed in Set or Map keys (issue 377). 793 LibTest/core/Set/remove_A01_t02: Fail # Doesn't expect null to be allowed in Set or Map keys (issue 377).
792 LibTest/core/Set/removeAll_A01_t02: Fail # Doesn't expect null to be allowed in Set or Map keys (issue 377). 794 LibTest/core/Set/removeAll_A01_t02: Fail # Doesn't expect null to be allowed in Set or Map keys (issue 377).
793 795
794 LibTest/core/Map/forEach_A01_t07: Fail # Doesn't expect concurrent modification error (issue 376). 796 LibTest/core/Map/forEach_A01_t07: Fail # Doesn't expect concurrent modification error (issue 376).
795 797
796 LibTest/core/String/charCodes_A01_t01: Fail # Deprecated string members removed (issue 382). 798 LibTest/core/String/charCodes_A01_t01: Fail # Deprecated string members removed (issue 382).
797 LibTest/core/String/charCodeAt_A02_t01: Fail # Deprecated string members removed (issue 382). 799 LibTest/core/String/charCodeAt_A02_t01: Fail # Deprecated string members removed (issue 382).
798 LibTest/core/String/charCodeAt_A03_t01: Fail # Deprecated string members removed (issue 382). 800 LibTest/core/String/charCodeAt_A03_t01: Fail # Deprecated string members removed (issue 382).
799 LibTest/core/String/charCodeAt_A01_t01: Fail # Deprecated string members removed (issue 382). 801 LibTest/core/String/charCodeAt_A01_t01: Fail # Deprecated string members removed (issue 382).
800 LibTest/core/String/splitChars_A01_t01: Fail # Deprecated string members removed (issue 382). 802 LibTest/core/String/splitChars_A01_t01: Fail # Deprecated string members removed (issue 382).
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698