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

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: Address comments. 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 | « tests/co19/co19-dart2js.status ('k') | tests/corelib/list_get_range_test.dart » ('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 [ $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 388 matching lines...) Expand 10 before | Expand all | Expand 10 after
399 Language/11_Expressions/11_Instance_Creation/1_New_A09_t12: Fail # StringBuffer renamed add to write. co19 issue 388. 399 Language/11_Expressions/11_Instance_Creation/1_New_A09_t12: Fail # StringBuffer renamed add to write. co19 issue 388.
400 Language/11_Expressions/11_Instance_Creation/1_New_A09_t05: Fail # StringBuffer renamed add to write. co19 issue 388. 400 Language/11_Expressions/11_Instance_Creation/1_New_A09_t05: Fail # StringBuffer renamed add to write. co19 issue 388.
401 Language/11_Expressions/11_Instance_Creation/1_New_A13_t03: Fail # StringBuffer renamed add to write. co19 issue 388. 401 Language/11_Expressions/11_Instance_Creation/1_New_A13_t03: Fail # StringBuffer renamed add to write. co19 issue 388.
402 Language/11_Expressions/11_Instance_Creation/1_New_A09_t06: Fail # StringBuffer renamed add to write. co19 issue 388. 402 Language/11_Expressions/11_Instance_Creation/1_New_A09_t06: Fail # StringBuffer renamed add to write. co19 issue 388.
403 Language/11_Expressions/15_Method_Invocation/1_Ordinary_Invocation_A04_t01: Fail # StringBuffer renamed add to write. co19 issue 388. 403 Language/11_Expressions/15_Method_Invocation/1_Ordinary_Invocation_A04_t01: Fail # StringBuffer renamed add to write. co19 issue 388.
404 Language/11_Expressions/15_Method_Invocation/3_Static_Invocation_A04_t05: Fail # StringBuffer renamed add to write. co19 issue 388. 404 Language/11_Expressions/15_Method_Invocation/3_Static_Invocation_A04_t05: Fail # StringBuffer renamed add to write. co19 issue 388.
405 Language/11_Expressions/15_Method_Invocation/4_Super_Invocation_A02_t04: Fail # StringBuffer renamed add to write. co19 issue 388. 405 Language/11_Expressions/15_Method_Invocation/4_Super_Invocation_A02_t04: Fail # StringBuffer renamed add to write. co19 issue 388.
406 Language/11_Expressions/05_Strings/1_String_Interpolation_A03_t01: Fail # String Buffer renamed add to write. co19 issue 388. 406 Language/11_Expressions/05_Strings/1_String_Interpolation_A03_t01: Fail # String Buffer renamed add to write. co19 issue 388.
407 Language/11_Expressions/05_Strings/1_String_Interpolation_A04_t01: Fail # String Buffer renamed add to write. co19 issue 388. 407 Language/11_Expressions/05_Strings/1_String_Interpolation_A04_t01: Fail # String Buffer renamed add to write. co19 issue 388.
408 408
409 LibTest/core/List/getRange_A02_t01: Fail # issue 391
410
411 Language/11_Expressions/05_Strings/1_String_Interpolation_A03_t02: Fail # Issue 397 409 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 410 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 411 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 412 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 413 Language/11_Expressions/11_Instance_Creation/1_New_A08_t03: Fail # Issue 397
416 LibTest/core/Iterable/where_A01_t07: Fail # Issue 397 414 LibTest/core/Iterable/where_A01_t07: Fail # Issue 397
417 LibTest/core/List/addLast_A01_t01: Fail # Issue 397 415 LibTest/core/List/addLast_A01_t01: Fail # Issue 397
418 LibTest/core/List/addLast_A01_t03: Fail # Issue 397 416 LibTest/core/List/addLast_A01_t03: Fail # Issue 397
419 LibTest/core/List/addLast_A02_t01: Fail # Issue 397 417 LibTest/core/List/addLast_A02_t01: Fail # Issue 397
420 418
419 LibTest/core/List/getRange_A02_t01: Fail # issue 391, and Issue 399
420 LibTest/core/List/getRange_A01_t01: Fail # getRange now takes end-argument and r eturns Iterable. Issue 399
421 LibTest/core/List/getRange_A04_t01: Fail # getRange now takes end-argument and r eturns Iterable. Issue 399
422 LibTest/core/List/operator_subscript_A01_t02: Fail # getRange now takes end-argu ment and returns Iterable. Issue 399
421 423
422 [ $compiler == none && $runtime == vm && $checked ] 424 [ $compiler == none && $runtime == vm && $checked ]
423 LibTest/core/Set/intersection_A01_t01: Fail # issue 390 425 LibTest/core/Set/intersection_A01_t01: Fail # issue 390
424 LibTest/core/Set/intersection_A01_t02: Fail # issue 390 426 LibTest/core/Set/intersection_A01_t02: Fail # issue 390
425 LibTest/core/Set/intersection_A01_t03: Fail # issue 390 427 LibTest/core/Set/intersection_A01_t03: Fail # issue 390
426 428
427 429
428 [ $compiler == none && $arch == simarm ] 430 [ $compiler == none && $arch == simarm ]
429 *: Skip 431 *: Skip
430 432
431 433
432 [ $compiler == none && $arch == arm ] 434 [ $compiler == none && $arch == arm ]
433 *: Skip 435 *: Skip
434 436
435 437
436 [ $compiler == none && $arch == simmips ] 438 [ $compiler == none && $arch == simmips ]
437 *: Skip 439 *: Skip
438 440
439 441
440 [ $compiler == none && $arch == mips ] 442 [ $compiler == none && $arch == mips ]
441 *: Skip 443 *: Skip
OLDNEW
« no previous file with comments | « tests/co19/co19-dart2js.status ('k') | tests/corelib/list_get_range_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698