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

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: 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
« sdk/lib/core/errors.dart ('K') | « 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 && $host_checked ] 7 [ $compiler == dart2js && $host_checked ]
8 Language/13_Libraries_and_Scripts/5_URIs_A01_t15: Crash # Issue 6931 8 Language/13_Libraries_and_Scripts/5_URIs_A01_t15: Crash # Issue 6931
9 Language/13_Libraries_and_Scripts/5_URIs_A01_t14: Crash # Issue 6931 9 Language/13_Libraries_and_Scripts/5_URIs_A01_t14: Crash # Issue 6931
10 10
(...skipping 188 matching lines...) Expand 10 before | Expand all | Expand 10 after
199 199
200 # Partially implemented rediriecting constructors makes this fail. 200 # Partially implemented rediriecting constructors makes this fail.
201 Language/07_Classes/6_Constructors/2_Factories_A01_t05: Fail 201 Language/07_Classes/6_Constructors/2_Factories_A01_t05: Fail
202 202
203 [ $compiler == dart2js && ($system == linux || $system == macos)] 203 [ $compiler == dart2js && ($system == linux || $system == macos)]
204 LibTest/math/exp_A01_t01: Fail # TODO(ahe): Please triage this failure. 204 LibTest/math/exp_A01_t01: Fail # TODO(ahe): Please triage this failure.
205 205
206 [ $compiler == dart2js && $unchecked ] 206 [ $compiler == dart2js && $unchecked ]
207 LibTest/core/Date/Date.fromMillisecondsSinceEpoch_A03_t01: Fail # TODO(ahe): Ple ase triage this failure. 207 LibTest/core/Date/Date.fromMillisecondsSinceEpoch_A03_t01: Fail # TODO(ahe): Ple ase triage this failure.
208 208
209 Language/09_Generics/09_Generics_A05_t01: Fail # TODO(johnniwinther): Please tri age this failure.
210
211 [ $compiler == dart2js && $runtime == jsshell ] 209 [ $compiler == dart2js && $runtime == jsshell ]
212 LibTest/core/double/round_A01_t01: Fail # TODO(ahe): Triage these tests. 210 LibTest/core/double/round_A01_t01: Fail # TODO(ahe): Triage these tests.
213 LibTest/core/double/toStringAsExponential_A01_t07: Fail # TODO(ahe): Triage thes e tests. 211 LibTest/core/double/toStringAsExponential_A01_t07: Fail # TODO(ahe): Triage thes e tests.
214 LibTest/core/double/toStringAsFixed_A01_t05: Fail # TODO(ahe): Triage these test s. 212 LibTest/core/double/toStringAsFixed_A01_t05: Fail # TODO(ahe): Triage these test s.
215 LibTest/core/double/toStringAsFixed_A01_t06: Fail # TODO(ahe): Triage these test s. 213 LibTest/core/double/toStringAsFixed_A01_t06: Fail # TODO(ahe): Triage these test s.
216 LibTest/core/double/toStringAsPrecision_A01_t07: Fail # TODO(ahe): Triage these tests. 214 LibTest/core/double/toStringAsPrecision_A01_t07: Fail # TODO(ahe): Triage these tests.
217 LibTest/math/acos_A01_t01: Fail # TODO(ahe): Triage these tests. 215 LibTest/math/acos_A01_t01: Fail # TODO(ahe): Triage these tests.
218 LibTest/math/asin_A01_t01: Fail # TODO(ahe): Triage these tests. 216 LibTest/math/asin_A01_t01: Fail # TODO(ahe): Triage these tests.
219 217
220 [ $compiler == dart2js && $checked ] 218 [ $compiler == dart2js && $checked ]
(...skipping 406 matching lines...) Expand 10 before | Expand all | Expand 10 after
627 Language/14_Types/4_Interface_Types_A10_t01: Fail # http://dartbug.com/5020 625 Language/14_Types/4_Interface_Types_A10_t01: Fail # http://dartbug.com/5020
628 Language/14_Types/4_Interface_Types_A10_t02: Fail # http://dartbug.com/5020 626 Language/14_Types/4_Interface_Types_A10_t02: Fail # http://dartbug.com/5020
629 Language/14_Types/4_Interface_Types_A10_t03: Fail # http://dartbug.com/5020 627 Language/14_Types/4_Interface_Types_A10_t03: Fail # http://dartbug.com/5020
630 Language/14_Types/4_Interface_Types_A10_t04: Fail # http://dartbug.com/5020 628 Language/14_Types/4_Interface_Types_A10_t04: Fail # http://dartbug.com/5020
631 Language/14_Types/4_Interface_Types_A10_t07: Fail # http://dartbug.com/5020 629 Language/14_Types/4_Interface_Types_A10_t07: Fail # http://dartbug.com/5020
632 Language/14_Types/4_Interface_Types_A11_t02: Fail # http://dartbug.com/5020 630 Language/14_Types/4_Interface_Types_A11_t02: Fail # http://dartbug.com/5020
633 Language/14_Types/4_Interface_Types_A12_t09: Fail # http://dartbug.com/5020 631 Language/14_Types/4_Interface_Types_A12_t09: Fail # http://dartbug.com/5020
634 Language/14_Types/4_Interface_Types_A12_t10: Fail # http://dartbug.com/5020 632 Language/14_Types/4_Interface_Types_A12_t10: Fail # http://dartbug.com/5020
635 Language/14_Types/4_Interface_Types_A12_t14: Fail # http://dartbug.com/5020 633 Language/14_Types/4_Interface_Types_A12_t14: Fail # http://dartbug.com/5020
636 Language/14_Types/4_Interface_Types_A12_t16 :Fail # http://dartbug.com/5020 634 Language/14_Types/4_Interface_Types_A12_t16 :Fail # http://dartbug.com/5020
OLDNEW
« sdk/lib/core/errors.dart ('K') | « sdk/lib/core/exceptions.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698