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

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

Issue 59383004: Update co19 status. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 7 years, 1 month 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 | tests/co19/co19-dart2js.status » ('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 153 matching lines...) Expand 10 before | Expand all | Expand 10 after
164 LibTest/isolate/isolate_api/spawnUri_A01_t03: Fail # Co19 issue 639 164 LibTest/isolate/isolate_api/spawnUri_A01_t03: Fail # Co19 issue 639
165 LibTest/isolate/isolate_api/spawnUri_A01_t04: Fail # Co19 issue 639 165 LibTest/isolate/isolate_api/spawnUri_A01_t04: Fail # Co19 issue 639
166 LibTest/isolate/isolate_api/spawnUri_A01_t05: Fail # Co19 issue 639 166 LibTest/isolate/isolate_api/spawnUri_A01_t05: Fail # Co19 issue 639
167 LibTest/isolate/isolate_api/streamSpawnFunction_A01_t01: Fail # Co19 issue 639 167 LibTest/isolate/isolate_api/streamSpawnFunction_A01_t01: Fail # Co19 issue 639
168 LibTest/isolate/isolate_api/stream_A01_t01: Fail # Co19 issue 639 168 LibTest/isolate/isolate_api/stream_A01_t01: Fail # Co19 issue 639
169 LibTest/isolate/isolate_api/port_A01_t01: Fail # Co19 issue 639 169 LibTest/isolate/isolate_api/port_A01_t01: Fail # Co19 issue 639
170 170
171 Language/14_Libraries_and_Scripts/4_Scripts_A03_t03: MissingRuntimeError, OK # c o19 issue 638 171 Language/14_Libraries_and_Scripts/4_Scripts_A03_t03: MissingRuntimeError, OK # c o19 issue 638
172 172
173 [ $compiler == dart2js ] 173 [ $compiler == dart2js ]
174 Language/03_Overview/2_Privacy_A01_t06: Fail # Co19 issue 655
175 Language/10_Generics/10_Generics_A05_t01: Fail # Co19 issue 655 174 Language/10_Generics/10_Generics_A05_t01: Fail # Co19 issue 655
176 Language/10_Generics/10_Generics_A05_t02: Fail # Co19 issue 655
177 Language/12_Expressions/32_Type_Test_A04_t01: Fail # Co19 issue 655 175 Language/12_Expressions/32_Type_Test_A04_t01: Fail # Co19 issue 655
178 Language/12_Expressions/32_Type_Test_A04_t02: Fail # Co19 issue 655 176 Language/12_Expressions/32_Type_Test_A04_t02: Fail # Co19 issue 655
179 Language/12_Expressions/33_Type_Cast_A03_t01: Fail # Co19 issue 655 177 Language/12_Expressions/33_Type_Cast_A03_t01: Fail # Co19 issue 655
180 Language/12_Expressions/33_Type_Cast_A03_t03: Fail # Co19 issue 655 178 Language/12_Expressions/33_Type_Cast_A03_t03: Fail # Co19 issue 655
181 Language/14_Libraries_and_Scripts/1_Imports_A03_t05: Fail # Co19 issue 655 179 Language/14_Libraries_and_Scripts/1_Imports_A03_t05: Fail # Co19 issue 655
180
181 [ $compiler == dart2js && $unchecked ]
182 Language/15_Types/1_Static_Types_A03_t01: Fail # Co19 issue 655
183
184 [ $compiler == dart2js && $checked ]
185 Language/10_Generics/10_Generics_A05_t02: Fail # Co19 issue 655
182 Language/14_Libraries_and_Scripts/1_Imports_A03_t31: Fail # Co19 issue 655 186 Language/14_Libraries_and_Scripts/1_Imports_A03_t31: Fail # Co19 issue 655
187 Language/15_Types/1_Static_Types_A03_t02: Fail # Co19 issue 655
183 Language/15_Types/1_Static_Types_A03_t03: Fail # Co19 issue 655 188 Language/15_Types/1_Static_Types_A03_t03: Fail # Co19 issue 655
184 Language/15_Types/1_Static_Types_A03_t04: Fail # Co19 issue 655 189 Language/15_Types/1_Static_Types_A03_t04: Fail # Co19 issue 655
185 190
186 ### CHECKED MODE FAILURES ### 191 ### CHECKED MODE FAILURES ###
187 192
188 [ ($runtime == vm || $runtime == dartium || $compiler == dart2js) && $checked] 193 [ ($runtime == vm || $runtime == dartium || $compiler == dart2js) && $checked]
189 Language/13_Statements/09_Switch_A09_t01: PASS, FAIL, OK # co19 issue 633 194 Language/13_Statements/09_Switch_A09_t01: PASS, FAIL, OK # co19 issue 633
190 LibTest/collection/DoubleLinkedQueue/removeFirst_A01_t01: RuntimeError # co19-ro ll r607: Please triage this failure 195 LibTest/collection/DoubleLinkedQueue/removeFirst_A01_t01: RuntimeError # co19-ro ll r607: Please triage this failure
191 LibTest/collection/LinkedList/LinkedList_A01_t01: RuntimeError # co19-roll r623: Please triage this failure 196 LibTest/collection/LinkedList/LinkedList_A01_t01: RuntimeError # co19-roll r623: Please triage this failure
192 LibTest/typed_data/Float32x4List/reduce_A01_t01: Fail # co19-roll r623: Please t riage this failure 197 LibTest/typed_data/Float32x4List/reduce_A01_t01: Fail # co19-roll r623: Please t riage this failure
193 LibTest/async/Future/catchError_A03_t05: RuntimeError # co19 issue 651. 198 LibTest/async/Future/catchError_A03_t05: RuntimeError # co19 issue 651.
194 199
195 [ ($runtime == vm || $compiler == dart2js) && $checked] 200 [ ($runtime == vm || $compiler == dart2js) && $checked]
196 Language/14_Libraries_and_Scripts/1_Imports_A03_t46: PASS, FAIL, OK # co19 issue 560 201 Language/14_Libraries_and_Scripts/1_Imports_A03_t46: PASS, FAIL, OK # co19 issue 560
197 Language/14_Libraries_and_Scripts/1_Imports_A03_t66: PASS, FAIL, OK # co19 issue 560 202 Language/14_Libraries_and_Scripts/1_Imports_A03_t66: PASS, FAIL, OK # co19 issue 560
198 203
OLDNEW
« no previous file with comments | « no previous file | tests/co19/co19-dart2js.status » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698