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

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

Issue 11365059: Temporarily reintroduce IndexOutOfRangeError matcher in unittests. (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Fixed test expectations now that we are 100% backwards compatible. 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 356 matching lines...) Expand 10 before | Expand all | Expand 10 after
367 LibTest/core/RegExp/Pattern_semantics/firstMatch_Term_A03_t01: Fail, OK # co19 i ssue 294 367 LibTest/core/RegExp/Pattern_semantics/firstMatch_Term_A03_t01: Fail, OK # co19 i ssue 294
368 368
369 LibTest/core/Queue/first_A02_t01: Fail, OK # co19 issue 291 369 LibTest/core/Queue/first_A02_t01: Fail, OK # co19 issue 291
370 LibTest/core/Queue/last_A02_t01: Fail, OK # co19 issue 291 370 LibTest/core/Queue/last_A02_t01: Fail, OK # co19 issue 291
371 371
372 Language/11_Expressions/07_Maps_A07_t03: Fail, OK # co19 issue 287 372 Language/11_Expressions/07_Maps_A07_t03: Fail, OK # co19 issue 287
373 Language/11_Expressions/07_Maps_A04_t02: Fail, OK # co19 issue 287 373 Language/11_Expressions/07_Maps_A04_t02: Fail, OK # co19 issue 287
374 374
375 LibTest/core/Map/getValues_A01_t02: Fail, OK # co19 issue 287 375 LibTest/core/Map/getValues_A01_t02: Fail, OK # co19 issue 287
376 376
377 LibTest/core/List/List_A01_t01: Fail, OK # co19 issue 290
378 LibTest/core/List/getRange_A04_t01: Fail, OK # co19 issue 290
379 LibTest/core/List/insertRange_A06_t01: Fail, OK # co19 issue 290
380 LibTest/core/List/last_A02_t01: Fail, OK # co19 issue 290
381 LibTest/core/List/length_A05_t01: Fail, OK # co19 issue 290
382 LibTest/core/List/operator_subscript_A02_t01: Fail, OK # co19 issue 290
383 LibTest/core/List/operator_subscripted_assignment_A02_t01: Fail, OK # co19 issue 290
384 LibTest/core/List/removeLast_A01_t02: Fail, OK # co19 issue 290
385 LibTest/core/List/removeRange_A05_t01: Fail, OK # co19 issue 290
386 LibTest/core/List/setRange_A02_t01: Fail, OK # co19 issue 290
387 LibTest/core/List/setRange_A02_t02: Fail, OK # co19 issue 290
388 LibTest/core/List/setRange_A03_t01: Fail, OK # co19 issue 290
389 LibTest/core/List/setRange_A03_t02: Fail, OK # co19 issue 290
390 LibTest/core/Match/group_A02_t01: Fail, OK # co19 issue 290
391 LibTest/core/Match/groups_A02_t01: Fail, OK # co19 issue 290
392 LibTest/core/Match/operator_subscript_A02_t01: Fail, OK # co19 issue 290
393 LibTest/core/String/charCodeAt_A02_t01: Fail, OK # co19 issue 290
394 LibTest/core/String/operator_subscript_A02_t01: Fail, OK # co19 issue 290
395 LibTest/core/String/substring_A02_t01: Fail, OK # co19 issue 290
396
397 [ $compiler == none && $runtime == vm ] 377 [ $compiler == none && $runtime == vm ]
398 LibTest/core/String/contains_A01_t03: Skip # Times out. 378 LibTest/core/String/contains_A01_t03: Skip # Times out.
399 379
400 LibTest/core/String/contains_A01_t02: Fail 380 LibTest/core/String/contains_A01_t02: Fail
401 381
402 382
403 [ $compiler == none && $runtime == vm && $arch == ia32 ] 383 [ $compiler == none && $runtime == vm && $arch == ia32 ]
404 LibTest/core/int/operator_left_shift_A01_t02: Fail # co19 issue 129 384 LibTest/core/int/operator_left_shift_A01_t02: Fail # co19 issue 129
405 385
406 386
(...skipping 42 matching lines...) Expand 10 before | Expand all | Expand 10 after
449 429
450 430
451 [ $compiler == none && $runtime == vm && $mode == debug ] 431 [ $compiler == none && $runtime == vm && $mode == debug ]
452 LibTest/isolate/isolate_api/spawnFunction_A02_t01: Crash 432 LibTest/isolate/isolate_api/spawnFunction_A02_t01: Crash
453 433
454 [ $compiler == none && $arch == simarm ] 434 [ $compiler == none && $arch == simarm ]
455 *: Skip 435 *: Skip
456 436
457 [ $compiler == none && $arch == arm ] 437 [ $compiler == none && $arch == arm ]
458 *: Skip 438 *: 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