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

Side by Side Diff: tests/co19/co19-frog.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-compiler.status ('k') | tests/co19/co19-runtime.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) 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 [ $component == frog || $component == frogsh || $component == leg ] 7 [ $component == frog || $component == frogsh || $component == leg ]
8 8
9 LangSpecTest/13_Types/13_4_Interface_Types/A12/t10: Fail 9 LangSpecTest/13_Types/13_4_Interface_Types/A12/t10: Fail
10 LangSpecTest/13_Types/13_4_Interface_Types/A12/t09: Fail 10 LangSpecTest/13_Types/13_4_Interface_Types/A12/t09: Fail
(...skipping 142 matching lines...) Expand 10 before | Expand all | Expand 10 after
153 LibTest/core/Date/toString/Date/toString/A02/t01: Fail 153 LibTest/core/Date/toString/Date/toString/A02/t01: Fail
154 LibTest/core/Date/weekday/Date/weekday/A01/t01: Fail 154 LibTest/core/Date/weekday/Date/weekday/A01/t01: Fail
155 LibTest/core/Date/Date.withTimeZone/Date/Date.withTimeZone/A01/t02: Fail 155 LibTest/core/Date/Date.withTimeZone/Date/Date.withTimeZone/A01/t02: Fail
156 LibTest/core/Date/Date.withTimeZone/Date/Date.withTimeZone/A01/t01: Fail 156 LibTest/core/Date/Date.withTimeZone/Date/Date.withTimeZone/A01/t01: Fail
157 LibTest/core/Date/year/Date/year/A01/t01: Fail 157 LibTest/core/Date/year/Date/year/A01/t01: Fail
158 LibTest/core/Date/value/Date/value/A01/t01: Fail 158 LibTest/core/Date/value/Date/value/A01/t01: Fail
159 LibTest/core/Dispatcher/Dispatcher_serve/A01/t01: Fail 159 LibTest/core/Dispatcher/Dispatcher_serve/A01/t01: Fail
160 LibTest/core/Dispatcher/Dispatcher_Dispatcher/A01/t01: Fail 160 LibTest/core/Dispatcher/Dispatcher_Dispatcher/A01/t01: Fail
161 LibTest/core/Queue/every/Queue/every/A01/t05: Fail 161 LibTest/core/Queue/every/Queue/every/A01/t05: Fail
162 LibTest/core/Queue/some/Queue/some/A01/t05: Fail 162 LibTest/core/Queue/some/Queue/some/A01/t05: Fail
163 LibTest/core/Queue/every/Queue/every/A01/t06: Fail
164 LibTest/core/Queue/some/Queue/some/A01/t06: Fail
165 LibTest/core/Queue/filter/Queue/filter/A01/t06: Fail
166 LibTest/core/Queue/filter/Queue/filter/A01/t05: Fail 163 LibTest/core/Queue/filter/Queue/filter/A01/t05: Fail
167 LibTest/core/Queue/forEach/Queue/forEach/A01/t04: Fail
168 LibTest/core/Queue/forEach/Queue/forEach/A01/t05: Fail 164 LibTest/core/Queue/forEach/Queue/forEach/A01/t05: Fail
169 LibTest/core/Queue/iterator/Queue/iterator/A01/t01: Fail 165 LibTest/core/Queue/iterator/Queue/iterator/A01/t01: Fail
170 LibTest/core/int/ceil/int/ceil/A01/t01: Fail 166 LibTest/core/int/ceil/int/ceil/A01/t01: Fail
171 LibTest/core/int/abs/int/abs/A01/t01: Fail 167 LibTest/core/int/abs/int/abs/A01/t01: Fail
172 LibTest/core/int/remainder/int/remainder/A01/t03: Fail 168 LibTest/core/int/remainder/int/remainder/A01/t03: Fail
173 LibTest/core/int/operator_LE/int/operator/LE/A01/t01: Fail 169 LibTest/core/int/operator_LE/int/operator/LE/A01/t01: Fail
174 LibTest/core/int/remainder/int/remainder/A01/t01: Fail 170 LibTest/core/int/remainder/int/remainder/A01/t01: Fail
175 LibTest/core/int/truncate/int/truncate/A01/t01: Fail 171 LibTest/core/int/truncate/int/truncate/A01/t01: Fail
176 LibTest/core/int/remainder/int/remainder/A01/t02: Fail 172 LibTest/core/int/remainder/int/remainder/A01/t02: Fail
177 LibTest/core/int/operator_negate/int/operator/negate/A01/t01: Fail 173 LibTest/core/int/operator_negate/int/operator/negate/A01/t01: Fail
(...skipping 403 matching lines...) Expand 10 before | Expand all | Expand 10 after
581 # The following tests fail due to renaming of StopWatch to Stopwatch. 577 # The following tests fail due to renaming of StopWatch to Stopwatch.
582 [ $component == frog || $component == frogsh || $component == leg ] 578 [ $component == frog || $component == frogsh || $component == leg ]
583 LibTest/core/StopWatch/StopWatch/StopWatch/A01/t01: Fail 579 LibTest/core/StopWatch/StopWatch/StopWatch/A01/t01: Fail
584 LibTest/core/StopWatch/start/StopWatch/start/A01/t01: Fail 580 LibTest/core/StopWatch/start/StopWatch/start/A01/t01: Fail
585 LibTest/core/StopWatch/start/StopWatch/start/A01/t02: Fail # Also broken test. 581 LibTest/core/StopWatch/start/StopWatch/start/A01/t02: Fail # Also broken test.
586 LibTest/core/StopWatch/start/StopWatch/start/A01/t03: Fail 582 LibTest/core/StopWatch/start/StopWatch/start/A01/t03: Fail
587 LibTest/core/StopWatch/elapsed/StopWatch/elapsed/A01/t01: Fail 583 LibTest/core/StopWatch/elapsed/StopWatch/elapsed/A01/t01: Fail
588 LibTest/core/StopWatch/elapsed/StopWatch/elapsed/A01/t02: Fail 584 LibTest/core/StopWatch/elapsed/StopWatch/elapsed/A01/t02: Fail
589 LibTest/core/StopWatch/elapsed/StopWatch/elapsed/A01/t03: Fail 585 LibTest/core/StopWatch/elapsed/StopWatch/elapsed/A01/t03: Fail
590 LibTest/core/StopWatch/frequency/StopWatch/frequency/A01/t01: Fail 586 LibTest/core/StopWatch/frequency/StopWatch/frequency/A01/t01: Fail
OLDNEW
« no previous file with comments | « tests/co19/co19-compiler.status ('k') | tests/co19/co19-runtime.status » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698