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

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: Don't use NULL and rebase. 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 LibTest/core/Proxy/Proxy.forIsolate_A01_t01: Skip # Issue co19 - 16 8 LibTest/core/Proxy/Proxy.forIsolate_A01_t01: Skip # Issue co19 - 16
9 LibTest/core/Proxy/Proxy.forIsolateWithPromise_A01_t01: Skip # Issue co19 - 16 9 LibTest/core/Proxy/Proxy.forIsolateWithPromise_A01_t01: Skip # Issue co19 - 16
10 10
(...skipping 52 matching lines...) Expand 10 before | Expand all | Expand 10 after
63 LibTest/core/Proxy/operator_equality_A01_t01: Fail # Issue co19 - 51 63 LibTest/core/Proxy/operator_equality_A01_t01: Fail # Issue co19 - 51
64 LibTest/core/Proxy/register_A01_t01: Fail # Issue co19 - 51 64 LibTest/core/Proxy/register_A01_t01: Fail # Issue co19 - 51
65 LibTest/core/Proxy/send_A01_t01: Fail # Issue co19 - 51 65 LibTest/core/Proxy/send_A01_t01: Fail # Issue co19 - 51
66 LibTest/core/ReceivePort/toSendPort_A02_t01: Fail # Issue co19 - 51 66 LibTest/core/ReceivePort/toSendPort_A02_t01: Fail # Issue co19 - 51
67 LibTest/core/RegExp/Pattern_semantics/firstMatch_NonEmptyClassRanges_A01_t05: Fa il 67 LibTest/core/RegExp/Pattern_semantics/firstMatch_NonEmptyClassRanges_A01_t05: Fa il
68 LibTest/core/RegExp/Pattern_semantics/firstMatch_NonEmptyClassRanges_A01_t06: Fa il 68 LibTest/core/RegExp/Pattern_semantics/firstMatch_NonEmptyClassRanges_A01_t06: Fa il
69 LibTest/core/RegExp/firstMatch_A01_t01: Fail 69 LibTest/core/RegExp/firstMatch_A01_t01: Fail
70 LibTest/core/RegExp/hasMatch_A01_t02: Fail 70 LibTest/core/RegExp/hasMatch_A01_t02: Fail
71 LibTest/core/String/replaceFirst_A01_t01: Fail # Issue 429 71 LibTest/core/String/replaceFirst_A01_t01: Fail # Issue 429
72 LibTest/core/double/toRadixString_A01_t01: Fail # Issue 463 72 LibTest/core/double/toRadixString_A01_t01: Fail # Issue 463
73 LibTest/core/double/toStringAsFixed_A01_t03: Fail # Test is out of date.
73 LibTest/core/double/toStringAsExponential_A01_t01: Fail # Issue 463 74 LibTest/core/double/toStringAsExponential_A01_t01: Fail # Issue 463
74 LibTest/core/double/toStringAsPrecision_A01_t01: Fail # Issue 463 75 LibTest/core/double/toStringAsPrecision_A01_t01: Fail # Issue 463
75 LibTest/core/int/toRadixString_A01_t01: Fail # Issue 461 76 LibTest/core/int/toRadixString_A01_t01: Fail # Issue 461
76 LibTest/core/int/toStringAsExponential_A01_t01: Fail # Issue 460 77 LibTest/core/int/toStringAsExponential_A01_t01: Fail # Issue 460
77 LibTest/core/int/toStringAsFixed_A01_t01: Fail # Issue 460 78 LibTest/core/int/toStringAsFixed_A01_t01: Fail # Issue 460
78 LibTest/core/int/toStringAsPrecision_A01_t01: Fail # Issue 460 79 LibTest/core/int/toStringAsPrecision_A01_t01: Fail # Issue 460
79 80
80 [ $component == vm && $system == macos ] 81 [ $component == vm && $system == macos ]
81 LibTest/core/Math/acos_A01_t01: Fail # Issue co19 - 44 82 LibTest/core/Math/acos_A01_t01: Fail # Issue co19 - 44
82 LibTest/core/Math/asin_A01_t01: Fail # Issue co19 - 44 83 LibTest/core/Math/asin_A01_t01: Fail # Issue co19 - 44
(...skipping 166 matching lines...) Expand 10 before | Expand all | Expand 10 after
249 Language/13_Types/8_Parameterized_Types_A03_t04: Fail 250 Language/13_Types/8_Parameterized_Types_A03_t04: Fail
250 Language/13_Types/8_Parameterized_Types_A03_t05: Fail 251 Language/13_Types/8_Parameterized_Types_A03_t05: Fail
251 252
252 253
253 [ $arch == simarm ] 254 [ $arch == simarm ]
254 *: Skip 255 *: Skip
255 256
256 257
257 [ $arch == arm ] 258 [ $arch == arm ]
258 *: Skip 259 *: Skip
OLDNEW
« runtime/vm/object.cc ('K') | « runtime/vm/object.cc ('k') | tests/language/language.status » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698