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

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

Issue 14251011: Update status file. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 7 years, 8 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 | « no previous file | 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 5
6 [ $compiler == dart2js && $runtime == jsshell ] 6 [ $compiler == dart2js && $runtime == jsshell ]
7 LibTest/isolate/isolate_api/spawnUri_A02_t01: Crash # TODO(ahe): Please triage t his crash. 7 LibTest/isolate/isolate_api/spawnUri_A02_t01: Crash # TODO(ahe): Please triage t his crash.
8 8
9 9
10 # Crashes first, please. Then untriaged bugs. There is a section below 10 # Crashes first, please. Then untriaged bugs. There is a section below
(...skipping 289 matching lines...) Expand 10 before | Expand all | Expand 10 after
300 300
301 [ $compiler == dart2js ] 301 [ $compiler == dart2js ]
302 LibTest/core/int/operator_GT_A01_t01: Fail, OK # co19 issue 200 302 LibTest/core/int/operator_GT_A01_t01: Fail, OK # co19 issue 200
303 LibTest/core/int/operator_LT_A01_t01: Fail, OK # co19 issue 200 303 LibTest/core/int/operator_LT_A01_t01: Fail, OK # co19 issue 200
304 LibTest/core/int/operator_addition_A01_t01: Fail, OK # co19 issue 200 304 LibTest/core/int/operator_addition_A01_t01: Fail, OK # co19 issue 200
305 LibTest/core/int/toDouble_A01_t01: Fail, OK # co19 issue 200 305 LibTest/core/int/toDouble_A01_t01: Fail, OK # co19 issue 200
306 306
307 LibTest/core/List/sort_A01_t06: Slow, Pass # Slow tests that needs extra time to finish. 307 LibTest/core/List/sort_A01_t06: Slow, Pass # Slow tests that needs extra time to finish.
308 308
309 LibTest/core/List/getRange_A03_t01: Fail, OK # Tests that fail because they use the legacy try-catch syntax. co19 issue 184. 309 LibTest/core/List/getRange_A03_t01: Fail, OK # Tests that fail because they use the legacy try-catch syntax. co19 issue 184.
310 LibTest/core/List/setRange_A05_t01: Fail, OK # Tests that fail because they use the legacy try-catch syntax. co19 issue 184.
311 310
312 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: 311 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:
313 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: 312 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:
314 313
315 LibTest/isolate/SendPort/send_A02_t02: Fail, OK # co19 issue 293 314 LibTest/isolate/SendPort/send_A02_t02: Fail, OK # co19 issue 293
316 LibTest/isolate/SendPort/send_A02_t03: Fail, OK # co19 issue 293 315 LibTest/isolate/SendPort/send_A02_t03: Fail, OK # co19 issue 293
317 LibTest/isolate/SendPort/send_A02_t04: Fail, OK # co19 issue 293 316 LibTest/isolate/SendPort/send_A02_t04: Fail, OK # co19 issue 293
318 317
319 LibTest/core/RegExp/firstMatch_A01_t01: Fail, OK # co19 issue 294 318 LibTest/core/RegExp/firstMatch_A01_t01: Fail, OK # co19 issue 294
320 LibTest/core/RegExp/Pattern_semantics/firstMatch_Term_A04_t01: Fail, OK # co19 i ssue 294 319 LibTest/core/RegExp/Pattern_semantics/firstMatch_Term_A04_t01: Fail, OK # co19 i ssue 294
(...skipping 179 matching lines...) Expand 10 before | Expand all | Expand 10 after
500 LibTest/core/List/getRange_A04_t01: Fail # getRange now takes end-argument and r eturns Iterable. Issue 399 499 LibTest/core/List/getRange_A04_t01: Fail # getRange now takes end-argument and r eturns Iterable. Issue 399
501 LibTest/core/List/operator_subscript_A01_t02: Fail # getRange now takes end-argu ment and returns Iterable. Issue 399 500 LibTest/core/List/operator_subscript_A01_t02: Fail # getRange now takes end-argu ment and returns Iterable. Issue 399
502 501
503 LibTest/core/Iterable/any_A01_t04: Fail # setRange now takes end-argument. Issue 402 502 LibTest/core/Iterable/any_A01_t04: Fail # setRange now takes end-argument. Issue 402
504 LibTest/core/List/setRange_A01_t02: Fail # setRange now takes end-argument. Issu e 402 503 LibTest/core/List/setRange_A01_t02: Fail # setRange now takes end-argument. Issu e 402
505 LibTest/core/List/setRange_A02_t01: Fail # setRange now takes end-argument. Issu e 402 504 LibTest/core/List/setRange_A02_t01: Fail # setRange now takes end-argument. Issu e 402
506 LibTest/core/List/setRange_A02_t02: Fail # setRange now takes end-argument. Issu e 402 505 LibTest/core/List/setRange_A02_t02: Fail # setRange now takes end-argument. Issu e 402
507 LibTest/core/List/setRange_A03_t01: Fail # setRange throws StateError if there a ren't enough elements in the iterable. Issue 402 506 LibTest/core/List/setRange_A03_t01: Fail # setRange throws StateError if there a ren't enough elements in the iterable. Issue 402
508 LibTest/core/List/setRange_A03_t02: Fail # setRange throws StateError if there a ren't enough elements in the iterable. Issue 402 507 LibTest/core/List/setRange_A03_t02: Fail # setRange throws StateError if there a ren't enough elements in the iterable. Issue 402
509 508
509 [ $compiler == dart2js && $unchecked ]
510 LibTest/core/List/setRange_A05_t01: Fail # setRange throws StateError if there a ren't enough elements in the iterable. Issue 402
511
510 # Issues with co19 test suite in checked mode. 512 # Issues with co19 test suite in checked mode.
511 [ $compiler == dart2js && $checked ] 513 [ $compiler == dart2js && $checked ]
512 LibTest/core/Set/intersection_A01_t01: Fail # issue 390 514 LibTest/core/Set/intersection_A01_t01: Fail # issue 390
513 LibTest/core/Set/intersection_A01_t02: Fail # issue 390 515 LibTest/core/Set/intersection_A01_t02: Fail # issue 390
514 LibTest/core/Set/intersection_A01_t03: Fail # issue 390 516 LibTest/core/Set/intersection_A01_t03: Fail # issue 390
515 LibTest/core/List/List.from_A01_t01: fail # Issue 400 517 LibTest/core/List/List.from_A01_t01: fail # Issue 400
516 LibTest/core/List/every_A01_t01: fail # Issue 400 518 LibTest/core/List/every_A01_t01: fail # Issue 400
517 LibTest/collection/Queue/Queue.from_A01_t01: Fail # Issue 400 519 LibTest/collection/Queue/Queue.from_A01_t01: Fail # Issue 400
518 LibTest/collection/Queue/Queue.from_A01_t02: Fail # Issue 400 520 LibTest/collection/Queue/Queue.from_A01_t02: Fail # Issue 400
519 521
(...skipping 188 matching lines...) Expand 10 before | Expand all | Expand 10 after
708 Language/14_Types/3_Type_Declarations/1_Typedef_A07_t01: Fail # dartbug.com/7202 710 Language/14_Types/3_Type_Declarations/1_Typedef_A07_t01: Fail # dartbug.com/7202
709 Language/14_Types/3_Type_Declarations/1_Typedef_A07_t02: Fail # dartbug.com/7202 711 Language/14_Types/3_Type_Declarations/1_Typedef_A07_t02: Fail # dartbug.com/7202
710 Language/14_Types/3_Type_Declarations/1_Typedef_A07_t03: Fail # dartbug.com/7202 712 Language/14_Types/3_Type_Declarations/1_Typedef_A07_t03: Fail # dartbug.com/7202
711 Language/14_Types/3_Type_Declarations/1_Typedef_A07_t04: Fail # dartbug.com/7202 713 Language/14_Types/3_Type_Declarations/1_Typedef_A07_t04: Fail # dartbug.com/7202
712 714
713 LibTest/core/String/charCodes_A01_t01: Fail # Deprecated string members removed (issue 382). 715 LibTest/core/String/charCodes_A01_t01: Fail # Deprecated string members removed (issue 382).
714 LibTest/core/String/charCodeAt_A02_t01: Fail # Deprecated string members removed (issue 382). 716 LibTest/core/String/charCodeAt_A02_t01: Fail # Deprecated string members removed (issue 382).
715 LibTest/core/String/charCodeAt_A03_t01: Fail # Deprecated string members removed (issue 382). 717 LibTest/core/String/charCodeAt_A03_t01: Fail # Deprecated string members removed (issue 382).
716 LibTest/core/String/charCodeAt_A01_t01: Fail # Deprecated string members removed (issue 382). 718 LibTest/core/String/charCodeAt_A01_t01: Fail # Deprecated string members removed (issue 382).
717 LibTest/core/String/splitChars_A01_t01: Fail # Deprecated string members removed (issue 382). 719 LibTest/core/String/splitChars_A01_t01: Fail # Deprecated string members removed (issue 382).
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698