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

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

Issue 9689071: Implement regular expression support for split and replace{First,All}. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: update corelib.stat comment for StringSplitRegExpTest skip Created 8 years, 9 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 | « runtime/lib/string.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 5
6 [ $component == vm ] 6 [ $component == vm ]
7 Language/10_Expressions/01_Constants_A17_t03: Crash # issue 1681 (recursion in c ompile-time constant expression) 7 Language/10_Expressions/01_Constants_A17_t03: Crash # issue 1681 (recursion in c ompile-time constant expression)
8 8
9 9
10 Language/07_Classes/07_Classes_A01_t01: Fail # issue 1603 (abstract not supporte d for classes 10 Language/07_Classes/07_Classes_A01_t01: Fail # issue 1603 (abstract not supporte d for classes
(...skipping 54 matching lines...) Expand 10 before | Expand all | Expand 10 after
65 LibTest/core/ReceivePort/*: Skip # missing #import("dart:isolate") (co19 issue # 80) 65 LibTest/core/ReceivePort/*: Skip # missing #import("dart:isolate") (co19 issue # 80)
66 66
67 67
68 LibTest/core/RegExp/Pattern_semantics/firstMatch_Term_A03_t01: Fail 68 LibTest/core/RegExp/Pattern_semantics/firstMatch_Term_A03_t01: Fail
69 LibTest/core/RegExp/Pattern_semantics/firstMatch_Atom_A02_t01: Fail 69 LibTest/core/RegExp/Pattern_semantics/firstMatch_Atom_A02_t01: Fail
70 LibTest/core/RegExp/Pattern_semantics/firstMatch_DecimalEscape_A01_t02: Fail 70 LibTest/core/RegExp/Pattern_semantics/firstMatch_DecimalEscape_A01_t02: Fail
71 LibTest/core/RegExp/Pattern_semantics/firstMatch_CharacterClassEscape_A03_t01: F ail 71 LibTest/core/RegExp/Pattern_semantics/firstMatch_CharacterClassEscape_A03_t01: F ail
72 LibTest/core/RegExp/Pattern_semantics/firstMatch_CharacterClassEscape_A04_t01: F ail 72 LibTest/core/RegExp/Pattern_semantics/firstMatch_CharacterClassEscape_A04_t01: F ail
73 LibTest/core/RegExp/Pattern_semantics/firstMatch_NonEmptyClassRanges_A01_t01: Fa il 73 LibTest/core/RegExp/Pattern_semantics/firstMatch_NonEmptyClassRanges_A01_t01: Fa il
74 LibTest/core/String/contains/String_contains_A02_t01: Fail 74 LibTest/core/String/contains/String_contains_A02_t01: Fail
75 LibTest/core/String/replaceAll_A01_t01: Fail # Issue 429
76 LibTest/core/String/split_A01_t01: Fail # Issue 429
77 LibTest/core/String/split_A01_t02: Fail # Issue 429
78 75
79 # Obsolete use of 'factory' keyword fixed in newer co19 revisions. 76 # Obsolete use of 'factory' keyword fixed in newer co19 revisions.
80 77
81 # New failures 78 # New failures
82 LibTest/core/RegExp/Pattern_semantics/firstMatch_CharacterEscape_A06_t02: Fail 79 LibTest/core/RegExp/Pattern_semantics/firstMatch_CharacterEscape_A06_t02: Fail
83 80
84 [ $component == vm ] 81 [ $component == vm ]
85 LibTest/core/Date/Date.fromEpoch_A01_t02: Fail # Issue 445 82 LibTest/core/Date/Date.fromEpoch_A01_t02: Fail # Issue 445
86 LibTest/core/Date/Date.fromString_A01_t02: Fail # Issue co19 - 88 83 LibTest/core/Date/Date.fromString_A01_t02: Fail # Issue co19 - 88
87 LibTest/core/Date/Date.fromString_A01_t04: Fail # Issue co19 - 88 84 LibTest/core/Date/Date.fromString_A01_t04: Fail # Issue co19 - 88
88 LibTest/core/Date/Date_A01_t01: Fail # Issue 445 85 LibTest/core/Date/Date_A01_t01: Fail # Issue 445
89 LibTest/core/Date/toString_A02_t01: Fail # Issue co19 - 86. 86 LibTest/core/Date/toString_A02_t01: Fail # Issue co19 - 86.
90 LibTest/core/Expect/throws_A02_t01: Fail # Issue co19 - 42 87 LibTest/core/Expect/throws_A02_t01: Fail # Issue co19 - 42
91 LibTest/core/Match/operator_subscript_A01_t01: Fail 88 LibTest/core/Match/operator_subscript_A01_t01: Fail
92 LibTest/core/Match/pattern_A01_t01: Fail 89 LibTest/core/Match/pattern_A01_t01: Fail
93 LibTest/core/Math/pow_A01_t01: Fail # Issue co19 - 44 90 LibTest/core/Math/pow_A01_t01: Fail # Issue co19 - 44
94 LibTest/core/Math/pow_A11_t01: Fail # Issue 449 91 LibTest/core/Math/pow_A11_t01: Fail # Issue 449
95 LibTest/core/Math/pow_A13_t01: Fail # Issue 449 92 LibTest/core/Math/pow_A13_t01: Fail # Issue 449
96 LibTest/core/ReceivePort/toSendPort_A02_t01: Fail # Issue co19 - 51 93 LibTest/core/ReceivePort/toSendPort_A02_t01: Fail # Issue co19 - 51
97 LibTest/core/RegExp/Pattern_semantics/firstMatch_NonEmptyClassRanges_A01_t05: Fa il 94 LibTest/core/RegExp/Pattern_semantics/firstMatch_NonEmptyClassRanges_A01_t05: Fa il
98 LibTest/core/RegExp/Pattern_semantics/firstMatch_NonEmptyClassRanges_A01_t06: Fa il 95 LibTest/core/RegExp/Pattern_semantics/firstMatch_NonEmptyClassRanges_A01_t06: Fa il
99 LibTest/core/RegExp/firstMatch_A01_t01: Fail 96 LibTest/core/RegExp/firstMatch_A01_t01: Fail
100 LibTest/core/String/replaceFirst_A01_t01: Fail # Issue 429
101 LibTest/core/double/toRadixString_A01_t01: Fail # Issue 463 97 LibTest/core/double/toRadixString_A01_t01: Fail # Issue 463
102 LibTest/core/double/toStringAsExponential_A01_t01: Fail # Issue 463 98 LibTest/core/double/toStringAsExponential_A01_t01: Fail # Issue 463
103 LibTest/core/double/toStringAsPrecision_A01_t01: Fail # Issue 463 99 LibTest/core/double/toStringAsPrecision_A01_t01: Fail # Issue 463
104 LibTest/core/int/toRadixString_A01_t01: Fail # Issue 461 100 LibTest/core/int/toRadixString_A01_t01: Fail # Issue 461
105 LibTest/core/int/toStringAsExponential_A01_t01: Fail, Crash # Issue 460 101 LibTest/core/int/toStringAsExponential_A01_t01: Fail, Crash # Issue 460
106 LibTest/core/int/toStringAsFixed_A01_t01: Fail # Issue 460 102 LibTest/core/int/toStringAsFixed_A01_t01: Fail # Issue 460
107 LibTest/core/int/toStringAsPrecision_A01_t01: Fail, Crash # Issue 460 103 LibTest/core/int/toStringAsPrecision_A01_t01: Fail, Crash # Issue 460
108 104
109 [ $component == vm && $system == macos ] 105 [ $component == vm && $system == macos ]
110 LibTest/core/Math/acos_A01_t01: Fail # Issue co19 - 44 106 LibTest/core/Math/acos_A01_t01: Fail # Issue co19 - 44
(...skipping 129 matching lines...) Expand 10 before | Expand all | Expand 10 after
240 Language/13_Types/1_Static_Types_A02_t08: Fail 236 Language/13_Types/1_Static_Types_A02_t08: Fail
241 Language/13_Types/2_Dynamic_Type_System_A02_t01: Fail # # co19 issue 97 237 Language/13_Types/2_Dynamic_Type_System_A02_t01: Fail # # co19 issue 97
242 238
243 239
244 [ $arch == simarm ] 240 [ $arch == simarm ]
245 *: Skip 241 *: Skip
246 242
247 243
248 [ $arch == arm ] 244 [ $arch == arm ]
249 *: Skip 245 *: Skip
OLDNEW
« no previous file with comments | « runtime/lib/string.dart ('k') | tests/corelib/corelib.status » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698