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

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

Issue 8728006: Implement Double.toStringAsFixed. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Fix syntax error. Created 9 years 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/vm/vm_sources.gypi ('k') | tests/language/src/ToStringAsFixedTest.dart » ('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 # Flaky tests, see http://code.google.com/p/co19/issues/detail?id=4 8 # Flaky tests, see http://code.google.com/p/co19/issues/detail?id=4
9 LibTest/core/StopWatch/elapsedInMs/StopWatch/elapsedInMs/A01/t01: Skip 9 LibTest/core/StopWatch/elapsedInMs/StopWatch/elapsedInMs/A01/t01: Skip
10 LibTest/core/StopWatch/elapsedInUs/StopWatch/elapsedInUs/A01/t01: Skip 10 LibTest/core/StopWatch/elapsedInUs/StopWatch/elapsedInUs/A01/t01: Skip
(...skipping 146 matching lines...) Expand 10 before | Expand all | Expand 10 after
157 LibTest/core/RegExp/firstMatch/RegExp/firstMatch/A01/t01: Fail 157 LibTest/core/RegExp/firstMatch/RegExp/firstMatch/A01/t01: Fail
158 LibTest/core/RegExp/hasMatch/RegExp/hasMatch/A01/t02: Fail 158 LibTest/core/RegExp/hasMatch/RegExp/hasMatch/A01/t02: Fail
159 LibTest/core/SendPort/send/SendPort/send/A03/t02: Fail # Issue co19 - 50 159 LibTest/core/SendPort/send/SendPort/send/A03/t02: Fail # Issue co19 - 50
160 LibTest/core/StopWatch/start/StopWatch/start/A01/t02: Fail # Issue co19 - 30 160 LibTest/core/StopWatch/start/StopWatch/start/A01/t02: Fail # Issue co19 - 30
161 LibTest/core/StopWatch/stop/StopWatch/stop/A01/t01: Fail # Issue co19 - 30 161 LibTest/core/StopWatch/stop/StopWatch/stop/A01/t01: Fail # Issue co19 - 30
162 LibTest/core/String/replaceFirst/String/replaceFirst/A01/t01: Fail # Issue 429 162 LibTest/core/String/replaceFirst/String/replaceFirst/A01/t01: Fail # Issue 429
163 LibTest/core/TypeError/srcType/TypeError/srcType/A01/t01: Fail # Issue co19 - 46 163 LibTest/core/TypeError/srcType/TypeError/srcType/A01/t01: Fail # Issue co19 - 46
164 LibTest/core/double/toRadixString/double/toRadixString/A01/t01: Fail # Issue 463 164 LibTest/core/double/toRadixString/double/toRadixString/A01/t01: Fail # Issue 463
165 LibTest/core/double/toStringAsExponential/double/toStringAsExponential/A01/t01: Fail # Issue 463 165 LibTest/core/double/toStringAsExponential/double/toStringAsExponential/A01/t01: Fail # Issue 463
166 LibTest/core/double/toStringAsPrecision/double/toStringAsPrecision/A01/t01: Fail # Issue 463 166 LibTest/core/double/toStringAsPrecision/double/toStringAsPrecision/A01/t01: Fail # Issue 463
167 LibTest/core/double/toStringAsFixed/double/toStringAsFixed/A01/t03: Fail # Test needs to be changed.
167 LibTest/core/int/operator%/int/operator%/A01/t01: Fail # Issue co19 - 48 168 LibTest/core/int/operator%/int/operator%/A01/t01: Fail # Issue co19 - 48
168 LibTest/core/int/operator%/int/operator%/A01/t02: Fail # Issue co19 - 48 169 LibTest/core/int/operator%/int/operator%/A01/t02: Fail # Issue co19 - 48
169 LibTest/core/int/operator%/int/operator%/A01/t03: Fail # Issue co19 - 49 170 LibTest/core/int/operator%/int/operator%/A01/t03: Fail # Issue co19 - 49
170 LibTest/core/int/operator_mul/int/operator/mul/A01/t01: Fail # Issue co19 -50 171 LibTest/core/int/operator_mul/int/operator/mul/A01/t01: Fail # Issue co19 -50
171 LibTest/core/int/remainder/int/remainder/A01/t02: Fail # Issue co19 - 48 172 LibTest/core/int/remainder/int/remainder/A01/t02: Fail # Issue co19 - 48
172 LibTest/core/int/remainder/int/remainder/A01/t03: Fail # Issue co19 - 49 173 LibTest/core/int/remainder/int/remainder/A01/t03: Fail # Issue co19 - 49
173 LibTest/core/int/toRadixString/int/toRadixString/A01/t01: Fail # Issue 461 174 LibTest/core/int/toRadixString/int/toRadixString/A01/t01: Fail # Issue 461
174 LibTest/core/int/toStringAsExponential/int/toStringAsExponential/A01/t01: Fail # Issue 460 175 LibTest/core/int/toStringAsExponential/int/toStringAsExponential/A01/t01: Fail # Issue 460
175 LibTest/core/int/toStringAsFixed/int/toStringAsFixed/A01/t01: Fail # Issue 460 176 LibTest/core/int/toStringAsFixed/int/toStringAsFixed/A01/t01: Fail # Issue 460
176 LibTest/core/int/toStringAsPrecision/int/toStringAsPrecision/A01/t01: Fail # Iss ue 460 177 LibTest/core/int/toStringAsPrecision/int/toStringAsPrecision/A01/t01: Fail # Iss ue 460
(...skipping 138 matching lines...) Expand 10 before | Expand all | Expand 10 after
315 [ $arch == x64 ] 316 [ $arch == x64 ]
316 *: Skip 317 *: Skip
317 318
318 319
319 [ $arch == simarm ] 320 [ $arch == simarm ]
320 *: Skip 321 *: Skip
321 322
322 323
323 [ $arch == arm ] 324 [ $arch == arm ]
324 *: Skip 325 *: Skip
OLDNEW
« no previous file with comments | « runtime/vm/vm_sources.gypi ('k') | tests/language/src/ToStringAsFixedTest.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698