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

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

Issue 23451021: Update co19 test expectations to disable tests using String.concat. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Remove use of concat. 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 | tools/coverage.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 # This file contains the tests that have been identified as broken and have been filed 5 # This file contains the tests that have been identified as broken and have been filed
6 # on the co19 issue tracker. 6 # on the co19 issue tracker.
7 # In order to qualify here these tests need to fail both on the VM and dart2js. 7 # In order to qualify here these tests need to fail both on the VM and dart2js.
8 8
9 ### GENERAL FAILURES ### 9 ### GENERAL FAILURES ###
10 10
(...skipping 77 matching lines...) Expand 10 before | Expand all | Expand 10 after
88 LibTest/typed_data/Uint16List/retainAll_A01_t01: Fail # co19 issue 548 88 LibTest/typed_data/Uint16List/retainAll_A01_t01: Fail # co19 issue 548
89 LibTest/typed_data/Uint32List/removeAll_A01_t01: Fail # co19 issue 548 89 LibTest/typed_data/Uint32List/removeAll_A01_t01: Fail # co19 issue 548
90 LibTest/typed_data/Uint32List/retainAll_A01_t01: Fail # co19 issue 548 90 LibTest/typed_data/Uint32List/retainAll_A01_t01: Fail # co19 issue 548
91 LibTest/typed_data/Uint64List/removeAll_A01_t01: Fail # co19 issue 548 91 LibTest/typed_data/Uint64List/removeAll_A01_t01: Fail # co19 issue 548
92 LibTest/typed_data/Uint64List/retainAll_A01_t01: Fail # co19 issue 548 92 LibTest/typed_data/Uint64List/retainAll_A01_t01: Fail # co19 issue 548
93 LibTest/typed_data/Uint8ClampedList/removeAll_A01_t01: Fail # co19 issue 548 93 LibTest/typed_data/Uint8ClampedList/removeAll_A01_t01: Fail # co19 issue 548
94 LibTest/typed_data/Uint8ClampedList/retainAll_A01_t01: Fail # co19 issue 548 94 LibTest/typed_data/Uint8ClampedList/retainAll_A01_t01: Fail # co19 issue 548
95 LibTest/typed_data/Uint8List/removeAll_A01_t01: Fail # co19 issue 548 95 LibTest/typed_data/Uint8List/removeAll_A01_t01: Fail # co19 issue 548
96 LibTest/typed_data/Uint8List/retainAll_A01_t01: Fail # co19 issue 548 96 LibTest/typed_data/Uint8List/retainAll_A01_t01: Fail # co19 issue 548
97 97
98 Language/12_Expressions/06_Lists_A08_t01: Fail # co19 issue 561
99 LibTest/core/String/String_class_A01_t01: Fail # co19 issue 561
100 LibTest/core/String/concat_A01_t01: Fail # co19 issue 561
101 LibTest/core/String/concat_A02_t01: Fail # co19 issue 561
102 LibTest/core/String/hashCode_A01_t01: Fail # co19 issue 561
103
98 ### CHECKED MODE FAILURES ### 104 ### CHECKED MODE FAILURES ###
99 105
100 [ ($runtime == vm || $compiler == dart2js) && $checked] 106 [ ($runtime == vm || $compiler == dart2js) && $checked]
101 Language/13_Statements/09_Switch_A05_t01: FAIL, OK # co19 issue 498 107 Language/13_Statements/09_Switch_A05_t01: FAIL, OK # co19 issue 498
102 Language/14_Libraries_and_Scripts/1_Imports_A03_t26: FAIL, OK # co19 issue 498 108 Language/14_Libraries_and_Scripts/1_Imports_A03_t26: FAIL, OK # co19 issue 498
103 Language/15_Types/1_Static_Types_A03_t01: Fail # co19-roll r559: Please triage t his failure 109 Language/15_Types/1_Static_Types_A03_t01: Fail # co19-roll r559: Please triage t his failure
104 LibTest/async/EventTransformStream/contains_A01_t01: FAIL, OK # co19 issue 498 110 LibTest/async/EventTransformStream/contains_A01_t01: FAIL, OK # co19 issue 498
105 LibTest/core/DateTime/compareTo_A02_t01: FAIL, OK # co19 issue 498 111 LibTest/core/DateTime/compareTo_A02_t01: FAIL, OK # co19 issue 498
106 LibTest/core/List/removeAt_A02_t01: FAIL, OK # co19 issue 498 112 LibTest/core/List/removeAt_A02_t01: FAIL, OK # co19 issue 498
107 LibTest/core/TypeError/column_A01_t01: FAIL, OK # co19 issue 510 113 LibTest/core/TypeError/column_A01_t01: FAIL, OK # co19 issue 510
108 LibTest/core/TypeError/dstName_A01_t01: FAIL, OK # co19 issue 510 114 LibTest/core/TypeError/dstName_A01_t01: FAIL, OK # co19 issue 510
109 LibTest/core/TypeError/dstType_A01_t01: FAIL, OK # co19 issue 510 115 LibTest/core/TypeError/dstType_A01_t01: FAIL, OK # co19 issue 510
110 LibTest/core/TypeError/failedAssertion_A01_t01: FAIL, OK # co19 issue 510 116 LibTest/core/TypeError/failedAssertion_A01_t01: FAIL, OK # co19 issue 510
111 LibTest/core/TypeError/line_A01_t01: FAIL, OK # co19 issue 510 117 LibTest/core/TypeError/line_A01_t01: FAIL, OK # co19 issue 510
112 LibTest/core/TypeError/srcType_A01_t01: FAIL, OK # co19 issue 510 118 LibTest/core/TypeError/srcType_A01_t01: FAIL, OK # co19 issue 510
113 LibTest/core/TypeError/url_A01_t01: FAIL, OK # co19 issue 510 119 LibTest/core/TypeError/url_A01_t01: FAIL, OK # co19 issue 510
114 LibTest/core/NoSuchMethodError/NoSuchMethodError_A01_t01: Fail # co19 issue 550 120 LibTest/core/NoSuchMethodError/NoSuchMethodError_A01_t01: Fail # co19 issue 550
OLDNEW
« no previous file with comments | « no previous file | tools/coverage.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698