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

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

Issue 23938002: Update suppression for co19/LibTest/typed_data/Uint8List/toList_A01_t01 to include fail on jsshell (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: Created 7 years, 3 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 [ $compiler == dart2js && $runtime == drt ] 5 [ $compiler == dart2js && $runtime == drt ]
6 LibTest/core/List/sort_A01_t02: Pass, Fail # v8 bug: Issue 12293 6 LibTest/core/List/sort_A01_t02: Pass, Fail # v8 bug: Issue 12293
7 LibTest/core/List/sort_A01_t03: Pass, Fail # v8 bug: Issue 12293 7 LibTest/core/List/sort_A01_t03: Pass, Fail # v8 bug: Issue 12293
8 LibTest/core/Map/Map_class_A01_t04: Pass, Fail # v8 bug: Issue 12293 8 LibTest/core/Map/Map_class_A01_t04: Pass, Fail # v8 bug: Issue 12293
9 9
10 [ $compiler == dart2js && $runtime == jsshell ] 10 [ $compiler == dart2js && $runtime == jsshell ]
(...skipping 615 matching lines...) Expand 10 before | Expand all | Expand 10 after
626 LibTest/typed_data/Int8List/hashCode_A01_t01: fail # co19-roll r559: Please tria ge this failure 626 LibTest/typed_data/Int8List/hashCode_A01_t01: fail # co19-roll r559: Please tria ge this failure
627 LibTest/typed_data/Int8List/toList_A01_t01: fail, timeout # co19-roll r559: Plea se triage this failure 627 LibTest/typed_data/Int8List/toList_A01_t01: fail, timeout # co19-roll r559: Plea se triage this failure
628 LibTest/typed_data/Uint16List/hashCode_A01_t01: fail # co19-roll r559: Please tr iage this failure 628 LibTest/typed_data/Uint16List/hashCode_A01_t01: fail # co19-roll r559: Please tr iage this failure
629 LibTest/typed_data/Uint16List/toList_A01_t01: fail # co19-roll r559: Please tria ge this failure 629 LibTest/typed_data/Uint16List/toList_A01_t01: fail # co19-roll r559: Please tria ge this failure
630 LibTest/typed_data/Uint16List/toList_A01_t01: timeout # co19-roll r559: Please t riage this failure 630 LibTest/typed_data/Uint16List/toList_A01_t01: timeout # co19-roll r559: Please t riage this failure
631 LibTest/typed_data/Uint32List/hashCode_A01_t01: fail # co19-roll r559: Please tr iage this failure 631 LibTest/typed_data/Uint32List/hashCode_A01_t01: fail # co19-roll r559: Please tr iage this failure
632 LibTest/typed_data/Uint32List/toList_A01_t01: fail, timeout # co19-roll r559: Pl ease triage this failure 632 LibTest/typed_data/Uint32List/toList_A01_t01: fail, timeout # co19-roll r559: Pl ease triage this failure
633 LibTest/typed_data/Uint8ClampedList/hashCode_A01_t01: fail # co19-roll r559: Ple ase triage this failure 633 LibTest/typed_data/Uint8ClampedList/hashCode_A01_t01: fail # co19-roll r559: Ple ase triage this failure
634 LibTest/typed_data/Uint8ClampedList/toList_A01_t01: fail, timeout # co19-roll r5 59: Please triage this failure 634 LibTest/typed_data/Uint8ClampedList/toList_A01_t01: fail, timeout # co19-roll r5 59: Please triage this failure
635 LibTest/typed_data/Uint8List/hashCode_A01_t01: fail # co19-roll r559: Please tri age this failure 635 LibTest/typed_data/Uint8List/hashCode_A01_t01: fail # co19-roll r559: Please tri age this failure
636 LibTest/typed_data/Uint8List/toList_A01_t01: timeout # co19-roll r559: Please tr iage this failure 636 LibTest/typed_data/Uint8List/toList_A01_t01: fail, timeout # co19-roll r559: Ple ase triage this failure
637 637
638 # Could this be dart issue 7728? 638 # Could this be dart issue 7728?
639 [ $compiler == dart2js && ($runtime == d8 || $runtime == jsshell) ] 639 [ $compiler == dart2js && ($runtime == d8 || $runtime == jsshell) ]
640 LibTest/async/Future/Future.delayed_A01_t01: Fail # co19-roll r546: Please triag e this failure 640 LibTest/async/Future/Future.delayed_A01_t01: Fail # co19-roll r546: Please triag e this failure
641 LibTest/async/Future/Future.delayed_A03_t01: fail # co19-roll r546: Please triag e this failure 641 LibTest/async/Future/Future.delayed_A03_t01: fail # co19-roll r546: Please triag e this failure
642 LibTest/async/Stream/first_A01_t01: fail # co19-roll r546: Please triage this fa ilure 642 LibTest/async/Stream/first_A01_t01: fail # co19-roll r546: Please triage this fa ilure
643 LibTest/async/Stream/first_A02_t02: fail # co19-roll r546: Please triage this fa ilure 643 LibTest/async/Stream/first_A02_t02: fail # co19-roll r546: Please triage this fa ilure
644 LibTest/async/Stream/Stream.fromFuture_A02_t01: fail # co19-roll r546: Please tr iage this failure 644 LibTest/async/Stream/Stream.fromFuture_A02_t01: fail # co19-roll r546: Please tr iage this failure
645 LibTest/async/Stream/Stream.fromFuture_A02_t02: fail # co19-roll r546: Please tr iage this failure 645 LibTest/async/Stream/Stream.fromFuture_A02_t02: fail # co19-roll r546: Please tr iage this failure
646 LibTest/async/Stream/Stream.fromIterable_A01_t02: fail # co19-roll r546: Please triage this failure 646 LibTest/async/Stream/Stream.fromIterable_A01_t02: fail # co19-roll r546: Please triage this failure
(...skipping 18 matching lines...) Expand all
665 LibTest/typed_data/Int8List/runtimeType_A01_t01: fail # co19-roll r559: Please t riage this failure 665 LibTest/typed_data/Int8List/runtimeType_A01_t01: fail # co19-roll r559: Please t riage this failure
666 LibTest/typed_data/Uint16List/runtimeType_A01_t01: fail # co19-roll r559: Please triage this failure 666 LibTest/typed_data/Uint16List/runtimeType_A01_t01: fail # co19-roll r559: Please triage this failure
667 LibTest/typed_data/Uint32List/runtimeType_A01_t01: fail # co19-roll r559: Please triage this failure 667 LibTest/typed_data/Uint32List/runtimeType_A01_t01: fail # co19-roll r559: Please triage this failure
668 LibTest/typed_data/Uint8ClampedList/runtimeType_A01_t01: fail # co19-roll r559: Please triage this failure 668 LibTest/typed_data/Uint8ClampedList/runtimeType_A01_t01: fail # co19-roll r559: Please triage this failure
669 LibTest/typed_data/Uint8List/runtimeType_A01_t01: fail # co19-roll r559: Please triage this failure 669 LibTest/typed_data/Uint8List/runtimeType_A01_t01: fail # co19-roll r559: Please triage this failure
670 670
671 [ $compiler == dart2js || $compiler == dart2dart ] 671 [ $compiler == dart2js || $compiler == dart2dart ]
672 Language/07_Classes/6_Constructors/1_Generative_Constructors_A15_t08: fail # co1 9-roll r569: Please triage this failure 672 Language/07_Classes/6_Constructors/1_Generative_Constructors_A15_t08: fail # co1 9-roll r569: Please triage this failure
673 673
674 674
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