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

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

Issue 10386104: Implement a getter for pattern to complete the Match interface. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 8 years, 7 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/regexp.dart ('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 5
6 [ $runtime == vm ] 6 [ $runtime == 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 Language/10_Expressions/01_Constants_A16_t02: Crash, Pass # Should result in OOM 8 Language/10_Expressions/01_Constants_A16_t02: Crash, Pass # Should result in OOM
9 9
10 Language/07_Classes/1_Instance_Methods/2_Operators_A01_t01: Fail # issue 1604 (c all operator not implemented) 10 Language/07_Classes/1_Instance_Methods/2_Operators_A01_t01: Fail # issue 1604 (c all operator not implemented)
(...skipping 67 matching lines...) Expand 10 before | Expand all | Expand 10 after
78 78
79 # New failures 79 # New failures
80 LibTest/core/RegExp/Pattern_semantics/firstMatch_CharacterEscape_A06_t02: Fail 80 LibTest/core/RegExp/Pattern_semantics/firstMatch_CharacterEscape_A06_t02: Fail
81 81
82 [ $runtime == vm ] 82 [ $runtime == vm ]
83 LibTest/core/Date/Date.fromEpoch_A01_t02: Fail # Issue 445 83 LibTest/core/Date/Date.fromEpoch_A01_t02: Fail # Issue 445
84 LibTest/core/Date/Date_A01_t01: Fail # Issue 445 84 LibTest/core/Date/Date_A01_t01: Fail # Issue 445
85 LibTest/core/Expect/throws_A01_t04: Fail # Issue co19 - 119 85 LibTest/core/Expect/throws_A01_t04: Fail # Issue co19 - 119
86 LibTest/core/Expect/throws_A02_t01: Fail # Issue co19 - 42 86 LibTest/core/Expect/throws_A02_t01: Fail # Issue co19 - 42
87 LibTest/core/Match/operator_subscript_A01_t01: Fail 87 LibTest/core/Match/operator_subscript_A01_t01: Fail
88 LibTest/core/Match/pattern_A01_t01: Fail
89 LibTest/core/Math/pow_A01_t01: Fail # Issue co19 - 44 88 LibTest/core/Math/pow_A01_t01: Fail # Issue co19 - 44
90 LibTest/core/Math/pow_A11_t01: Fail # Issue 449 89 LibTest/core/Math/pow_A11_t01: Fail # Issue 449
91 LibTest/core/Math/pow_A13_t01: Fail # Issue 449 90 LibTest/core/Math/pow_A13_t01: Fail # Issue 449
92 LibTest/core/RegExp/Pattern_semantics/firstMatch_NonEmptyClassRanges_A01_t05: Fa il 91 LibTest/core/RegExp/Pattern_semantics/firstMatch_NonEmptyClassRanges_A01_t05: Fa il
93 LibTest/core/RegExp/Pattern_semantics/firstMatch_NonEmptyClassRanges_A01_t06: Fa il 92 LibTest/core/RegExp/Pattern_semantics/firstMatch_NonEmptyClassRanges_A01_t06: Fa il
94 LibTest/core/RegExp/firstMatch_A01_t01: Fail 93 LibTest/core/RegExp/firstMatch_A01_t01: Fail
95 LibTest/core/double/toRadixString_A01_t01: Fail # Issue 463 94 LibTest/core/double/toRadixString_A01_t01: Fail # Issue 463
96 LibTest/core/double/toStringAsExponential_A01_t01: Fail, Ok # Unimplemented test stub. 95 LibTest/core/double/toStringAsExponential_A01_t01: Fail, Ok # Unimplemented test stub.
97 LibTest/core/double/toStringAsPrecision_A01_t01: Fail, Ok # Unimplemented test s tub. 96 LibTest/core/double/toStringAsPrecision_A01_t01: Fail, Ok # Unimplemented test s tub.
98 LibTest/core/int/toRadixString_A01_t01: Fail # Issue 461 97 LibTest/core/int/toRadixString_A01_t01: Fail # Issue 461
(...skipping 143 matching lines...) Expand 10 before | Expand all | Expand 10 after
242 Language/13_Types/1_Static_Types_A02_t08: Fail 241 Language/13_Types/1_Static_Types_A02_t08: Fail
243 Language/13_Types/2_Dynamic_Type_System_A02_t01: Fail # # co19 issue 97 242 Language/13_Types/2_Dynamic_Type_System_A02_t01: Fail # # co19 issue 97
244 243
245 244
246 [ $arch == simarm ] 245 [ $arch == simarm ]
247 *: Skip 246 *: Skip
248 247
249 248
250 [ $arch == arm ] 249 [ $arch == arm ]
251 *: Skip 250 *: Skip
OLDNEW
« no previous file with comments | « runtime/lib/regexp.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698