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

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

Issue 11442009: Make RuntimeError an Error (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Updated cf. comment Created 8 years 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/core/exceptions.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_t02: Fail # TODO(ahe): Please triage this failure. 10 Language/05_Variables/05_Variables_A05_t02: Fail # TODO(ahe): Please triage this failure.
(...skipping 165 matching lines...) Expand 10 before | Expand all | Expand 10 after
176 176
177 # Partially implemented rediriecting constructors makes this fail. 177 # Partially implemented rediriecting constructors makes this fail.
178 Language/07_Classes/6_Constructors/2_Factories_A01_t05: Fail 178 Language/07_Classes/6_Constructors/2_Factories_A01_t05: Fail
179 179
180 [ $compiler == dart2js && ($system == linux || $system == macos)] 180 [ $compiler == dart2js && ($system == linux || $system == macos)]
181 LibTest/math/exp_A01_t01: Fail # TODO(ahe): Please triage this failure. 181 LibTest/math/exp_A01_t01: Fail # TODO(ahe): Please triage this failure.
182 182
183 [ $compiler == dart2js && $unchecked ] 183 [ $compiler == dart2js && $unchecked ]
184 LibTest/core/Date/Date.fromMillisecondsSinceEpoch_A03_t01: Fail # TODO(ahe): Ple ase triage this failure. 184 LibTest/core/Date/Date.fromMillisecondsSinceEpoch_A03_t01: Fail # TODO(ahe): Ple ase triage this failure.
185 185
186 Language/09_Generics/09_Generics_A05_t01: Fail # TODO(johnniwinther): Please tri age this failure.
187
188 [ $compiler == dart2js && $runtime == jsshell ] 186 [ $compiler == dart2js && $runtime == jsshell ]
189 LibTest/core/double/round_A01_t01: Fail # TODO(ahe): Triage these tests. 187 LibTest/core/double/round_A01_t01: Fail # TODO(ahe): Triage these tests.
190 LibTest/core/double/toStringAsExponential_A01_t07: Fail # TODO(ahe): Triage thes e tests. 188 LibTest/core/double/toStringAsExponential_A01_t07: Fail # TODO(ahe): Triage thes e tests.
191 LibTest/core/double/toStringAsFixed_A01_t05: Fail # TODO(ahe): Triage these test s. 189 LibTest/core/double/toStringAsFixed_A01_t05: Fail # TODO(ahe): Triage these test s.
192 LibTest/core/double/toStringAsFixed_A01_t06: Fail # TODO(ahe): Triage these test s. 190 LibTest/core/double/toStringAsFixed_A01_t06: Fail # TODO(ahe): Triage these test s.
193 LibTest/core/double/toStringAsPrecision_A01_t07: Fail # TODO(ahe): Triage these tests. 191 LibTest/core/double/toStringAsPrecision_A01_t07: Fail # TODO(ahe): Triage these tests.
194 LibTest/math/acos_A01_t01: Fail # TODO(ahe): Triage these tests. 192 LibTest/math/acos_A01_t01: Fail # TODO(ahe): Triage these tests.
195 LibTest/math/asin_A01_t01: Fail # TODO(ahe): Triage these tests. 193 LibTest/math/asin_A01_t01: Fail # TODO(ahe): Triage these tests.
196 194
197 [ $compiler == dart2js && $checked ] 195 [ $compiler == dart2js && $checked ]
(...skipping 392 matching lines...) Expand 10 before | Expand all | Expand 10 after
590 Language/03_Overview/1_Scoping_A01_t39: Fail # http://dartbug.com/7202 588 Language/03_Overview/1_Scoping_A01_t39: Fail # http://dartbug.com/7202
591 Language/14_Types/3_Type_Declarations/1_Typedef_A06_t01: Fail # http://dartbug.c om/7202 589 Language/14_Types/3_Type_Declarations/1_Typedef_A06_t01: Fail # http://dartbug.c om/7202
592 Language/14_Types/3_Type_Declarations/1_Typedef_A06_t02: Fail # http://dartbug.c om/7202 590 Language/14_Types/3_Type_Declarations/1_Typedef_A06_t02: Fail # http://dartbug.c om/7202
593 Language/14_Types/3_Type_Declarations/1_Typedef_A06_t03: Fail # http://dartbug.c om/7202 591 Language/14_Types/3_Type_Declarations/1_Typedef_A06_t03: Fail # http://dartbug.c om/7202
594 Language/14_Types/3_Type_Declarations/1_Typedef_A06_t04: Fail # http://dartbug.c om/7202 592 Language/14_Types/3_Type_Declarations/1_Typedef_A06_t04: Fail # http://dartbug.c om/7202
595 Language/14_Types/3_Type_Declarations/1_Typedef_A06_t05: Fail # http://dartbug.c om/7202 593 Language/14_Types/3_Type_Declarations/1_Typedef_A06_t05: Fail # http://dartbug.c om/7202
596 Language/14_Types/3_Type_Declarations/1_Typedef_A07_t01: Fail # http://dartbug.c om/7202 594 Language/14_Types/3_Type_Declarations/1_Typedef_A07_t01: Fail # http://dartbug.c om/7202
597 Language/14_Types/3_Type_Declarations/1_Typedef_A07_t02: Fail # http://dartbug.c om/7202 595 Language/14_Types/3_Type_Declarations/1_Typedef_A07_t02: Fail # http://dartbug.c om/7202
598 Language/14_Types/3_Type_Declarations/1_Typedef_A07_t03: Fail # http://dartbug.c om/7202 596 Language/14_Types/3_Type_Declarations/1_Typedef_A07_t03: Fail # http://dartbug.c om/7202
599 Language/14_Types/3_Type_Declarations/1_Typedef_A07_t04: Fail # http://dartbug.c om/7202 597 Language/14_Types/3_Type_Declarations/1_Typedef_A07_t04: Fail # http://dartbug.c om/7202
OLDNEW
« no previous file with comments | « sdk/lib/core/exceptions.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698