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

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

Issue 14135005: Fix 'collection' tests and co19 dartc/dart2js status files. (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 | « tests/co19/co19-dart2dart.status ('k') | tests/corelib/collection_from_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 [ $runtime == vm ] 5 [ $runtime == vm ]
6 Language/11_Expressions/33_Argument_Definition_Test_A02_t02: Crash, Pass # http: //dartbug.com/9597 6 Language/11_Expressions/33_Argument_Definition_Test_A02_t02: Crash, Pass # http: //dartbug.com/9597
7 7
8 LibTest/core/List/List.fixedLength_A01_t01: fail # Issue 400
9 LibTest/core/List/addAll_A02_t01: fail # Issue 400
10 LibTest/core/List/add_A02_t01: fail # Issue 400
11 LibTest/core/List/clear_A02_t01: fail # Issue 400
12 LibTest/core/List/insertRange_A02_t01: fail # Issue 400
13 LibTest/core/List/length_A04_t01: fail # Issue 400
14 LibTest/core/List/removeLast_A02_t01: fail # Issue 400
15 LibTest/core/List/removeRange_A02_t01: fail # Issue 400
16 LibTest/core/Set/isSubsetOf_A01_t01: fail # Issue 400
17 LibTest/core/Set/isSubsetOf_A01_t02: fail # Issue 400
18
19 [ $runtime == vm && $checked ]
20 LibTest/collection/Queue/Queue.from_A01_t01: fail # Issue 400
21 LibTest/collection/Queue/Queue.from_A01_t02: fail # Issue 400
22 LibTest/core/List/List.from_A01_t01: fail # Issue 400
23 LibTest/core/List/every_A01_t01: fail # Issue 400
24 LibTest/core/Match/pattern_A01_t01: fail # Issue 400
25 LibTest/core/Match/str_A01_t01: fail # Issue 400
26 LibTest/core/RegExp/allMatches_A01_t01: fail # Issue 400
27
28 [ $compiler == none && $runtime == vm && $unchecked ] 8 [ $compiler == none && $runtime == vm && $unchecked ]
29 Language/11_Expressions/11_Instance_Creation_A05_t02: Fail # TODO(vm-team): Plea se triage this failure. 9 Language/11_Expressions/11_Instance_Creation_A05_t02: Fail # TODO(vm-team): Plea se triage this failure.
30 10
31 11
32 [ $compiler == none && $runtime == vm && $checked ] 12 [ $compiler == none && $runtime == vm && $checked ]
33 LibTest/core/AssertionError/line_A01_t02: Fail # TODO(vm-team): Please triage th is failure. 13 LibTest/core/AssertionError/line_A01_t02: Fail # TODO(vm-team): Please triage th is failure.
34 LibTest/core/Set/intersection_A03_t01: Fail # TODO(vm-team): Please triage this failure. 14 LibTest/core/Set/intersection_A03_t01: Fail # TODO(vm-team): Please triage this failure.
35 LibTest/core/TypeError/line_A01_t01: Fail # TODO(vm-team): Please triage this fa ilure. 15 LibTest/core/TypeError/line_A01_t01: Fail # TODO(vm-team): Please triage this fa ilure.
36 16
37 17
(...skipping 393 matching lines...) Expand 10 before | Expand all | Expand 10 after
431 Language/11_Expressions/11_Instance_Creation/1_New_A08_t03: Fail # Issue 397 411 Language/11_Expressions/11_Instance_Creation/1_New_A08_t03: Fail # Issue 397
432 LibTest/core/Iterable/where_A01_t07: Fail # Issue 397 412 LibTest/core/Iterable/where_A01_t07: Fail # Issue 397
433 LibTest/core/List/addLast_A01_t01: Fail # Issue 397 413 LibTest/core/List/addLast_A01_t01: Fail # Issue 397
434 LibTest/core/List/addLast_A01_t03: Fail # Issue 397 414 LibTest/core/List/addLast_A01_t03: Fail # Issue 397
435 LibTest/core/List/addLast_A02_t01: Fail # Issue 397 415 LibTest/core/List/addLast_A02_t01: Fail # Issue 397
436 416
437 LibTest/core/List/getRange_A02_t01: Fail # issue 391, and Issue 399 417 LibTest/core/List/getRange_A02_t01: Fail # issue 391, and Issue 399
438 LibTest/core/List/getRange_A01_t01: Fail # getRange now takes end-argument and r eturns Iterable. Issue 399 418 LibTest/core/List/getRange_A01_t01: Fail # getRange now takes end-argument and r eturns Iterable. Issue 399
439 LibTest/core/List/getRange_A04_t01: Fail # getRange now takes end-argument and r eturns Iterable. Issue 399 419 LibTest/core/List/getRange_A04_t01: Fail # getRange now takes end-argument and r eturns Iterable. Issue 399
440 LibTest/core/List/operator_subscript_A01_t02: Fail # getRange now takes end-argu ment and returns Iterable. Issue 399 420 LibTest/core/List/operator_subscript_A01_t02: Fail # getRange now takes end-argu ment and returns Iterable. Issue 399
421 LibTest/core/List/List.fixedLength_A01_t01: fail # Issue 400
422 LibTest/core/List/addAll_A02_t01: fail # Issue 400
423 LibTest/core/List/add_A02_t01: fail # Issue 400
424 LibTest/core/List/clear_A02_t01: fail # Issue 400
425 LibTest/core/List/insertRange_A02_t01: fail # Issue 400
426 LibTest/core/List/length_A04_t01: fail # Issue 400
427 LibTest/core/List/removeLast_A02_t01: fail # Issue 400
428 LibTest/core/List/removeRange_A02_t01: fail # Issue 400
429 LibTest/core/Set/isSubsetOf_A01_t01: fail # Issue 400
430 LibTest/core/Set/isSubsetOf_A01_t02: fail # Issue 400
441 431
442 [ $compiler == none && $runtime == vm && $checked ] 432 [ $compiler == none && $runtime == vm && $checked ]
443 LibTest/core/Set/intersection_A01_t01: Fail # issue 390 433 LibTest/core/Set/intersection_A01_t01: Fail # issue 390
444 LibTest/core/Set/intersection_A01_t02: Fail # issue 390 434 LibTest/core/Set/intersection_A01_t02: Fail # issue 390
445 LibTest/core/Set/intersection_A01_t03: Fail # issue 390 435 LibTest/core/Set/intersection_A01_t03: Fail # issue 390
436 LibTest/collection/Queue/Queue.from_A01_t01: fail # Issue 400
437 LibTest/collection/Queue/Queue.from_A01_t02: fail # Issue 400
438 LibTest/core/List/List.from_A01_t01: fail # Issue 400
439 LibTest/core/List/every_A01_t01: fail # Issue 400
440 LibTest/core/Match/pattern_A01_t01: fail # Issue 400
441 LibTest/core/Match/str_A01_t01: fail # Issue 400
442 LibTest/core/RegExp/allMatches_A01_t01: fail # Issue 400
446 443
447 444
448 [ $compiler == none && $arch == simarm ] 445 [ $compiler == none && $arch == simarm ]
449 *: Skip 446 *: Skip
450 447
451 448
452 [ $compiler == none && $arch == arm ] 449 [ $compiler == none && $arch == arm ]
453 *: Skip 450 *: Skip
454 451
455 452
456 [ $compiler == none && $arch == simmips ] 453 [ $compiler == none && $arch == simmips ]
457 *: Skip 454 *: Skip
458 455
459 456
460 [ $compiler == none && $arch == mips ] 457 [ $compiler == none && $arch == mips ]
461 *: Skip 458 *: Skip
OLDNEW
« no previous file with comments | « tests/co19/co19-dart2dart.status ('k') | tests/corelib/collection_from_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698