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

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

Issue 11315002: Accidentally missing vm test expectations. (Closed) Base URL: https://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
« 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 220 matching lines...) Expand 10 before | Expand all | Expand 10 after
231 LibTest/core/List/addLast_A02_t01: Fail, OK # co19 issue 285 231 LibTest/core/List/addLast_A02_t01: Fail, OK # co19 issue 285
232 LibTest/core/List/clear_A02_t01: Fail, OK # co19 issue 285 232 LibTest/core/List/clear_A02_t01: Fail, OK # co19 issue 285
233 LibTest/core/List/insertRange_A02_t01: Fail, OK # co19 issue 285 233 LibTest/core/List/insertRange_A02_t01: Fail, OK # co19 issue 285
234 LibTest/core/List/length_A04_t01: Fail, OK # co19 issue 285 234 LibTest/core/List/length_A04_t01: Fail, OK # co19 issue 285
235 LibTest/core/List/List_A01_t02: Fail, OK # co19 issue 285 235 LibTest/core/List/List_A01_t02: Fail, OK # co19 issue 285
236 LibTest/core/List/removeLast_A02_t01: Fail, OK # co19 issue 285 236 LibTest/core/List/removeLast_A02_t01: Fail, OK # co19 issue 285
237 LibTest/core/List/removeRange_A02_t01: Fail, OK # co19 issue 285 237 LibTest/core/List/removeRange_A02_t01: Fail, OK # co19 issue 285
238 LibTest/core/UnsupportedOperationException/toString_A01_t01: Fail, OK # co19 iss ue 285 238 LibTest/core/UnsupportedOperationException/toString_A01_t01: Fail, OK # co19 iss ue 285
239 LibTest/core/UnsupportedOperationException/UnsupportedOperationException_A01_t01 : Fail, OK # co19 issue 285 239 LibTest/core/UnsupportedOperationException/UnsupportedOperationException_A01_t01 : Fail, OK # co19 issue 285
240 240
241 LibTest/core/EmptyQueueException/EmptyQueueException_A01_t01: Fail, OK # co19 is sue 288
242 LibTest/core/EmptyQueueException/toString_A01_t01: Fail, OK # co19 issue 288
243 LibTest/core/List/iterator_next_A02_t01: Fail, OK # co19 issue 288
244 LibTest/core/NoMoreElementsException/NoMoreElementsException_A01_t01: Fail, OK # co19 issue 288
245 LibTest/core/NoMoreElementsException/toString_A01_t01: Fail, OK # co19 issue 288
246 LibTest/core/Queue/iterator_next_A02_t01: Fail, OK # co19 issue 288
247 LibTest/core/Queue/removeFirst_A02_t01: Fail, OK # co19 issue 288
248 LibTest/core/Queue/removeLast_A02_t01: Fail, OK # co19 issue 288
241 249
242 [ $compiler == none && $runtime == vm && $checked ] 250 [ $compiler == none && $runtime == vm && $checked ]
243 Language/10_Expressions/09_Function_Expressions_A03_t02: Fail, OK # co19 issue 2 83 251 Language/10_Expressions/09_Function_Expressions_A03_t02: Fail, OK # co19 issue 2 83
244 Language/10_Expressions/09_Function_Expressions_A04_t02: Fail, OK # co19 issue 2 83 252 Language/10_Expressions/09_Function_Expressions_A04_t02: Fail, OK # co19 issue 2 83
245 253
246 Language/14_Types/7_Type_Void_A04_t02: Fail, OK # co19 issue 158 254 Language/14_Types/7_Type_Void_A04_t02: Fail, OK # co19 issue 158
247 Language/14_Types/7_Type_Void_A04_t03: Fail, OK # co19 issue 158 255 Language/14_Types/7_Type_Void_A04_t03: Fail, OK # co19 issue 158
248 Language/14_Types/7_Type_Void_A04_t04: Fail, OK # co19 issue 158 256 Language/14_Types/7_Type_Void_A04_t04: Fail, OK # co19 issue 158
249 Language/14_Types/7_Type_Void_A04_t05: Fail, OK # co19 issue 158 257 Language/14_Types/7_Type_Void_A04_t05: Fail, OK # co19 issue 158
250 258
(...skipping 383 matching lines...) Expand 10 before | Expand all | Expand 10 after
634 642
635 643
636 [ $compiler == none && $runtime == vm && $mode == debug ] 644 [ $compiler == none && $runtime == vm && $mode == debug ]
637 LibTest/isolate/isolate_api/spawnFunction_A02_t01: Crash 645 LibTest/isolate/isolate_api/spawnFunction_A02_t01: Crash
638 646
639 [ $compiler == none && $arch == simarm ] 647 [ $compiler == none && $arch == simarm ]
640 *: Skip 648 *: Skip
641 649
642 [ $compiler == none && $arch == arm ] 650 [ $compiler == none && $arch == arm ]
643 *: Skip 651 *: 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