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

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

Issue 12310103: Small cleanups in RegExp to avoid generating lots of code just because there is a try/catch in our … (Closed) Base URL: http://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 | « sdk/lib/core/regexp.dart ('k') | tests/corelib/corelib.status » ('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 # Crashes first, please. Then untriaged bugs. There is a section below 5 # Crashes first, please. Then untriaged bugs. There is a section below
6 # for co19 bugs. 6 # for co19 bugs.
7 [ $compiler == dart2js ] 7 [ $compiler == dart2js ]
8 Language/03_Overview/1_Scoping_A02_t05: Fail # TODO(ahe): Please triage this fai lure. 8 Language/03_Overview/1_Scoping_A02_t05: Fail # TODO(ahe): Please triage this fai lure.
9 Language/03_Overview/1_Scoping_A02_t06: Fail # TODO(ahe): Please triage this fai lure. 9 Language/03_Overview/1_Scoping_A02_t06: Fail # TODO(ahe): Please triage this fai lure.
10 Language/05_Variables/05_Variables_A05_t04: Fail # TODO(ahe): Please triage this failure. 10 Language/05_Variables/05_Variables_A05_t04: Fail # TODO(ahe): Please triage this failure.
(...skipping 575 matching lines...) Expand 10 before | Expand all | Expand 10 after
586 LibTest/core/RegExp/Pattern_semantics/firstMatch_CharacterClassEscape_A03_t01: F ail, Pass # issue 3333 586 LibTest/core/RegExp/Pattern_semantics/firstMatch_CharacterClassEscape_A03_t01: F ail, Pass # issue 3333
587 587
588 Language/11_Expressions/03_Numbers_A01_t06: Fail, OK # Requires bigint. 588 Language/11_Expressions/03_Numbers_A01_t06: Fail, OK # Requires bigint.
589 Language/11_Expressions/03_Numbers_A01_t09: Fail, OK # Requires bigint. 589 Language/11_Expressions/03_Numbers_A01_t09: Fail, OK # Requires bigint.
590 LibTest/core/Date/Date_A01_t03: Fail, OK # co19 issue 180 590 LibTest/core/Date/Date_A01_t03: Fail, OK # co19 issue 180
591 LibTest/core/Date/year_A01_t01: Fail, OK # Requires big int. 591 LibTest/core/Date/year_A01_t01: Fail, OK # Requires big int.
592 LibTest/core/Match/pattern_A01_t01: Fail, OK # Bad test, allMatches return an It erable. 592 LibTest/core/Match/pattern_A01_t01: Fail, OK # Bad test, allMatches return an It erable.
593 LibTest/core/Match/str_A01_t01: Fail, OK # Bad test, allMatches return an Iterab le. 593 LibTest/core/Match/str_A01_t01: Fail, OK # Bad test, allMatches return an Iterab le.
594 LibTest/core/RegExp/Pattern_semantics/firstMatch_NonEmptyClassRanges_A01_t01: Fa il, OK # This is not rejected by V8. 594 LibTest/core/RegExp/Pattern_semantics/firstMatch_NonEmptyClassRanges_A01_t01: Fa il, OK # This is not rejected by V8.
595 LibTest/core/RegExp/Pattern_semantics/firstMatch_Term_A04_t01: Fail, OK # co19 i ssue 92. 595 LibTest/core/RegExp/Pattern_semantics/firstMatch_Term_A04_t01: Fail, OK # co19 i ssue 92.
596 LibTest/core/RegExp/RegExp_A01_t03: Fail, OK # Expects exception from const cons tructor.
597 LibTest/core/RegExp/RegExp_A01_t04: Fail, OK # Expects exception from const cons tructor.
598 LibTest/core/RegExp/allMatches_A01_t01: Fail, OK # Bad test, allMatches return an Iterable. 596 LibTest/core/RegExp/allMatches_A01_t01: Fail, OK # Bad test, allMatches return an Iterable.
599 LibTest/core/RegExp/firstMatch_A01_t01: Fail, OK # Bad test, use Match.regexp, n ot Match.pattern. 597 LibTest/core/RegExp/firstMatch_A01_t01: Fail, OK # Bad test, use Match.regexp, n ot Match.pattern.
600 LibTest/core/double/toRadixString_A01_t01: Fail, OK # Unimplemented test stub. 598 LibTest/core/double/toRadixString_A01_t01: Fail, OK # Unimplemented test stub.
601 LibTest/core/int/compareTo_A01_t01: Fail, OK # Requires big int. 599 LibTest/core/int/compareTo_A01_t01: Fail, OK # Requires big int.
602 LibTest/core/int/hashCode_A01_t01: Fail, OK # co19 testing missing assertion. 600 LibTest/core/int/hashCode_A01_t01: Fail, OK # co19 testing missing assertion.
603 LibTest/core/int/isEven_A01_t01: Fail, OK # Not in API. 601 LibTest/core/int/isEven_A01_t01: Fail, OK # Not in API.
604 LibTest/core/int/isOdd_A01_t01: Fail, OK # Not in API. 602 LibTest/core/int/isOdd_A01_t01: Fail, OK # Not in API.
605 LibTest/core/int/operator_left_shift_A01_t01: Fail, OK # Requires big int. 603 LibTest/core/int/operator_left_shift_A01_t01: Fail, OK # Requires big int.
606 LibTest/core/int/operator_remainder_A01_t03: Fail, OK # Leg only has double. 604 LibTest/core/int/operator_remainder_A01_t03: Fail, OK # Leg only has double.
607 LibTest/core/int/operator_truncating_division_A01_t01: Fail, Pass # Requires big int unless type inference fools us. 605 LibTest/core/int/operator_truncating_division_A01_t01: Fail, Pass # Requires big int unless type inference fools us.
(...skipping 180 matching lines...) Expand 10 before | Expand all | Expand 10 after
788 786
789 # Doesn't expect concurrent modification error (issue 376). 787 # Doesn't expect concurrent modification error (issue 376).
790 LibTest/core/Map/forEach_A01_t07: Fail 788 LibTest/core/Map/forEach_A01_t07: Fail
791 789
792 # Deprecated string members removed (issue 382). 790 # Deprecated string members removed (issue 382).
793 LibTest/core/String/charCodes_A01_t01: Fail 791 LibTest/core/String/charCodes_A01_t01: Fail
794 LibTest/core/String/charCodeAt_A02_t01: Fail 792 LibTest/core/String/charCodeAt_A02_t01: Fail
795 LibTest/core/String/charCodeAt_A03_t01: Fail 793 LibTest/core/String/charCodeAt_A03_t01: Fail
796 LibTest/core/String/charCodeAt_A01_t01: Fail 794 LibTest/core/String/charCodeAt_A01_t01: Fail
797 LibTest/core/String/splitChars_A01_t01: Fail 795 LibTest/core/String/splitChars_A01_t01: Fail
OLDNEW
« no previous file with comments | « sdk/lib/core/regexp.dart ('k') | tests/corelib/corelib.status » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698