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

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

Issue 11360224: Remove deprecated exception classes. (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 | « tests/co19/co19-dart2js.status ('k') | 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 either wrongly expect a compile-time error or wrongly reject a typ e error in production mode, co19 issue 282: 5 # These tests either wrongly expect a compile-time error or wrongly reject a typ e error in production mode, co19 issue 282:
6 [ $compiler == none && $runtime == vm ] 6 [ $compiler == none && $runtime == vm ]
7 Language/13_Libraries_and_Scripts/1_Imports_A03_t05: Fail, OK 7 Language/13_Libraries_and_Scripts/1_Imports_A03_t05: Fail, OK
8 Language/13_Libraries_and_Scripts/1_Imports_A03_t08: Fail, OK 8 Language/13_Libraries_and_Scripts/1_Imports_A03_t08: Fail, OK
9 Language/13_Libraries_and_Scripts/1_Imports_A03_t25: Fail, OK 9 Language/13_Libraries_and_Scripts/1_Imports_A03_t25: Fail, OK
10 Language/13_Libraries_and_Scripts/1_Imports_A03_t28: Fail, OK 10 Language/13_Libraries_and_Scripts/1_Imports_A03_t28: Fail, OK
(...skipping 268 matching lines...) Expand 10 before | Expand all | Expand 10 after
279 LibTest/core/RegExp/Pattern_semantics/firstMatch_Term_A03_t01: Fail 279 LibTest/core/RegExp/Pattern_semantics/firstMatch_Term_A03_t01: Fail
280 LibTest/core/RegExp/Pattern_semantics/firstMatch_Atom_A02_t01: Fail 280 LibTest/core/RegExp/Pattern_semantics/firstMatch_Atom_A02_t01: Fail
281 LibTest/core/RegExp/Pattern_semantics/firstMatch_DecimalEscape_A01_t02: Fail 281 LibTest/core/RegExp/Pattern_semantics/firstMatch_DecimalEscape_A01_t02: Fail
282 LibTest/core/RegExp/Pattern_semantics/firstMatch_CharacterClassEscape_A03_t01: F ail 282 LibTest/core/RegExp/Pattern_semantics/firstMatch_CharacterClassEscape_A03_t01: F ail
283 LibTest/core/RegExp/Pattern_semantics/firstMatch_CharacterClassEscape_A04_t01: F ail 283 LibTest/core/RegExp/Pattern_semantics/firstMatch_CharacterClassEscape_A04_t01: F ail
284 LibTest/core/RegExp/Pattern_semantics/firstMatch_NonEmptyClassRanges_A01_t01: Fa il 284 LibTest/core/RegExp/Pattern_semantics/firstMatch_NonEmptyClassRanges_A01_t01: Fa il
285 285
286 # New failures 286 # New failures
287 LibTest/core/RegExp/Pattern_semantics/firstMatch_CharacterEscape_A06_t02: Fail 287 LibTest/core/RegExp/Pattern_semantics/firstMatch_CharacterEscape_A06_t02: Fail
288 288
289 LibTest/core/NotImplementedException/NotImplementedException_A01_t01: Fail, OK # co19 issue 315
290 LibTest/core/NotImplementedException/toString_A01_t01: Fail, OK # co19 issue 315
291
292 LibTest/core/IndexOutOfRangeException/IndexOutOfRangeException_A01_t01: Fail, OK # co19 issue 290
293 LibTest/core/IndexOutOfRangeException/toString_A01_t01: Fail, OK # co19 issue 29 0
294 LibTest/core/List/getRange_A04_t01: Fail, OK # co19 issue 290
295 LibTest/core/List/insertRange_A06_t01: Fail, OK # co19 issue 290
296 LibTest/core/List/last_A02_t01: Fail, OK # co19 issue 290
297 LibTest/core/List/length_A05_t01: Fail, OK # co19 issue 290
298 LibTest/core/List/List_A01_t01: Fail, OK # co19 issue 290
299 LibTest/core/List/operator_subscript_A02_t01: Fail, OK # co19 issue 290
300 LibTest/core/List/operator_subscripted_assignment_A02_t01: Fail, OK # co19 issue 290
301 LibTest/core/List/removeLast_A01_t02: Fail, OK # co19 issue 290
302 LibTest/core/List/removeRange_A05_t01: Fail, OK # co19 issue 290
303 LibTest/core/List/setRange_A02_t01: Fail, OK # co19 issue 290
304 LibTest/core/List/setRange_A02_t02: Fail, OK # co19 issue 290
305 LibTest/core/List/setRange_A03_t01: Fail, OK # co19 issue 290
306 LibTest/core/List/setRange_A03_t02: Fail, OK # co19 issue 290
307 LibTest/core/Match/group_A02_t01: Fail, OK # co19 issue 290
308 LibTest/core/Match/groups_A02_t01: Fail, OK # co19 issue 290
309 LibTest/core/Match/operator_subscript_A02_t01: Fail, OK # co19 issue 290
310 LibTest/core/NotImplementedException/NotImplementedException_A01_t01: Fail, OK # co19 issue 290
311 LibTest/core/NotImplementedException/toString_A01_t01: Fail, OK # co19 issue 290
312 LibTest/core/String/charCodeAt_A02_t01: Fail, OK # co19 issue 290
313 LibTest/core/String/operator_subscript_A02_t01: Fail, OK # co19 issue 290
314 LibTest/core/String/substring_A02_t01: Fail, OK # co19 issue 290
315
316
289 [ $compiler == none && $runtime == vm ] 317 [ $compiler == none && $runtime == vm ]
290 LibTest/core/Date/Date.fromString_A03_t01: Fail # Issue co19 - 121 318 LibTest/core/Date/Date.fromString_A03_t01: Fail # Issue co19 - 121
291 LibTest/core/Match/operator_subscript_A01_t01: Fail 319 LibTest/core/Match/operator_subscript_A01_t01: Fail
292 LibTest/core/RegExp/Pattern_semantics/firstMatch_NonEmptyClassRanges_A01_t05: Fa il 320 LibTest/core/RegExp/Pattern_semantics/firstMatch_NonEmptyClassRanges_A01_t05: Fa il
293 LibTest/core/RegExp/Pattern_semantics/firstMatch_NonEmptyClassRanges_A01_t06: Fa il 321 LibTest/core/RegExp/Pattern_semantics/firstMatch_NonEmptyClassRanges_A01_t06: Fa il
294 LibTest/core/RegExp/firstMatch_A01_t01: Fail 322 LibTest/core/RegExp/firstMatch_A01_t01: Fail
295 LibTest/core/double/toRadixString_A01_t01: Fail # Issue 463 323 LibTest/core/double/toRadixString_A01_t01: Fail # Issue 463
296 LibTest/core/int/toRadixString_A01_t01: Fail # Issue 461 324 LibTest/core/int/toRadixString_A01_t01: Fail # Issue 461
297 325
298 [ $compiler == none && $runtime == vm ] 326 [ $compiler == none && $runtime == vm ]
(...skipping 121 matching lines...) Expand 10 before | Expand all | Expand 10 after
420 448
421 449
422 [ $compiler == none && $runtime == vm && $mode == debug ] 450 [ $compiler == none && $runtime == vm && $mode == debug ]
423 LibTest/isolate/isolate_api/spawnFunction_A02_t01: Crash 451 LibTest/isolate/isolate_api/spawnFunction_A02_t01: Crash
424 452
425 [ $compiler == none && $arch == simarm ] 453 [ $compiler == none && $arch == simarm ]
426 *: Skip 454 *: Skip
427 455
428 [ $compiler == none && $arch == arm ] 456 [ $compiler == none && $arch == arm ]
429 *: Skip 457 *: Skip
OLDNEW
« no previous file with comments | « tests/co19/co19-dart2js.status ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698