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

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

Issue 12317130: Remove deprecated IllegalJSRegExpException class. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 7 years, 10 months 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 [ $compiler == none && $runtime == vm && $checked ] 5 [ $compiler == none && $runtime == vm && $checked ]
6 LibTest/core/Strings/concatAll_A04_t01: Fail, OK # checks for ArgumentError. Typ eError is ok too. co19 issue 366 6 LibTest/core/Strings/concatAll_A04_t01: Fail, OK # checks for ArgumentError. Typ eError is ok too. co19 issue 366
7 LibTest/core/Strings/join_A04_t01: Fail, OK # checks for ArgumentError. TypeErro r is ok too. co19 issue 366 7 LibTest/core/Strings/join_A04_t01: Fail, OK # checks for ArgumentError. TypeErro r is ok too. co19 issue 366
8 8
9 [ $compiler == none && $runtime == vm ] 9 [ $compiler == none && $runtime == vm ]
10 Language/13_Libraries_and_Scripts/1_Imports_A02_t21: Crash # Dart issue 6060 10 Language/13_Libraries_and_Scripts/1_Imports_A02_t21: Crash # Dart issue 6060
(...skipping 491 matching lines...) Expand 10 before | Expand all | Expand 10 after
502 LibTest/core/Queue/removeFirst_A02_t01: Fail # Moved collection classes from cor e to collection. co19 issue 371. 502 LibTest/core/Queue/removeFirst_A02_t01: Fail # Moved collection classes from cor e to collection. co19 issue 371.
503 LibTest/core/Queue/removeLast_A01_t01: Fail # Moved collection classes from core to collection. co19 issue 371. 503 LibTest/core/Queue/removeLast_A01_t01: Fail # Moved collection classes from core to collection. co19 issue 371.
504 LibTest/core/Queue/removeLast_A02_t01: Fail # Moved collection classes from core to collection. co19 issue 371. 504 LibTest/core/Queue/removeLast_A02_t01: Fail # Moved collection classes from core to collection. co19 issue 371.
505 LibTest/core/Set/Set.from_A01_t01: Fail # Moved collection classes from core to collection. co19 issue 371. 505 LibTest/core/Set/Set.from_A01_t01: Fail # Moved collection classes from core to collection. co19 issue 371.
506 506
507 LibTest/core/Strings/join_A01_t01: Fail # Strings class has been removed. co19 i ssue 380 507 LibTest/core/Strings/join_A01_t01: Fail # Strings class has been removed. co19 i ssue 380
508 LibTest/core/Strings/join_A04_t01: Fail # Strings class has been removed. co19 i ssue 380 508 LibTest/core/Strings/join_A04_t01: Fail # Strings class has been removed. co19 i ssue 380
509 LibTest/core/Strings/concatAll_A01_t01: Fail # Strings class has been removed. c o19 issue 380 509 LibTest/core/Strings/concatAll_A01_t01: Fail # Strings class has been removed. c o19 issue 380
510 LibTest/core/Strings/concatAll_A04_t01: Fail # Strings class has been removed. c o19 issue 380 510 LibTest/core/Strings/concatAll_A04_t01: Fail # Strings class has been removed. c o19 issue 380
511 511
512 LibTest/core/RegExp/RegExp_A01_t03: Fail # IllegalJSRegExpException has been rem oved. co19 issue 375.
513 LibTest/core/RegExp/Pattern_semantics/firstMatch_NonEmptyClassRanges_A01_t03: Fa il # IllegalJSRegExpException has been removed. co19 issue 375.
514 LibTest/core/IllegalJSRegExpException/toString_A01_t01: Fail # IllegalJSRegExpEx ception has been removed. co19 issue 375.
515 LibTest/core/IllegalJSRegExpException/IllegalJSRegExpException_A01_t01: Fail # I llegalJSRegExpException has been removed. co19 issue 375.
516
512 # Doesn't expect null to be allowed in Set or Map keys (issue 377). 517 # Doesn't expect null to be allowed in Set or Map keys (issue 377).
513 LibTest/core/Map/containsKey_A01_t02: Fail 518 LibTest/core/Map/containsKey_A01_t02: Fail
514 LibTest/core/Map/operator_subscript_A01_t02: Fail 519 LibTest/core/Map/operator_subscript_A01_t02: Fail
515 LibTest/core/Map/operator_subscripted_assignment_A01_t02: Fail 520 LibTest/core/Map/operator_subscripted_assignment_A01_t02: Fail
516 LibTest/core/Map/remove_A01_t02: Fail 521 LibTest/core/Map/remove_A01_t02: Fail
517 LibTest/core/Set/add_A01_t02: Fail 522 LibTest/core/Set/add_A01_t02: Fail
518 LibTest/core/Set/addAll_A01_t02: Fail 523 LibTest/core/Set/addAll_A01_t02: Fail
519 LibTest/core/Set/contains_A01_t02: Fail 524 LibTest/core/Set/contains_A01_t02: Fail
520 LibTest/core/Set/containsAll_A01_t02: Fail 525 LibTest/core/Set/containsAll_A01_t02: Fail
521 LibTest/core/Set/intersection_A03_t01: Fail 526 LibTest/core/Set/intersection_A03_t01: Fail
(...skipping 23 matching lines...) Expand all
545 *: Skip 550 *: Skip
546 551
547 [ $compiler == none && $arch == arm ] 552 [ $compiler == none && $arch == arm ]
548 *: Skip 553 *: Skip
549 554
550 [ $compiler == none && $arch == simmips ] 555 [ $compiler == none && $arch == simmips ]
551 *: Skip 556 *: Skip
552 557
553 [ $compiler == none && $arch == mips ] 558 [ $compiler == none && $arch == mips ]
554 *: Skip 559 *: 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