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

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

Issue 9568011: Unify Date.fromString and support more Iso 8601. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Rebase. 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 | « tests/co19/co19-leg.status ('k') | tests/corelib/src/DateTimeTest.dart » ('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 prefix co19 5 prefix co19
6 6
7 7
8 8
9 [ $component == vm && $system == win32 ] 9 [ $component == vm && $system == win32 ]
10 Language/11_Statements/09_Try_A05_t03: Fail # TODO(vm-team): New failure, please triage. 10 Language/11_Statements/09_Try_A05_t03: Fail # TODO(vm-team): New failure, please triage.
(...skipping 79 matching lines...) Expand 10 before | Expand all | Expand 10 after
90 LibTest/core/String/split_A01_t01: Fail # Issue 429 90 LibTest/core/String/split_A01_t01: Fail # Issue 429
91 LibTest/core/String/split_A01_t02: Fail # Issue 429 91 LibTest/core/String/split_A01_t02: Fail # Issue 429
92 92
93 # Obsolete use of 'factory' keyword fixed in newer co19 revisions. 93 # Obsolete use of 'factory' keyword fixed in newer co19 revisions.
94 94
95 # New failures 95 # New failures
96 LibTest/core/RegExp/Pattern_semantics/firstMatch_CharacterEscape_A06_t02: Fail 96 LibTest/core/RegExp/Pattern_semantics/firstMatch_CharacterEscape_A06_t02: Fail
97 97
98 [ $component == vm ] 98 [ $component == vm ]
99 LibTest/core/Date/Date.fromEpoch_A01_t02: Fail # Issue 445 99 LibTest/core/Date/Date.fromEpoch_A01_t02: Fail # Issue 445
100 LibTest/core/Date/Date.fromString_A01_t02: Fail # Issue co19 - 88
101 LibTest/core/Date/Date.fromString_A01_t04: Fail # Issue co19 - 88
100 LibTest/core/Date/Date_A01_t01: Fail # Issue 445 102 LibTest/core/Date/Date_A01_t01: Fail # Issue 445
103 LibTest/core/Date/toString_A02_t01: Fail # Issue co19 - 86.
101 LibTest/core/Expect/throws_A02_t01: Fail # Issue co19 - 42 104 LibTest/core/Expect/throws_A02_t01: Fail # Issue co19 - 42
102 LibTest/core/Match/operator_subscript_A01_t01: Fail 105 LibTest/core/Match/operator_subscript_A01_t01: Fail
103 LibTest/core/Match/pattern_A01_t01: Fail 106 LibTest/core/Match/pattern_A01_t01: Fail
104 LibTest/core/Math/pow_A01_t01: Fail # Issue co19 - 44 107 LibTest/core/Math/pow_A01_t01: Fail # Issue co19 - 44
105 LibTest/core/Math/pow_A11_t01: Fail # Issue 449 108 LibTest/core/Math/pow_A11_t01: Fail # Issue 449
106 LibTest/core/Math/pow_A13_t01: Fail # Issue 449 109 LibTest/core/Math/pow_A13_t01: Fail # Issue 449
107 LibTest/core/ReceivePort/toSendPort_A02_t01: Fail # Issue co19 - 51 110 LibTest/core/ReceivePort/toSendPort_A02_t01: Fail # Issue co19 - 51
108 LibTest/core/RegExp/Pattern_semantics/firstMatch_NonEmptyClassRanges_A01_t05: Fa il 111 LibTest/core/RegExp/Pattern_semantics/firstMatch_NonEmptyClassRanges_A01_t05: Fa il
109 LibTest/core/RegExp/Pattern_semantics/firstMatch_NonEmptyClassRanges_A01_t06: Fa il 112 LibTest/core/RegExp/Pattern_semantics/firstMatch_NonEmptyClassRanges_A01_t06: Fa il
110 LibTest/core/RegExp/firstMatch_A01_t01: Fail 113 LibTest/core/RegExp/firstMatch_A01_t01: Fail
(...skipping 145 matching lines...) Expand 10 before | Expand all | Expand 10 after
256 Language/13_Types/8_Parameterized_Types_A01_t03: Fail 259 Language/13_Types/8_Parameterized_Types_A01_t03: Fail
257 Language/13_Types/8_Parameterized_Types_A01_t04: Fail 260 Language/13_Types/8_Parameterized_Types_A01_t04: Fail
258 261
259 262
260 [ $arch == simarm ] 263 [ $arch == simarm ]
261 *: Skip 264 *: Skip
262 265
263 266
264 [ $arch == arm ] 267 [ $arch == arm ]
265 *: Skip 268 *: Skip
OLDNEW
« no previous file with comments | « tests/co19/co19-leg.status ('k') | tests/corelib/src/DateTimeTest.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698