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

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

Issue 8510047: Fix dual-pivot sort. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Remove printing. 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 | « corelib/src/implementation/dual_pivot_quicksort.dart ('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 # 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 13 matching lines...) Expand all
24 LibTest/core/int/operator-/int/operator-/A01/t01: Fail 24 LibTest/core/int/operator-/int/operator-/A01/t01: Fail
25 LibTest/core/int/operator_div/int/operator/div/A01/t01: Fail 25 LibTest/core/int/operator_div/int/operator/div/A01/t01: Fail
26 LibTest/core/int/operator_~div/int/operator/~div/A01/t01: Fail 26 LibTest/core/int/operator_~div/int/operator/~div/A01/t01: Fail
27 LibTest/core/int/toInt/int/toInt/A01/t01: Fail 27 LibTest/core/int/toInt/int/toInt/A01/t01: Fail
28 28
29 # 29 #
30 # Tests that pass in release mode but fail in debug mode 30 # Tests that pass in release mode but fail in debug mode
31 # 31 #
32 [ $component == dartc && $mode == debug ] 32 [ $component == dartc && $mode == debug ]
33 33
34 LibTest/core/List/sort/List/sort/A01/t06: Fail
35 LibTest/core/double/operatorDivision/double/operatorDivision/A01/t05: Fail 34 LibTest/core/double/operatorDivision/double/operatorDivision/A01/t05: Fail
36 LibTest/core/int/operator_l_shift/int/operator/l/shift/A01/t02: Fail 35 LibTest/core/int/operator_l_shift/int/operator/l/shift/A01/t02: Fail
37 LibTest/core/int/operator_l_shift/int/operator/l/shift/A01/t03: Fail 36 LibTest/core/int/operator_l_shift/int/operator/l/shift/A01/t03: Fail
38 LibTest/core/int/operator_r_shift/int/operator/r/shift/A01/t02: Fail 37 LibTest/core/int/operator_r_shift/int/operator/r/shift/A01/t02: Fail
39 LibTest/core/int/operator_r_shift/int/operator/r/shift/A01/t03: Fail 38 LibTest/core/int/operator_r_shift/int/operator/r/shift/A01/t03: Fail
40 39
41 # 40 #
42 # Problems in both debug and release builds 41 # Problems in both debug and release builds
43 # 42 #
44 [ $component == dartc ] 43 [ $component == dartc ]
(...skipping 144 matching lines...) Expand 10 before | Expand all | Expand 10 after
189 LibTest/core/List/operator\[]/List/operator\[]/A01/t02: Fail 188 LibTest/core/List/operator\[]/List/operator\[]/A01/t02: Fail
190 LibTest/core/List/operator\[]/List/operator\[]/A02/t02: Fail 189 LibTest/core/List/operator\[]/List/operator\[]/A02/t02: Fail
191 LibTest/core/List/operator\[]/List/operator\[]/A03/t01: Fail 190 LibTest/core/List/operator\[]/List/operator\[]/A03/t01: Fail
192 LibTest/core/List/operator\[]/List/operator\[]/A04/t01: Fail 191 LibTest/core/List/operator\[]/List/operator\[]/A04/t01: Fail
193 LibTest/core/List/operator\[]=/List/operator\[]=/A02/t01: Fail 192 LibTest/core/List/operator\[]=/List/operator\[]=/A02/t01: Fail
194 LibTest/core/List/operator\[]=/List/operator\[]=/A03/t01: Fail 193 LibTest/core/List/operator\[]=/List/operator\[]=/A03/t01: Fail
195 LibTest/core/List/removeRange/List/removeRange/A01/t01: Fail 194 LibTest/core/List/removeRange/List/removeRange/A01/t01: Fail
196 LibTest/core/List/setRange/List/setRange/A01/t01: Fail 195 LibTest/core/List/setRange/List/setRange/A01/t01: Fail
197 LibTest/core/List/some/List/some/A01/t03: Fail 196 LibTest/core/List/some/List/some/A01/t03: Fail
198 LibTest/core/List/sort/List/sort/A01/t02: Fail 197 LibTest/core/List/sort/List/sort/A01/t02: Fail
199 LibTest/core/List/sort/List/sort/A01/t04: Fail
200 LibTest/core/List/sort/List/sort/A01/t05: Fail
201 LibTest/core/Map/forEach/Map/forEach/A01/t02: Fail 198 LibTest/core/Map/forEach/Map/forEach/A01/t02: Fail
202 LibTest/core/Map/putIfAbsent/Map/putIfAbsent/A01/t06: Fail 199 LibTest/core/Map/putIfAbsent/Map/putIfAbsent/A01/t06: Fail
203 LibTest/core/Map/putIfAbsent/Map/putIfAbsent/A01/t08: Fail 200 LibTest/core/Map/putIfAbsent/Map/putIfAbsent/A01/t08: Fail
204 LibTest/core/Match/group/Match/group/A01/t01: Fail 201 LibTest/core/Match/group/Match/group/A01/t01: Fail
205 LibTest/core/Match/group/Match/group/A02/t01: Fail 202 LibTest/core/Match/group/Match/group/A02/t01: Fail
206 LibTest/core/Match/groupCount/Match/groupCount/A01/t01: Fail 203 LibTest/core/Match/groupCount/Match/groupCount/A01/t01: Fail
207 LibTest/core/Match/groups/Match/groups/A01/t01: Fail 204 LibTest/core/Match/groups/Match/groups/A01/t01: Fail
208 LibTest/core/Match/groups/Match/groups/A02/t01: Fail 205 LibTest/core/Match/groups/Match/groups/A02/t01: Fail
209 LibTest/core/Match/operator\[]/Match/operator\[]/A01/t01: Fail 206 LibTest/core/Match/operator\[]/Match/operator\[]/A01/t01: Fail
210 LibTest/core/Match/operator\[]/Match/operator\[]/A02/t01: Fail 207 LibTest/core/Match/operator\[]/Match/operator\[]/A02/t01: Fail
(...skipping 192 matching lines...) Expand 10 before | Expand all | Expand 10 after
403 400
404 [ $component == dartium ] 401 [ $component == dartium ]
405 *: Skip 402 *: Skip
406 403
407 404
408 [ $component == chromium ] 405 [ $component == chromium ]
409 *: Skip 406 *: Skip
410 407
411 [ $component == frogium ] 408 [ $component == frogium ]
412 *: Skip 409 *: Skip
OLDNEW
« no previous file with comments | « corelib/src/implementation/dual_pivot_quicksort.dart ('k') | tests/co19/co19-runtime.status » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698