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

Side by Side Diff: tests/co19/co19-compiler.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 | « runtime/lib/string_buffer.dart ('k') | tests/co19/co19-frog.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 # 7 #
8 # Problems specific to compiler in release build (--optimize) 8 # Problems specific to compiler in release build (--optimize)
9 # 9 #
10 [ $component == dartc && $mode == release ] 10 [ $component == dartc && $mode == release ]
(...skipping 231 matching lines...) Expand 10 before | Expand all | Expand 10 after
242 LibTest/core/Proxy/Proxy.forIsolate/Proxy/Proxy.forIsolate/A01/t01: Fail 242 LibTest/core/Proxy/Proxy.forIsolate/Proxy/Proxy.forIsolate/A01/t01: Fail
243 LibTest/core/Proxy/Proxy.forIsolateWithPromise/Proxy/Proxy.forIsolateWithPromise /A01/t01: Fail 243 LibTest/core/Proxy/Proxy.forIsolateWithPromise/Proxy/Proxy.forIsolateWithPromise /A01/t01: Fail
244 LibTest/core/Proxy/Proxy.forPort/Proxy/Proxy.forPort/A01/t01: Fail 244 LibTest/core/Proxy/Proxy.forPort/Proxy/Proxy.forPort/A01/t01: Fail
245 LibTest/core/Proxy/Proxy.forReply/Proxy/Proxy.forReply/A01/t01: Fail 245 LibTest/core/Proxy/Proxy.forReply/Proxy/Proxy.forReply/A01/t01: Fail
246 LibTest/core/Proxy/call/Proxy/call/A01/t01: Fail 246 LibTest/core/Proxy/call/Proxy/call/A01/t01: Fail
247 LibTest/core/Proxy/local/Proxy/local/A01/t01: Fail 247 LibTest/core/Proxy/local/Proxy/local/A01/t01: Fail
248 LibTest/core/Proxy/operator==/Proxy/operator==/A01/t01: Fail 248 LibTest/core/Proxy/operator==/Proxy/operator==/A01/t01: Fail
249 LibTest/core/Proxy/register/Proxy/register/A01/t01: Fail 249 LibTest/core/Proxy/register/Proxy/register/A01/t01: Fail
250 LibTest/core/Proxy/send/Proxy/send/A01/t01: Fail 250 LibTest/core/Proxy/send/Proxy/send/A01/t01: Fail
251 LibTest/core/Queue/every/Queue/every/A01/t03: Fail 251 LibTest/core/Queue/every/Queue/every/A01/t03: Fail
252 LibTest/core/Queue/every/Queue/every/A01/t06: Fail
253 LibTest/core/Queue/filter/Queue/filter/A01/t03: Fail 252 LibTest/core/Queue/filter/Queue/filter/A01/t03: Fail
254 LibTest/core/Queue/filter/Queue/filter/A01/t06: Fail
255 LibTest/core/Queue/forEach/Queue/forEach/A01/t03: Fail 253 LibTest/core/Queue/forEach/Queue/forEach/A01/t03: Fail
256 LibTest/core/Queue/forEach/Queue/forEach/A01/t04: Fail
257 LibTest/core/Queue/iterator_hasNext/Queue/iterator/hasNext/A01/t01: Skip # Timeo ut 254 LibTest/core/Queue/iterator_hasNext/Queue/iterator/hasNext/A01/t01: Skip # Timeo ut
258 LibTest/core/Queue/some/Queue/some/A01/t03: Fail 255 LibTest/core/Queue/some/Queue/some/A01/t03: Fail
259 LibTest/core/Queue/some/Queue/some/A01/t06: Fail
260 LibTest/core/ReceivePort/receive/ReceivePort/receive/A01/t02: Fail, Pass # Fail s for the wrong reason (open receive ports). 256 LibTest/core/ReceivePort/receive/ReceivePort/receive/A01/t02: Fail, Pass # Fail s for the wrong reason (open receive ports).
261 LibTest/core/ReceivePort/toSendPort/ReceivePort/toSendPort/A02/t01: Fail 257 LibTest/core/ReceivePort/toSendPort/ReceivePort/toSendPort/A02/t01: Fail
262 LibTest/core/RegExp/RegExp/RegExp/A01/t03: Fail 258 LibTest/core/RegExp/RegExp/RegExp/A01/t03: Fail
263 LibTest/core/RegExp/RegExp/RegExp/A01/t04: Fail 259 LibTest/core/RegExp/RegExp/RegExp/A01/t04: Fail
264 LibTest/core/RegExp/allMatches/RegExp/allMatches/A01/t01: Fail 260 LibTest/core/RegExp/allMatches/RegExp/allMatches/A01/t01: Fail
265 LibTest/core/RegExp/allMatches/RegExp/allMatches/A02/t01: Fail 261 LibTest/core/RegExp/allMatches/RegExp/allMatches/A02/t01: Fail
266 LibTest/core/RegExp/firstMatch/Pattern_semantics/15.10.2.03_Disjunction/RegExp/f irstMatch/Disjunction/A01/t01: Fail 262 LibTest/core/RegExp/firstMatch/Pattern_semantics/15.10.2.03_Disjunction/RegExp/f irstMatch/Disjunction/A01/t01: Fail
267 LibTest/core/RegExp/firstMatch/Pattern_semantics/15.10.2.05_Term/RegExp/firstMat ch/Term/A01/t01: Fail 263 LibTest/core/RegExp/firstMatch/Pattern_semantics/15.10.2.05_Term/RegExp/firstMat ch/Term/A01/t01: Fail
268 LibTest/core/RegExp/firstMatch/Pattern_semantics/15.10.2.05_Term/RegExp/firstMat ch/Term/A02/t01: Fail 264 LibTest/core/RegExp/firstMatch/Pattern_semantics/15.10.2.05_Term/RegExp/firstMat ch/Term/A02/t01: Fail
269 LibTest/core/RegExp/firstMatch/Pattern_semantics/15.10.2.05_Term/RegExp/firstMat ch/Term/A03/t01: Fail 265 LibTest/core/RegExp/firstMatch/Pattern_semantics/15.10.2.05_Term/RegExp/firstMat ch/Term/A03/t01: Fail
(...skipping 140 matching lines...) Expand 10 before | Expand all | Expand 10 after
410 406
411 [ $component == dartium ] 407 [ $component == dartium ]
412 *: Skip 408 *: Skip
413 409
414 410
415 [ $component == chromium ] 411 [ $component == chromium ]
416 *: Skip 412 *: Skip
417 413
418 [ $component == frogium ] 414 [ $component == frogium ]
419 *: Skip 415 *: Skip
OLDNEW
« no previous file with comments | « runtime/lib/string_buffer.dart ('k') | tests/co19/co19-frog.status » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698