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

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

Issue 9113043: Implement Double.{toString, toStringAsExponential, toStringAsPrecision} (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Address comment Created 8 years, 10 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
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 # Problems specific to running on Mac OS X 9 # Problems specific to running on Mac OS X
10 # 10 #
(...skipping 19 matching lines...) Expand all
30 LibTest/core/Math/parseInt/Math/parseInt/A01/t01: Fail 30 LibTest/core/Math/parseInt/Math/parseInt/A01/t01: Fail
31 LibTest/core/Queue/Queue.from/Queue/Queue.from/A01/t02: Fail # Issue 218 31 LibTest/core/Queue/Queue.from/Queue/Queue.from/A01/t02: Fail # Issue 218
32 LibTest/core/Set/add/Set/add/A01/t05: Fail # Bug 5392511 32 LibTest/core/Set/add/Set/add/A01/t05: Fail # Bug 5392511
33 LibTest/core/Set/addAll/Set/addAll/A01/t05: Fail # Bug 5392511 33 LibTest/core/Set/addAll/Set/addAll/A01/t05: Fail # Bug 5392511
34 LibTest/core/Set/contains/Set/contains/A01/t04: Fail # Bug 5392511 34 LibTest/core/Set/contains/Set/contains/A01/t04: Fail # Bug 5392511
35 LibTest/core/Set/containsAll/Set/containsAll/A01/t04: Fail # Bug 5392511 35 LibTest/core/Set/containsAll/Set/containsAll/A01/t04: Fail # Bug 5392511
36 LibTest/core/int/operator-/int/operator-/A01/t01: Fail 36 LibTest/core/int/operator-/int/operator-/A01/t01: Fail
37 LibTest/core/int/operator_div/int/operator/div/A01/t01: Fail 37 LibTest/core/int/operator_div/int/operator/div/A01/t01: Fail
38 LibTest/core/int/operator_~div/int/operator/~div/A01/t01: Fail 38 LibTest/core/int/operator_~div/int/operator/~div/A01/t01: Fail
39 LibTest/core/int/toInt/int/toInt/A01/t01: Fail 39 LibTest/core/int/toInt/int/toInt/A01/t01: Fail
40 LibTest/core/double/toStringAsFixed/double/toStringAsFixed/A01/t03: Pass # Test is out of date and this should fail.
40 41
41 # 42 #
42 # Tests that pass in release mode but fail in debug mode 43 # Tests that pass in release mode but fail in debug mode
43 # 44 #
44 [ $component == dartc && $mode == debug ] 45 [ $component == dartc && $mode == debug ]
45 46
46 LibTest/core/double/operatorDivision/double/operatorDivision/A01/t05: Fail 47 LibTest/core/double/operatorDivision/double/operatorDivision/A01/t05: Fail
47 LibTest/core/int/operator_l_shift/int/operator/l/shift/A01/t02: Fail 48 LibTest/core/int/operator_l_shift/int/operator/l/shift/A01/t02: Fail
48 LibTest/core/int/operator_l_shift/int/operator/l/shift/A01/t03: Fail 49 LibTest/core/int/operator_l_shift/int/operator/l/shift/A01/t03: Fail
49 LibTest/core/int/operator_r_shift/int/operator/r/shift/A01/t02: Fail 50 LibTest/core/int/operator_r_shift/int/operator/r/shift/A01/t02: Fail
50 LibTest/core/int/operator_r_shift/int/operator/r/shift/A01/t03: Fail 51 LibTest/core/int/operator_r_shift/int/operator/r/shift/A01/t03: Fail
52 LibTest/core/double/toStringAsFixed/double/toStringAsFixed/A01/t03: Fail # Test is out of date.
51 53
52 # 54 #
53 # Problems in both debug and release builds 55 # Problems in both debug and release builds
54 # 56 #
55 [ $component == dartc ] 57 [ $component == dartc ]
56 58
57 LangGuideTest/02_Language_Constructs/02_11_Exceptions/A04/t01: Fail 59 LangGuideTest/02_Language_Constructs/02_11_Exceptions/A04/t01: Fail
58 LangGuideTest/02_Language_Constructs/02_1_Class/02_1_Class_Const_Expressions/A04 /t01: Fail # Bug 5371670. 60 LangGuideTest/02_Language_Constructs/02_1_Class/02_1_Class_Const_Expressions/A04 /t01: Fail # Bug 5371670.
59 LangGuideTest/02_Language_Constructs/02_1_Class/02_1_Class_Construction/A10/t01: Fail # Bug 5371670. 61 LangGuideTest/02_Language_Constructs/02_1_Class/02_1_Class_Construction/A10/t01: Fail # Bug 5371670.
60 LangGuideTest/02_Language_Constructs/02_1_Class/A05/t01: Fail 62 LangGuideTest/02_Language_Constructs/02_1_Class/A05/t01: Fail
(...skipping 307 matching lines...) Expand 10 before | Expand all | Expand 10 after
368 370
369 [ $component == dartium ] 371 [ $component == dartium ]
370 *: Skip 372 *: Skip
371 373
372 374
373 [ $component == chromium ] 375 [ $component == chromium ]
374 *: Skip 376 *: Skip
375 377
376 [ $component == frogium ] 378 [ $component == frogium ]
377 *: Skip 379 *: Skip
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698