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

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

Issue 11235054: Removed IllegalAccessException and UnsupportedOperationException. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: ADded test expectations. 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 | « tests/co19/co19-dart2js.status ('k') | tests/corelib/const_list_literal_test.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 # 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 206 matching lines...) Expand 10 before | Expand all | Expand 10 after
217 LibTest/core/Map/forEach_A01_t02: Fail, OK # co19 issue 276 217 LibTest/core/Map/forEach_A01_t02: Fail, OK # co19 issue 276
218 LibTest/core/Map/putIfAbsent_A01_t06: Fail, OK # co19 issue 276 218 LibTest/core/Map/putIfAbsent_A01_t06: Fail, OK # co19 issue 276
219 LibTest/core/Queue/filter_A01_t03: Fail, OK # co19 issue 276 219 LibTest/core/Queue/filter_A01_t03: Fail, OK # co19 issue 276
220 LibTest/core/Queue/some_A01_t03: Fail, OK # co19 issue 276 220 LibTest/core/Queue/some_A01_t03: Fail, OK # co19 issue 276
221 LibTest/core/Queue/every_A01_t03: Fail, OK # co19 issue 276 221 LibTest/core/Queue/every_A01_t03: Fail, OK # co19 issue 276
222 LibTest/core/Queue/forEach_A01_t03: Fail, OK # co19 issue 276 222 LibTest/core/Queue/forEach_A01_t03: Fail, OK # co19 issue 276
223 LibTest/core/ClosureArgumentMismatchException/toString_A01_t01: Fail, OK # co19 issue 276 223 LibTest/core/ClosureArgumentMismatchException/toString_A01_t01: Fail, OK # co19 issue 276
224 LibTest/core/ClosureArgumentMismatchException/ClosureArgumentMismatchException_A 01_t01: Fail, OK # co19 issue 276 224 LibTest/core/ClosureArgumentMismatchException/ClosureArgumentMismatchException_A 01_t01: Fail, OK # co19 issue 276
225 Language/11_Statements/15_Assert_A04_t04: Fail, OK # co19 issue 276 225 Language/11_Statements/15_Assert_A04_t04: Fail, OK # co19 issue 276
226 226
227 LibTest/core/IllegalAccessException/IllegalAccessException_A01_t01: Fail, OK # c o19 issue 285
228 LibTest/core/IllegalAccessException/toString_A01_t01: Fail, OK # co19 issue 285
229 LibTest/core/List/add_A02_t01: Fail, OK # co19 issue 285
230 LibTest/core/List/addAll_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
233 LibTest/core/List/insertRange_A02_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
236 LibTest/core/List/removeLast_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
239 LibTest/core/UnsupportedOperationException/UnsupportedOperationException_A01_t01 : Fail, OK # co19 issue 285
240
241
227 [ $compiler == none && $runtime == vm && $checked ] 242 [ $compiler == none && $runtime == vm && $checked ]
228 Language/10_Expressions/09_Function_Expressions_A03_t02: Fail, OK # co19 issue 2 83 243 Language/10_Expressions/09_Function_Expressions_A03_t02: Fail, OK # co19 issue 2 83
229 Language/10_Expressions/09_Function_Expressions_A04_t02: Fail, OK # co19 issue 2 83 244 Language/10_Expressions/09_Function_Expressions_A04_t02: Fail, OK # co19 issue 2 83
230 245
231 Language/14_Types/7_Type_Void_A04_t02: Fail, OK # co19 issue 158 246 Language/14_Types/7_Type_Void_A04_t02: Fail, OK # co19 issue 158
232 Language/14_Types/7_Type_Void_A04_t03: Fail, OK # co19 issue 158 247 Language/14_Types/7_Type_Void_A04_t03: Fail, OK # co19 issue 158
233 Language/14_Types/7_Type_Void_A04_t04: Fail, OK # co19 issue 158 248 Language/14_Types/7_Type_Void_A04_t04: Fail, OK # co19 issue 158
234 Language/14_Types/7_Type_Void_A04_t05: Fail, OK # co19 issue 158 249 Language/14_Types/7_Type_Void_A04_t05: Fail, OK # co19 issue 158
235 250
236 Language/10_Expressions/11_Instance_Creation_A05_t02: Fail # co19 issue 234 251 Language/10_Expressions/11_Instance_Creation_A05_t02: Fail # co19 issue 234
(...skipping 260 matching lines...) Expand 10 before | Expand all | Expand 10 after
497 512
498 513
499 [ $compiler == none && $runtime == vm && $mode == debug ] 514 [ $compiler == none && $runtime == vm && $mode == debug ]
500 LibTest/isolate/isolate_api/spawnFunction_A02_t01: Crash 515 LibTest/isolate/isolate_api/spawnFunction_A02_t01: Crash
501 516
502 [ $compiler == none && $arch == simarm ] 517 [ $compiler == none && $arch == simarm ]
503 *: Skip 518 *: Skip
504 519
505 [ $compiler == none && $arch == arm ] 520 [ $compiler == none && $arch == arm ]
506 *: Skip 521 *: Skip
OLDNEW
« no previous file with comments | « tests/co19/co19-dart2js.status ('k') | tests/corelib/const_list_literal_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698