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

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

Issue 14065011: Implement getRange (returning an Iterable). (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Fixes and status-file update. 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
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 [ $runtime == vm ] 6 [ $runtime == vm ]
7 Language/11_Expressions/33_Argument_Definition_Test_A02_t02: Crash, Pass # http: //dartbug.com/9597 7 Language/11_Expressions/33_Argument_Definition_Test_A02_t02: Crash, Pass # http: //dartbug.com/9597
8 8
9 9
10 [ $compiler == none && $runtime == vm && $unchecked ] 10 [ $compiler == none && $runtime == vm && $unchecked ]
(...skipping 400 matching lines...) Expand 10 before | Expand all | Expand 10 after
411 Language/11_Expressions/05_Strings/1_String_Interpolation_A03_t02: Fail # Issue 397 411 Language/11_Expressions/05_Strings/1_String_Interpolation_A03_t02: Fail # Issue 397
412 Language/11_Expressions/05_Strings/1_String_Interpolation_A04_t02: Fail # Issue 397 412 Language/11_Expressions/05_Strings/1_String_Interpolation_A04_t02: Fail # Issue 397
413 Language/11_Expressions/11_Instance_Creation/1_New_A08_t01: Fail # Issue 397 413 Language/11_Expressions/11_Instance_Creation/1_New_A08_t01: Fail # Issue 397
414 Language/11_Expressions/11_Instance_Creation/1_New_A08_t02: Fail # Issue 397 414 Language/11_Expressions/11_Instance_Creation/1_New_A08_t02: Fail # Issue 397
415 Language/11_Expressions/11_Instance_Creation/1_New_A08_t03: Fail # Issue 397 415 Language/11_Expressions/11_Instance_Creation/1_New_A08_t03: Fail # Issue 397
416 LibTest/core/Iterable/where_A01_t07: Fail # Issue 397 416 LibTest/core/Iterable/where_A01_t07: Fail # Issue 397
417 LibTest/core/List/addLast_A01_t01: Fail # Issue 397 417 LibTest/core/List/addLast_A01_t01: Fail # Issue 397
418 LibTest/core/List/addLast_A01_t03: Fail # Issue 397 418 LibTest/core/List/addLast_A01_t03: Fail # Issue 397
419 LibTest/core/List/addLast_A02_t01: Fail # Issue 397 419 LibTest/core/List/addLast_A02_t01: Fail # Issue 397
420 420
421 LibTest/core/List/getRange_A01_t01: Fail # getRange now takes end-argument and r eturns Iterable. Issue TODO
Lasse Reichstein Nielsen 2013/04/11 10:56:15 Remember to add issue number.
floitsch 2013/04/11 14:12:48 Done.
422 LibTest/core/List/getRange_A04_t01: Fail # getRange now takes end-argument and r eturns Iterable. Issue TODO
423 LibTest/core/List/operator_subscript_A01_t02: Fail # getRange now takes end-argu ment and returns Iterable. Issue TODO
421 424
422 [ $compiler == none && $runtime == vm && $checked ] 425 [ $compiler == none && $runtime == vm && $checked ]
423 LibTest/core/Set/intersection_A01_t01: Fail # issue 390 426 LibTest/core/Set/intersection_A01_t01: Fail # issue 390
424 LibTest/core/Set/intersection_A01_t02: Fail # issue 390 427 LibTest/core/Set/intersection_A01_t02: Fail # issue 390
425 LibTest/core/Set/intersection_A01_t03: Fail # issue 390 428 LibTest/core/Set/intersection_A01_t03: Fail # issue 390
426 429
427 430
428 [ $compiler == none && $arch == simarm ] 431 [ $compiler == none && $arch == simarm ]
429 *: Skip 432 *: Skip
430 433
431 434
432 [ $compiler == none && $arch == arm ] 435 [ $compiler == none && $arch == arm ]
433 *: Skip 436 *: Skip
434 437
435 438
436 [ $compiler == none && $arch == simmips ] 439 [ $compiler == none && $arch == simmips ]
437 *: Skip 440 *: Skip
438 441
439 442
440 [ $compiler == none && $arch == mips ] 443 [ $compiler == none && $arch == mips ]
441 *: Skip 444 *: Skip
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698