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

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

Issue 8510066: Fix String.trim implementation (follow spec). (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: '' Created 9 years, 1 month 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-frog.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) 2011, the Dart project authors. Please see the AUTHORS file 1 # Copyright (c) 2011, 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 # Flaky tests, see http://code.google.com/p/co19/issues/detail?id=4 8 # Flaky tests, see http://code.google.com/p/co19/issues/detail?id=4
9 LibTest/core/StopWatch/elapsedInMs/StopWatch/elapsedInMs/A01/t01: Skip 9 LibTest/core/StopWatch/elapsedInMs/StopWatch/elapsedInMs/A01/t01: Skip
10 LibTest/core/StopWatch/elapsedInUs/StopWatch/elapsedInUs/A01/t01: Skip 10 LibTest/core/StopWatch/elapsedInUs/StopWatch/elapsedInUs/A01/t01: Skip
(...skipping 54 matching lines...) Expand 10 before | Expand all | Expand 10 after
65 LibTest/core/RegExp/firstMatch/Pattern_semantics/15.10.2.12_CharacterClassEscape /RegExp/firstMatch/CharacterClassEscape/A03/t01: Fail 65 LibTest/core/RegExp/firstMatch/Pattern_semantics/15.10.2.12_CharacterClassEscape /RegExp/firstMatch/CharacterClassEscape/A03/t01: Fail
66 LibTest/core/RegExp/firstMatch/Pattern_semantics/15.10.2.12_CharacterClassEscape /RegExp/firstMatch/CharacterClassEscape/A04/t01: Fail 66 LibTest/core/RegExp/firstMatch/Pattern_semantics/15.10.2.12_CharacterClassEscape /RegExp/firstMatch/CharacterClassEscape/A04/t01: Fail
67 LibTest/core/RegExp/firstMatch/Pattern_semantics/15.10.2.13_CharacterClass/RegEx p/firstMatch/CharacterClass/A01/t01: Fail 67 LibTest/core/RegExp/firstMatch/Pattern_semantics/15.10.2.13_CharacterClass/RegEx p/firstMatch/CharacterClass/A01/t01: Fail
68 LibTest/core/RegExp/firstMatch/Pattern_semantics/15.10.2.15_NonEmptyClassRanges/ RegExp/firstMatch/NonEmptyClassRanges/A01/t01: Fail 68 LibTest/core/RegExp/firstMatch/Pattern_semantics/15.10.2.15_NonEmptyClassRanges/ RegExp/firstMatch/NonEmptyClassRanges/A01/t01: Fail
69 LibTest/core/Set/filter/Set/filter/A01/t03: Fail # Issue co19 - 24 69 LibTest/core/Set/filter/Set/filter/A01/t03: Fail # Issue co19 - 24
70 LibTest/core/Set/forEach/Set/forEach/A01/t03: Fail # Issue co19 - 24 70 LibTest/core/Set/forEach/Set/forEach/A01/t03: Fail # Issue co19 - 24
71 LibTest/core/String/contains/String/contains/A02/t01: Fail # Issue co19 - 25 71 LibTest/core/String/contains/String/contains/A02/t01: Fail # Issue co19 - 25
72 LibTest/core/String/replaceAll/String/replaceAll/A01/t01: Fail # Issue 429 72 LibTest/core/String/replaceAll/String/replaceAll/A01/t01: Fail # Issue 429
73 LibTest/core/String/split/String/split/A01/t01: Fail # Issue 429 73 LibTest/core/String/split/String/split/A01/t01: Fail # Issue 429
74 LibTest/core/String/split/String/split/A01/t02: Fail # Issue 429 74 LibTest/core/String/split/String/split/A01/t02: Fail # Issue 429
75 LibTest/core/String/trim/String/trim/A01/t02: Fail # Issue co19 - 27
76 LibTest/core/String/operator\+/String/operator\+/A01/t03: Fail # Issue co19 - 2 0 75 LibTest/core/String/operator\+/String/operator\+/A01/t03: Fail # Issue co19 - 2 0
77 76
78 77
79 # New failures 78 # New failures
80 LangGuideTest/02_Language_Constructs/02_11_Exceptions/A08/t05: Fail # Issue 430 79 LangGuideTest/02_Language_Constructs/02_11_Exceptions/A08/t05: Fail # Issue 430
81 LangGuideTest/02_Language_Constructs/02_1_Class/02_1_Class_Construction/A08/t02: Fail # Issue co19 - 29 80 LangGuideTest/02_Language_Constructs/02_1_Class/02_1_Class_Construction/A08/t02: Fail # Issue co19 - 29
82 LangGuideTest/07_Overriding/A03/t01: Fail # Issue co19 - 28 81 LangGuideTest/07_Overriding/A03/t01: Fail # Issue co19 - 28
83 LangGuideTest/07_Overriding/A03/t02: Fail # Issue co19 - 28 82 LangGuideTest/07_Overriding/A03/t02: Fail # Issue co19 - 28
84 LibTest/core/Date/weekday/Date/weekday/A01/t02: Fail
85 LibTest/core/Queue/every/Queue/every/A01/t06: Fail
86 LibTest/core/Queue/filter/Queue/filter/A01/t06: Fail
87 LibTest/core/Queue/forEach/Queue/forEach/A01/t04: Fail
88 LibTest/core/Queue/some/Queue/some/A01/t06: Fail
89 LibTest/core/RegExp/firstMatch/Pattern_semantics/15.10.2.10_CharacterEscape/RegE xp/firstMatch/CharacterEscape/A06/t02: Fail 83 LibTest/core/RegExp/firstMatch/Pattern_semantics/15.10.2.10_CharacterEscape/RegE xp/firstMatch/CharacterEscape/A06/t02: Fail
90 LibTest/core/StringBuffer/isEmpty/StringBuffer/isEmpty/A01/t01: Fail
91 84
92 # List.fromList has been removed. 85 # List.fromList has been removed.
93 LibTest/core/List/List.fromList/*: Fail 86 LibTest/core/List/List.fromList/*: Fail # Issue co19 - 32
94 87
95 88
96 89
97 [ $component == vm && $unchecked ] 90 [ $component == vm && $unchecked ]
98 91
99 92
100 # New problems on 2011-11-01. 93 # New problems on 2011-11-01.
101 [ $component == vm && $mode == debug ] 94 [ $component == vm && $mode == debug ]
102 95
103 [ $component == vm && $mode == debug && $unchecked ] 96 [ $component == vm && $mode == debug && $unchecked ]
(...skipping 95 matching lines...) Expand 10 before | Expand all | Expand 10 after
199 LibTest/core/Queue/some/Queue/some/A01/t03: Fail 192 LibTest/core/Queue/some/Queue/some/A01/t03: Fail
200 LibTest/core/ReceivePort/toSendPort/ReceivePort/toSendPort/A02/t01: Fail 193 LibTest/core/ReceivePort/toSendPort/ReceivePort/toSendPort/A02/t01: Fail
201 LibTest/core/RegExp/firstMatch/Pattern_semantics/15.10.2.15_NonEmptyClassRanges/ RegExp/firstMatch/NonEmptyClassRanges/A01/t05: Fail 194 LibTest/core/RegExp/firstMatch/Pattern_semantics/15.10.2.15_NonEmptyClassRanges/ RegExp/firstMatch/NonEmptyClassRanges/A01/t05: Fail
202 LibTest/core/RegExp/firstMatch/Pattern_semantics/15.10.2.15_NonEmptyClassRanges/ RegExp/firstMatch/NonEmptyClassRanges/A01/t06: Fail 195 LibTest/core/RegExp/firstMatch/Pattern_semantics/15.10.2.15_NonEmptyClassRanges/ RegExp/firstMatch/NonEmptyClassRanges/A01/t06: Fail
203 LibTest/core/RegExp/firstMatch/RegExp/firstMatch/A01/t01: Fail 196 LibTest/core/RegExp/firstMatch/RegExp/firstMatch/A01/t01: Fail
204 LibTest/core/RegExp/hasMatch/RegExp/hasMatch/A01/t02: Fail 197 LibTest/core/RegExp/hasMatch/RegExp/hasMatch/A01/t02: Fail
205 LibTest/core/SendPort/send/SendPort/send/A03/t02: Fail 198 LibTest/core/SendPort/send/SendPort/send/A03/t02: Fail
206 LibTest/core/StopWatch/start/StopWatch/start/A01/t02: Fail 199 LibTest/core/StopWatch/start/StopWatch/start/A01/t02: Fail
207 LibTest/core/StopWatch/stop/StopWatch/stop/A01/t01: Fail 200 LibTest/core/StopWatch/stop/StopWatch/stop/A01/t01: Fail
208 LibTest/core/String/replaceFirst/String/replaceFirst/A01/t01: Fail 201 LibTest/core/String/replaceFirst/String/replaceFirst/A01/t01: Fail
209 LibTest/core/StringBuffer/add/StringBuffer/add/A02/t01: Fail
210 LibTest/core/TypeError/srcType/TypeError/srcType/A01/t01: Fail 202 LibTest/core/TypeError/srcType/TypeError/srcType/A01/t01: Fail
211 LibTest/core/double/isOdd/double/isOdd/A01/t02: Fail 203 LibTest/core/double/isOdd/double/isOdd/A01/t02: Fail
212 LibTest/core/double/operator%/double/operator%/A01/t06: Fail 204 LibTest/core/double/operator%/double/operator%/A01/t06: Fail
213 LibTest/core/double/operatorAddition/double/operatorAddition/A01/t02: Fail 205 LibTest/core/double/operatorAddition/double/operatorAddition/A01/t02: Fail
214 LibTest/core/double/operatorAddition/double/operatorAddition/A01/t07: Fail 206 LibTest/core/double/operatorAddition/double/operatorAddition/A01/t07: Fail
215 LibTest/core/double/operatorDivision/double/operatorDivision/A01/t02: Fail 207 LibTest/core/double/operatorDivision/double/operatorDivision/A01/t02: Fail
216 LibTest/core/double/operatorDivision/double/operatorDivision/A01/t03: Fail 208 LibTest/core/double/operatorDivision/double/operatorDivision/A01/t03: Fail
217 LibTest/core/double/operatorDivision/double/operatorDivision/A01/t07: Fail 209 LibTest/core/double/operatorDivision/double/operatorDivision/A01/t07: Fail
218 LibTest/core/double/operatorDivision/double/operatorDivision/A01/t08: Fail 210 LibTest/core/double/operatorDivision/double/operatorDivision/A01/t08: Fail
219 LibTest/core/double/operatorDivision/double/operatorDivision/A01/t11: Fail 211 LibTest/core/double/operatorDivision/double/operatorDivision/A01/t11: Fail
(...skipping 140 matching lines...) Expand 10 before | Expand all | Expand 10 after
360 [ $arch == x64 ] 352 [ $arch == x64 ]
361 *: Skip 353 *: Skip
362 354
363 355
364 [ $arch == simarm ] 356 [ $arch == simarm ]
365 *: Skip 357 *: Skip
366 358
367 359
368 [ $arch == arm ] 360 [ $arch == arm ]
369 *: Skip 361 *: Skip
OLDNEW
« no previous file with comments | « tests/co19/co19-frog.status ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698