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

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

Issue 11241005: Triage a few co19 test failures. (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: Created 8 years, 2 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 # These tests need to be updated for new optional parameter syntax and semantics , co19 issue 258: 5 # These tests need to be updated for new optional parameter syntax and semantics , co19 issue 258:
6 [ $compiler == none && $runtime == vm ] 6 [ $compiler == none && $runtime == vm ]
7 Language/06_Functions/2_Formal_Parameters/2_Optional_Formals_A01_t01: Fail, OK 7 Language/06_Functions/2_Formal_Parameters/2_Optional_Formals_A01_t01: Fail, OK
8 Language/07_Classes/1_Instance_Methods_A02_t06: Fail, OK 8 Language/07_Classes/1_Instance_Methods_A02_t06: Fail, OK
9 Language/10_Expressions/15_Method_Invocation/1_Ordinary_Invocation_A01_t01: Fail , OK 9 Language/10_Expressions/15_Method_Invocation/1_Ordinary_Invocation_A01_t01: Fail , OK
10 Language/14_Types/5_Function_Types_A01_t21: Fail, OK 10 Language/14_Types/5_Function_Types_A01_t21: Fail, OK
(...skipping 195 matching lines...) Expand 10 before | Expand all | Expand 10 after
206 LibTest/isolate/isolate_api/port_A01_t01: Skip # Times out. 206 LibTest/isolate/isolate_api/port_A01_t01: Skip # Times out.
207 207
208 Language/06_Functions/1_Function_Declaration_A02_t03: Fail # issue 6058 208 Language/06_Functions/1_Function_Declaration_A02_t03: Fail # issue 6058
209 Language/06_Functions/1_Function_Declaration_A03_t03: Fail # issue 6058 209 Language/06_Functions/1_Function_Declaration_A03_t03: Fail # issue 6058
210 Language/06_Functions/2_Formal_Parameters/2_Optional_Formals_A03_t01: Fail # iss ue 6085 210 Language/06_Functions/2_Formal_Parameters/2_Optional_Formals_A03_t01: Fail # iss ue 6085
211 Language/06_Functions/2_Formal_Parameters/2_Optional_Formals_A03_t02: Fail # iss ue 6085 211 Language/06_Functions/2_Formal_Parameters/2_Optional_Formals_A03_t02: Fail # iss ue 6085
212 Language/06_Functions/2_Formal_Parameters/2_Optional_Formals_A03_t03: Fail # iss ue 6085 212 Language/06_Functions/2_Formal_Parameters/2_Optional_Formals_A03_t03: Fail # iss ue 6085
213 213
214 214
215 [ $compiler == none && $runtime == vm && $checked ] 215 [ $compiler == none && $runtime == vm && $checked ]
216 Language/10_Expressions/09_Function_Expressions_A03_t02: Fail # TODO(vm-team): P lease triage this failure. 216 Language/10_Expressions/09_Function_Expressions_A03_t02: Fail, OK # co19 issue 2 83
217 Language/10_Expressions/09_Function_Expressions_A04_t02: Fail # TODO(vm-team): P lease triage this failure. 217 Language/10_Expressions/09_Function_Expressions_A04_t02: Fail, OK # co19 issue 2 83
218 Language/14_Types/7_Type_Void_A04_t02: Fail # TODO(vm-team): Please triage this failure. 218
219 Language/14_Types/7_Type_Void_A04_t03: Fail # TODO(vm-team): Please triage this failure. 219 Language/14_Types/7_Type_Void_A04_t02: Fail, OK # co19 issue 158
220 Language/14_Types/7_Type_Void_A04_t04: Fail # TODO(vm-team): Please triage this failure. 220 Language/14_Types/7_Type_Void_A04_t03: Fail, OK # co19 issue 158
221 Language/14_Types/7_Type_Void_A04_t05: Fail # TODO(vm-team): Please triage this failure. 221 Language/14_Types/7_Type_Void_A04_t04: Fail, OK # co19 issue 158
222 Language/14_Types/7_Type_Void_A04_t05: Fail, OK # co19 issue 158
222 223
223 Language/10_Expressions/11_Instance_Creation_A05_t02: Fail # co19 issue 234 224 Language/10_Expressions/11_Instance_Creation_A05_t02: Fail # co19 issue 234
224 225
225 226
226 [ $compiler == none && $runtime == vm && $unchecked ] 227 [ $compiler == none && $runtime == vm && $unchecked ]
227 Language/14_Types/2_Dynamic_Type_System_A02_t01: Fail # TODO(vm-team): Please tr iage this failure. 228 Language/14_Types/2_Dynamic_Type_System_A02_t01: Fail # TODO(vm-team): Please tr iage this failure.
228 LibTest/core/Date/Date.fromMillisecondsSinceEpoch_A03_t01: Fail # TODO(vm-team): Please triage this failure. 229 LibTest/core/Date/Date.fromMillisecondsSinceEpoch_A03_t01: Fail # TODO(vm-team): Please triage this failure.
229 230
230 231
231 [ $compiler == none && $runtime == vm ] 232 [ $compiler == none && $runtime == vm ]
(...skipping 252 matching lines...) Expand 10 before | Expand all | Expand 10 after
484 485
485 486
486 [ $compiler == none && $runtime == vm && $mode == debug ] 487 [ $compiler == none && $runtime == vm && $mode == debug ]
487 LibTest/isolate/isolate_api/spawnFunction_A02_t01: Crash 488 LibTest/isolate/isolate_api/spawnFunction_A02_t01: Crash
488 489
489 [ $compiler == none && $arch == simarm ] 490 [ $compiler == none && $arch == simarm ]
490 *: Skip 491 *: Skip
491 492
492 [ $compiler == none && $arch == arm ] 493 [ $compiler == none && $arch == arm ]
493 *: Skip 494 *: Skip
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