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

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

Issue 11233063: Move ObjectNotClosureException and ClosureArgumentMismatchException to patch file. (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 8 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
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 == none && $runtime == vm ] 5 [ $compiler == none && $runtime == vm ]
6 # These tests need to be updated for new optional parameter syntax and semantics , co19 issue 258: 6 # These tests need to be updated for new optional parameter syntax and semantics , co19 issue 258:
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 Language/13_Libraries_and_Scripts/1_Imports_A03_t21: Fail # TODO(vm-team): Pleas e triage this failure. 206 Language/13_Libraries_and_Scripts/1_Imports_A03_t21: Fail # TODO(vm-team): Pleas e triage this failure.
207 Language/13_Libraries_and_Scripts/1_Imports_A03_t41: Fail # TODO(vm-team): Pleas e triage this failure. 207 Language/13_Libraries_and_Scripts/1_Imports_A03_t41: Fail # TODO(vm-team): Pleas e triage this failure.
208 Language/13_Libraries_and_Scripts/1_Imports_A03_t61: Fail # TODO(vm-team): Pleas e triage this failure. 208 Language/13_Libraries_and_Scripts/1_Imports_A03_t61: Fail # TODO(vm-team): Pleas e triage this failure.
209 Language/14_Types/7_Type_Void_A04_t02: Fail # TODO(vm-team): Please triage this failure. 209 Language/14_Types/7_Type_Void_A04_t02: Fail # TODO(vm-team): Please triage this failure.
210 Language/14_Types/7_Type_Void_A04_t03: Fail # TODO(vm-team): Please triage this failure. 210 Language/14_Types/7_Type_Void_A04_t03: Fail # TODO(vm-team): Please triage this failure.
211 Language/14_Types/7_Type_Void_A04_t04: Fail # TODO(vm-team): Please triage this failure. 211 Language/14_Types/7_Type_Void_A04_t04: Fail # TODO(vm-team): Please triage this failure.
212 Language/14_Types/7_Type_Void_A04_t05: Fail # TODO(vm-team): Please triage this failure. 212 Language/14_Types/7_Type_Void_A04_t05: Fail # TODO(vm-team): Please triage this failure.
213 213
214 Language/10_Expressions/11_Instance_Creation_A05_t02: Fail # co19 issue 234 214 Language/10_Expressions/11_Instance_Creation_A05_t02: Fail # co19 issue 234
215 215
216 LibTest/core/ObjectNotClosureException/toString_A01_t01: Fail, OK # co19 issue 2 76
217 LibTest/core/ObjectNotClosureException/ObjectNotClosureException_A01_t01: Fail, OK # co19 issue 276
218 LibTest/core/List/forEach_A02_t01: Fail, OK # co19 issue 276
219 LibTest/core/Map/putIfAbsent_A01_t08: Fail, OK # co19 issue 276
220 LibTest/core/Map/forEach_A01_t02: Fail, OK # co19 issue 276
221 LibTest/core/Map/putIfAbsent_A01_t06: Fail, OK # co19 issue 276
222 LibTest/core/Queue/filter_A01_t03: Fail, OK # co19 issue 276
223 LibTest/core/Queue/some_A01_t03: Fail, OK # co19 issue 276
224 LibTest/core/Queue/every_A01_t03: Fail, OK # co19 issue 276
225 LibTest/core/Queue/forEach_A01_t03: Fail, OK # co19 issue 276
226 LibTest/core/ClosureArgumentMismatchException/toString_A01_t01: Fail, OK # co19 issue 276
227 LibTest/core/ClosureArgumentMismatchException/ClosureArgumentMismatchException_A 01_t01: Fail, OK # co19 issue 276
228 Language/11_Statements/15_Assert_A04_t04: Fail, OK # co19 issue 276
216 229
217 [ $compiler == none && $runtime == vm && $unchecked ] 230 [ $compiler == none && $runtime == vm && $unchecked ]
218 Language/14_Types/2_Dynamic_Type_System_A02_t01: Fail # TODO(vm-team): Please tr iage this failure. 231 Language/14_Types/2_Dynamic_Type_System_A02_t01: Fail # TODO(vm-team): Please tr iage this failure.
219 LibTest/core/Date/Date.fromMillisecondsSinceEpoch_A03_t01: Fail # TODO(vm-team): Please triage this failure. 232 LibTest/core/Date/Date.fromMillisecondsSinceEpoch_A03_t01: Fail # TODO(vm-team): Please triage this failure.
220 233
221 234
222 [ $compiler == none && $runtime == vm ] 235 [ $compiler == none && $runtime == vm ]
223 # Not properly reporting exception in initializer expressions 236 # Not properly reporting exception in initializer expressions
224 Language/10_Expressions/01_Constants_A16_t01: Fail 237 Language/10_Expressions/01_Constants_A16_t01: Fail
225 Language/10_Expressions/01_Constants_A16_t02: Fail 238 Language/10_Expressions/01_Constants_A16_t02: Fail
(...skipping 175 matching lines...) Expand 10 before | Expand all | Expand 10 after
401 414
402 415
403 [ $compiler == none && $runtime == vm && $mode == debug ] 416 [ $compiler == none && $runtime == vm && $mode == debug ]
404 LibTest/isolate/isolate_api/spawnFunction_A02_t01: Crash 417 LibTest/isolate/isolate_api/spawnFunction_A02_t01: Crash
405 418
406 [ $compiler == none && $arch == simarm ] 419 [ $compiler == none && $arch == simarm ]
407 *: Skip 420 *: Skip
408 421
409 [ $compiler == none && $arch == arm ] 422 [ $compiler == none && $arch == arm ]
410 *: Skip 423 *: Skip
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698