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

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

Issue 12310143: Rewrite co19 status files, so that error-lines have comments at end. (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 | « 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 # 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 138 matching lines...) Expand 10 before | Expand all | Expand 10 after
149 LibTest/math/sin_A01_t01: Fail # TODO(ahe): Please triage this failure. 149 LibTest/math/sin_A01_t01: Fail # TODO(ahe): Please triage this failure.
150 LibTest/math/tan_A01_t01: Fail # TODO(ahe): Please triage this failure. 150 LibTest/math/tan_A01_t01: Fail # TODO(ahe): Please triage this failure.
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 # Partially implemented 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 Language/07_Classes/6_Constructors/2_Factories_A01_t05: Fail
161 160
162 [ $compiler == dart2js && ($system == linux || $system == macos)] 161 [ $compiler == dart2js && ($system == linux || $system == macos)]
163 LibTest/math/exp_A01_t01: Fail # TODO(ahe): Please triage this failure. 162 LibTest/math/exp_A01_t01: Fail # TODO(ahe): Please triage this failure.
164 163
165 LibTest/math/parseDouble_A02_t01: Fail, OK # co19 issue 317 164 LibTest/math/parseDouble_A02_t01: Fail, OK # co19 issue 317
166 LibTest/math/parseInt_A01_t01: Fail, OK # co19 issue 317 165 LibTest/math/parseInt_A01_t01: Fail, OK # co19 issue 317
167 LibTest/math/parseInt_A02_t01: Fail, OK # co19 issue 317 166 LibTest/math/parseInt_A02_t01: Fail, OK # co19 issue 317
168 167
169 [ $compiler == dart2js && $unchecked ] 168 [ $compiler == dart2js && $unchecked ]
170 LibTest/core/Date/Date.fromMillisecondsSinceEpoch_A03_t01: Fail # TODO(ahe): Ple ase triage this failure. 169 LibTest/core/Date/Date.fromMillisecondsSinceEpoch_A03_t01: Fail # TODO(ahe): Ple ase triage this failure.
(...skipping 66 matching lines...) Expand 10 before | Expand all | Expand 10 after
237 Language/13_Libraries_and_Scripts/3_Parts_A02_t03: Fail # http://dartbug.com/502 2 236 Language/13_Libraries_and_Scripts/3_Parts_A02_t03: Fail # http://dartbug.com/502 2
238 Language/13_Libraries_and_Scripts/3_Parts_A03_t01: Fail # http://dartbug.com/502 2 237 Language/13_Libraries_and_Scripts/3_Parts_A03_t01: Fail # http://dartbug.com/502 2
239 Language/14_Types/3_Type_Declarations/1_Typedef_A01_t01: Fail # http://dartbug.c om/5022 238 Language/14_Types/3_Type_Declarations/1_Typedef_A01_t01: Fail # http://dartbug.c om/5022
240 239
241 [ $compiler == dart2js ] 240 [ $compiler == dart2js ]
242 LibTest/core/int/operator_GT_A01_t01: Fail, OK # co19 issue 200 241 LibTest/core/int/operator_GT_A01_t01: Fail, OK # co19 issue 200
243 LibTest/core/int/operator_LT_A01_t01: Fail, OK # co19 issue 200 242 LibTest/core/int/operator_LT_A01_t01: Fail, OK # co19 issue 200
244 LibTest/core/int/operator_addition_A01_t01: Fail, OK # co19 issue 200 243 LibTest/core/int/operator_addition_A01_t01: Fail, OK # co19 issue 200
245 LibTest/core/int/toDouble_A01_t01: Fail, OK # co19 issue 200 244 LibTest/core/int/toDouble_A01_t01: Fail, OK # co19 issue 200
246 245
247 # Slow tests that needs extra time to finish. 246 LibTest/core/List/sort_A01_t06: Slow, Pass # Slow tests that needs extra time to finish.
248 LibTest/core/List/sort_A01_t06: Slow, Pass
249 247
250 # Tests that fail because they use the legacy try-catch syntax. 248 LibTest/core/List/getRange_A03_t01: Fail, OK # Tests that fail because they use the legacy try-catch syntax. co19 issue 184.
251 # See co19 issue 184. 249 LibTest/core/List/setRange_A05_t01: Fail, OK # Tests that fail because they use the legacy try-catch syntax. co19 issue 184.
252 LibTest/core/List/getRange_A03_t01: Fail, OK
253 LibTest/core/List/setRange_A05_t01: Fail, OK
254 250
255 # These tests need to be updated for new optional parameter syntax and semantics , co19 issue 258: 251 Language/07_Classes/1_Instance_Methods_A02_t05: Fail, OK # These tests need to b e updated for new optional parameter syntax and semantics, co19 issue 258:
256 Language/07_Classes/1_Instance_Methods_A02_t05: Fail, OK 252 Language/07_Classes/6_Constructors/1_Generative_Constructors_A13_t01: Fail, OK # These tests need to be updated for new optional parameter syntax and semantics, co19 issue 258:
257 Language/07_Classes/6_Constructors/1_Generative_Constructors_A13_t01: Fail, OK
258 253
259 LibTest/isolate/SendPort/send_A02_t02: Fail, OK # co19 issue 293 254 LibTest/isolate/SendPort/send_A02_t02: Fail, OK # co19 issue 293
260 LibTest/isolate/SendPort/send_A02_t03: Fail, OK # co19 issue 293 255 LibTest/isolate/SendPort/send_A02_t03: Fail, OK # co19 issue 293
261 LibTest/isolate/SendPort/send_A02_t04: Fail, OK # co19 issue 293 256 LibTest/isolate/SendPort/send_A02_t04: Fail, OK # co19 issue 293
262 LibTest/core/LinkedHashMap/LinkedHashMap_class_A01_t01: Fail, OK # co19 issue 29 3 257 LibTest/core/LinkedHashMap/LinkedHashMap_class_A01_t01: Fail, OK # co19 issue 29 3
263 LibTest/core/Map/getKeys_A01_t01: Fail, OK # co19 issue 293 258 LibTest/core/Map/getKeys_A01_t01: Fail, OK # co19 issue 293
264 LibTest/core/Map/getKeys_A01_t02: Fail, OK # co19 issue 293 259 LibTest/core/Map/getKeys_A01_t02: Fail, OK # co19 issue 293
265 LibTest/core/Map/getValues_A01_t02: Fail, OK # co19 issue 293 260 LibTest/core/Map/getValues_A01_t02: Fail, OK # co19 issue 293
266 LibTest/core/Map/getValues_A01_t01: Fail, OK # co19 issue 293 261 LibTest/core/Map/getValues_A01_t01: Fail, OK # co19 issue 293
267 262
(...skipping 31 matching lines...) Expand 10 before | Expand all | Expand 10 after
299 LibTest/isolate/isolate_api/spawnUri_A01_t05: Fail # Runtime error: UnsupportedE rror: Currently spawnUri is not supported without web workers. 294 LibTest/isolate/isolate_api/spawnUri_A01_t05: Fail # Runtime error: UnsupportedE rror: Currently spawnUri is not supported without web workers.
300 LibTest/isolate/SendPort/send_A02_t04: Fail # Runtime error: TypeError: Cannot c all method 'toSendPort$0' of undefined. 295 LibTest/isolate/SendPort/send_A02_t04: Fail # Runtime error: TypeError: Cannot c all method 'toSendPort$0' of undefined.
301 296
302 LibTest/core/int/operator_NOT_A01_t01: Fail, OK # Expects negative result from b it-operation. 297 LibTest/core/int/operator_NOT_A01_t01: Fail, OK # Expects negative result from b it-operation.
303 LibTest/core/int/operator_XOR_A01_t01: Fail, OK # Requires bigints. 298 LibTest/core/int/operator_XOR_A01_t01: Fail, OK # Requires bigints.
304 LibTest/core/int/operator_AND_A01_t01: Fail, OK # Requires bigints. 299 LibTest/core/int/operator_AND_A01_t01: Fail, OK # Requires bigints.
305 LibTest/core/int/operator_right_shift_A01_t01: Fail, OK # Expects negative resul t from bit-operation. 300 LibTest/core/int/operator_right_shift_A01_t01: Fail, OK # Expects negative resul t from bit-operation.
306 LibTest/core/int/operator_OR_A01_t01: Fail, OK # Requires bigints. 301 LibTest/core/int/operator_OR_A01_t01: Fail, OK # Requires bigints.
307 LibTest/core/int/operator_remainder_A01_t01: Fail, OK # Requires bigints. 302 LibTest/core/int/operator_remainder_A01_t01: Fail, OK # Requires bigints.
308 303
309 # The following tests use the deprecated Date interface. 304 LibTest/core/Date/toString_A02_t01: Fail # Argument error. Year 999999 is out of range. Needs to be specified (and then potentially reported to co19): issue 187 8.
310 # Issue co19 - 125
311 LibTest/core/Date/toString_A02_t01: Fail, OK
312 305
313 LibTest/core/Match/pattern_A01_t01: Fail, OK # co19 issue 212 306 LibTest/core/Match/pattern_A01_t01: Fail, OK # co19 issue 212
314 LibTest/core/Match/str_A01_t01: Fail, OK # co19 issue 212 307 LibTest/core/Match/str_A01_t01: Fail, OK # co19 issue 212
315 LibTest/core/RegExp/allMatches_A01_t01: Fail, OK # co19 issue 212 308 LibTest/core/RegExp/allMatches_A01_t01: Fail, OK # co19 issue 212
316 LibTest/core/RegExp/Pattern_semantics/firstMatch_Term_A04_t01: Fail, OK # co19 i ssue 212 309 LibTest/core/RegExp/Pattern_semantics/firstMatch_Term_A04_t01: Fail, OK # co19 i ssue 212
317 310
318 LibTest/math/Random/nextDouble_A01_t01: Fail # co19 issue 334 311 LibTest/math/Random/nextDouble_A01_t01: Fail # co19 issue 334
319 312
320 [ $compiler == dart2js && $checked ] 313 [ $compiler == dart2js && $checked ]
321 LibTest/core/Queue/addLast_A01_t01: Slow, Pass 314 LibTest/core/Queue/addLast_A01_t01: Slow, Pass
(...skipping 443 matching lines...) Expand 10 before | Expand all | Expand 10 after
765 Language/14_Types/3_Type_Declarations/1_Typedef_A06_t01: Fail # dartbug.com/7202 758 Language/14_Types/3_Type_Declarations/1_Typedef_A06_t01: Fail # dartbug.com/7202
766 Language/14_Types/3_Type_Declarations/1_Typedef_A06_t02: Fail # dartbug.com/7202 759 Language/14_Types/3_Type_Declarations/1_Typedef_A06_t02: Fail # dartbug.com/7202
767 Language/14_Types/3_Type_Declarations/1_Typedef_A06_t03: Fail # dartbug.com/7202 760 Language/14_Types/3_Type_Declarations/1_Typedef_A06_t03: Fail # dartbug.com/7202
768 Language/14_Types/3_Type_Declarations/1_Typedef_A06_t04: Fail # dartbug.com/7202 761 Language/14_Types/3_Type_Declarations/1_Typedef_A06_t04: Fail # dartbug.com/7202
769 Language/14_Types/3_Type_Declarations/1_Typedef_A06_t05: Fail # dartbug.com/7202 762 Language/14_Types/3_Type_Declarations/1_Typedef_A06_t05: Fail # dartbug.com/7202
770 Language/14_Types/3_Type_Declarations/1_Typedef_A07_t01: Fail # dartbug.com/7202 763 Language/14_Types/3_Type_Declarations/1_Typedef_A07_t01: Fail # dartbug.com/7202
771 Language/14_Types/3_Type_Declarations/1_Typedef_A07_t02: Fail # dartbug.com/7202 764 Language/14_Types/3_Type_Declarations/1_Typedef_A07_t02: Fail # dartbug.com/7202
772 Language/14_Types/3_Type_Declarations/1_Typedef_A07_t03: Fail # dartbug.com/7202 765 Language/14_Types/3_Type_Declarations/1_Typedef_A07_t03: Fail # dartbug.com/7202
773 Language/14_Types/3_Type_Declarations/1_Typedef_A07_t04: Fail # dartbug.com/7202 766 Language/14_Types/3_Type_Declarations/1_Typedef_A07_t04: Fail # dartbug.com/7202
774 767
775 # Doesn't expect null to be allowed in Set or Map keys (issue 377). 768 LibTest/core/Map/containsKey_A01_t02: Fail # Doesn't expect null to be allowed i n Set or Map keys (issue 377).
776 LibTest/core/Map/containsKey_A01_t02: Fail 769 LibTest/core/Map/operator_subscript_A01_t02: Fail # Doesn't expect null to be al lowed in Set or Map keys (issue 377).
777 LibTest/core/Map/operator_subscript_A01_t02: Fail 770 LibTest/core/Map/operator_subscripted_assignment_A01_t02: Fail # Doesn't expect null to be allowed in Set or Map keys (issue 377).
778 LibTest/core/Map/operator_subscripted_assignment_A01_t02: Fail 771 LibTest/core/Map/remove_A01_t02: Fail # Doesn't expect null to be allowed in Set or Map keys (issue 377).
779 LibTest/core/Map/remove_A01_t02: Fail 772 LibTest/core/Set/add_A01_t02: Fail # Doesn't expect null to be allowed in Set or Map keys (issue 377).
780 LibTest/core/Set/add_A01_t02: Fail 773 LibTest/core/Set/addAll_A01_t02: Fail # Doesn't expect null to be allowed in Set or Map keys (issue 377).
781 LibTest/core/Set/addAll_A01_t02: Fail 774 LibTest/core/Set/contains_A01_t02: Fail # Doesn't expect null to be allowed in S et or Map keys (issue 377).
782 LibTest/core/Set/contains_A01_t02: Fail 775 LibTest/core/Set/containsAll_A01_t02: Fail # Doesn't expect null to be allowed i n Set or Map keys (issue 377).
783 LibTest/core/Set/containsAll_A01_t02: Fail 776 LibTest/core/Set/intersection_A03_t01: Fail # Doesn't expect null to be allowed in Set or Map keys (issue 377).
784 LibTest/core/Set/intersection_A03_t01: Fail 777 LibTest/core/Set/isSubsetOf_A01_t02: Fail # Doesn't expect null to be allowed in Set or Map keys (issue 377).
785 LibTest/core/Set/isSubsetOf_A01_t02: Fail 778 LibTest/core/Set/remove_A01_t02: Fail # Doesn't expect null to be allowed in Set or Map keys (issue 377).
786 LibTest/core/Set/remove_A01_t02: Fail 779 LibTest/core/Set/removeAll_A01_t02: Fail # Doesn't expect null to be allowed in Set or Map keys (issue 377).
787 LibTest/core/Set/removeAll_A01_t02: Fail
788 780
789 # Doesn't expect concurrent modification error (issue 376). 781 LibTest/core/Map/forEach_A01_t07: Fail # Doesn't expect concurrent modification error (issue 376).
790 LibTest/core/Map/forEach_A01_t07: Fail
791 782
792 # Deprecated string members removed (issue 382). 783 LibTest/core/String/charCodes_A01_t01: Fail # Deprecated string members removed (issue 382).
793 LibTest/core/String/charCodes_A01_t01: Fail 784 LibTest/core/String/charCodeAt_A02_t01: Fail # Deprecated string members removed (issue 382).
794 LibTest/core/String/charCodeAt_A02_t01: Fail 785 LibTest/core/String/charCodeAt_A03_t01: Fail # Deprecated string members removed (issue 382).
795 LibTest/core/String/charCodeAt_A03_t01: Fail 786 LibTest/core/String/charCodeAt_A01_t01: Fail # Deprecated string members removed (issue 382).
796 LibTest/core/String/charCodeAt_A01_t01: Fail 787 LibTest/core/String/splitChars_A01_t01: Fail # Deprecated string members removed (issue 382).
797 LibTest/core/String/splitChars_A01_t01: Fail
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