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

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

Issue 11233004: Rename OutOfMemoryException to OutOfMemoryError. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 8 years, 2 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 | « tests/co19/co19-dart2dart.status ('k') | tests/co19/co19-runtime.status » ('j') | 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 5
6 # Crashes first, please. Then untriaged bugs. There is a section below 6 # Crashes first, please. Then untriaged bugs. There is a section below
7 # for co19 bugs. 7 # for co19 bugs.
8 [ $compiler == dart2js ] 8 [ $compiler == dart2js ]
9 Language/11_Statements/05_For_A01_t07: Crash 9 Language/11_Statements/05_For_A01_t07: Crash
10 Language/03_Overview/1_Scoping_A02_t06: Fail # TODO(ahe): Please triage this fai lure. 10 Language/03_Overview/1_Scoping_A02_t06: Fail # TODO(ahe): Please triage this fai lure.
(...skipping 115 matching lines...) Expand 10 before | Expand all | Expand 10 after
126 Language/15_Reference/1_Lexical_Rules_A01_t06: Fail # TODO(ahe): Please triage t his failure. 126 Language/15_Reference/1_Lexical_Rules_A01_t06: Fail # TODO(ahe): Please triage t his failure.
127 LibTest/core/RegExp/hasMatch_A01_t02: Fail # TODO(ahe): Please triage this failu re. 127 LibTest/core/RegExp/hasMatch_A01_t02: Fail # TODO(ahe): Please triage this failu re.
128 LibTest/core/double/INFINITY_A01_t02: Fail # TODO(ahe): Please triage this failu re. 128 LibTest/core/double/INFINITY_A01_t02: Fail # TODO(ahe): Please triage this failu re.
129 LibTest/core/double/INFINITY_A01_t04: Fail # TODO(ahe): Please triage this failu re. 129 LibTest/core/double/INFINITY_A01_t04: Fail # TODO(ahe): Please triage this failu re.
130 LibTest/core/double/NEGATIVE_INFINITY_A01_t02: Fail # TODO(ahe): Please triage t his failure. 130 LibTest/core/double/NEGATIVE_INFINITY_A01_t02: Fail # TODO(ahe): Please triage t his failure.
131 LibTest/core/double/NEGATIVE_INFINITY_A01_t04: Fail # TODO(ahe): Please triage t his failure. 131 LibTest/core/double/NEGATIVE_INFINITY_A01_t04: Fail # TODO(ahe): Please triage t his failure.
132 132
133 # Partially implemented rediriecting constructors makes this fail. 133 # Partially implemented rediriecting constructors makes this fail.
134 Language/07_Classes/6_Constructors/2_Factories_A01_t05: Fail 134 Language/07_Classes/6_Constructors/2_Factories_A01_t05: Fail
135 135
136 LibTest/core/OutOfMemoryException/OutOfMemoryException_A01_t01: Fail, OK # co19 issue 263
137 LibTest/core/OutOfMemoryException/toString_A01_t01: Fail, OK # co19 issue 263
136 138
137 [ $compiler == dart2js && $unchecked ] 139 [ $compiler == dart2js && $unchecked ]
138 Language/07_Classes/6_Constructors/2_Factories_A06_t05: Fail # TODO(ahe): Please triage this failure. 140 Language/07_Classes/6_Constructors/2_Factories_A06_t05: Fail # TODO(ahe): Please triage this failure.
139 Language/07_Classes/6_Constructors/2_Factories_A06_t06: Fail # TODO(ahe): Please triage this failure. 141 Language/07_Classes/6_Constructors/2_Factories_A06_t06: Fail # TODO(ahe): Please triage this failure.
140 142
141 143
142 [ $compiler == dart2js && $checked ] 144 [ $compiler == dart2js && $checked ]
143 Language/03_Overview/1_Scoping_A02_t30: Fail # http://dartbug.com/5348 145 Language/03_Overview/1_Scoping_A02_t30: Fail # http://dartbug.com/5348
144 146
145 Language/07_Classes/6_Constructors/1_Generative_Constructors_A17_t03: Fail # TOD O(ahe): Please triage this failure. 147 Language/07_Classes/6_Constructors/1_Generative_Constructors_A17_t03: Fail # TOD O(ahe): Please triage this failure.
(...skipping 613 matching lines...) Expand 10 before | Expand all | Expand 10 after
759 Language/14_Types/4_Interface_Types_A10_t01: Fail # http://dartbug.com/5020 761 Language/14_Types/4_Interface_Types_A10_t01: Fail # http://dartbug.com/5020
760 Language/14_Types/4_Interface_Types_A10_t02: Fail # http://dartbug.com/5020 762 Language/14_Types/4_Interface_Types_A10_t02: Fail # http://dartbug.com/5020
761 Language/14_Types/4_Interface_Types_A10_t03: Fail # http://dartbug.com/5020 763 Language/14_Types/4_Interface_Types_A10_t03: Fail # http://dartbug.com/5020
762 Language/14_Types/4_Interface_Types_A10_t04: Fail # http://dartbug.com/5020 764 Language/14_Types/4_Interface_Types_A10_t04: Fail # http://dartbug.com/5020
763 Language/14_Types/4_Interface_Types_A10_t07: Fail # http://dartbug.com/5020 765 Language/14_Types/4_Interface_Types_A10_t07: Fail # http://dartbug.com/5020
764 Language/14_Types/4_Interface_Types_A11_t02: Fail # http://dartbug.com/5020 766 Language/14_Types/4_Interface_Types_A11_t02: Fail # http://dartbug.com/5020
765 Language/14_Types/4_Interface_Types_A12_t09: Fail # http://dartbug.com/5020 767 Language/14_Types/4_Interface_Types_A12_t09: Fail # http://dartbug.com/5020
766 Language/14_Types/4_Interface_Types_A12_t10: Fail # http://dartbug.com/5020 768 Language/14_Types/4_Interface_Types_A12_t10: Fail # http://dartbug.com/5020
767 Language/14_Types/4_Interface_Types_A12_t14: Fail # http://dartbug.com/5020 769 Language/14_Types/4_Interface_Types_A12_t14: Fail # http://dartbug.com/5020
768 Language/14_Types/4_Interface_Types_A12_t16 :Fail # http://dartbug.com/5020 770 Language/14_Types/4_Interface_Types_A12_t16 :Fail # http://dartbug.com/5020
OLDNEW
« no previous file with comments | « tests/co19/co19-dart2dart.status ('k') | tests/co19/co19-runtime.status » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698