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

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

Issue 9113043: Implement Double.{toString, toStringAsExponential, toStringAsPrecision} (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Updated status files. Created 8 years, 9 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
« no previous file with comments | « tests/co19/co19-leg.status ('k') | tests/language/language.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) 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 [ $component == vm ] 9 [ $component == vm ]
10 10
(...skipping 36 matching lines...) Expand 10 before | Expand all | Expand 10 after
47 LibTest/core/Match/pattern_A01_t01: Fail 47 LibTest/core/Match/pattern_A01_t01: Fail
48 LibTest/core/Math/pow_A01_t01: Fail # Issue co19 - 44 48 LibTest/core/Math/pow_A01_t01: Fail # Issue co19 - 44
49 LibTest/core/Math/pow_A11_t01: Fail # Issue 449 49 LibTest/core/Math/pow_A11_t01: Fail # Issue 449
50 LibTest/core/Math/pow_A13_t01: Fail # Issue 449 50 LibTest/core/Math/pow_A13_t01: Fail # Issue 449
51 LibTest/core/ReceivePort/toSendPort_A02_t01: Fail # Issue co19 - 51 51 LibTest/core/ReceivePort/toSendPort_A02_t01: Fail # Issue co19 - 51
52 LibTest/core/RegExp/Pattern_semantics/firstMatch_NonEmptyClassRanges_A01_t05: Fa il 52 LibTest/core/RegExp/Pattern_semantics/firstMatch_NonEmptyClassRanges_A01_t05: Fa il
53 LibTest/core/RegExp/Pattern_semantics/firstMatch_NonEmptyClassRanges_A01_t06: Fa il 53 LibTest/core/RegExp/Pattern_semantics/firstMatch_NonEmptyClassRanges_A01_t06: Fa il
54 LibTest/core/RegExp/firstMatch_A01_t01: Fail 54 LibTest/core/RegExp/firstMatch_A01_t01: Fail
55 LibTest/core/String/replaceFirst_A01_t01: Fail # Issue 429 55 LibTest/core/String/replaceFirst_A01_t01: Fail # Issue 429
56 LibTest/core/double/toRadixString_A01_t01: Fail # Issue 463 56 LibTest/core/double/toRadixString_A01_t01: Fail # Issue 463
57 LibTest/core/double/toStringAsFixed_A01_t03: Fail # Test is out of date.
57 LibTest/core/double/toStringAsExponential_A01_t01: Fail # Issue 463 58 LibTest/core/double/toStringAsExponential_A01_t01: Fail # Issue 463
58 LibTest/core/double/toStringAsPrecision_A01_t01: Fail # Issue 463 59 LibTest/core/double/toStringAsPrecision_A01_t01: Fail # Issue 463
59 LibTest/core/int/toRadixString_A01_t01: Fail # Issue 461 60 LibTest/core/int/toRadixString_A01_t01: Fail # Issue 461
60 LibTest/core/int/toStringAsExponential_A01_t01: Fail, Crash # Issue 460 61 LibTest/core/int/toStringAsExponential_A01_t01: Fail, Crash # Issue 460
61 LibTest/core/int/toStringAsFixed_A01_t01: Fail # Issue 460 62 LibTest/core/int/toStringAsFixed_A01_t01: Fail # Issue 460
62 LibTest/core/int/toStringAsPrecision_A01_t01: Fail, Crash # Issue 460 63 LibTest/core/int/toStringAsPrecision_A01_t01: Fail, Crash # Issue 460
63 64
64 [ $component == vm && $system == macos ] 65 [ $component == vm && $system == macos ]
65 LibTest/core/Math/acos_A01_t01: Fail # Issue co19 - 44 66 LibTest/core/Math/acos_A01_t01: Fail # Issue co19 - 44
66 LibTest/core/Math/asin_A01_t01: Fail # Issue co19 - 44 67 LibTest/core/Math/asin_A01_t01: Fail # Issue co19 - 44
(...skipping 128 matching lines...) Expand 10 before | Expand all | Expand 10 after
195 Language/13_Types/8_Parameterized_Types_A01_t03: Fail 196 Language/13_Types/8_Parameterized_Types_A01_t03: Fail
196 Language/13_Types/8_Parameterized_Types_A01_t04: Fail 197 Language/13_Types/8_Parameterized_Types_A01_t04: Fail
197 198
198 199
199 [ $arch == simarm ] 200 [ $arch == simarm ]
200 *: Skip 201 *: Skip
201 202
202 203
203 [ $arch == arm ] 204 [ $arch == arm ]
204 *: Skip 205 *: Skip
OLDNEW
« no previous file with comments | « tests/co19/co19-leg.status ('k') | tests/language/language.status » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698