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

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

Issue 8598021: Remove isOdd/isEven from num and double interfaces. (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: 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
« corelib/src/num.dart ('K') | « runtime/lib/double.dart ('k') | no next file » | 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 150 matching lines...) Expand 10 before | Expand all | Expand 10 after
161 LibTest/core/ReceivePort/toSendPort/ReceivePort/toSendPort/A02/t01: Fail # Issue co19 - 51 161 LibTest/core/ReceivePort/toSendPort/ReceivePort/toSendPort/A02/t01: Fail # Issue co19 - 51
162 LibTest/core/RegExp/firstMatch/Pattern_semantics/15.10.2.15_NonEmptyClassRanges/ RegExp/firstMatch/NonEmptyClassRanges/A01/t05: Fail 162 LibTest/core/RegExp/firstMatch/Pattern_semantics/15.10.2.15_NonEmptyClassRanges/ RegExp/firstMatch/NonEmptyClassRanges/A01/t05: Fail
163 LibTest/core/RegExp/firstMatch/Pattern_semantics/15.10.2.15_NonEmptyClassRanges/ RegExp/firstMatch/NonEmptyClassRanges/A01/t06: Fail 163 LibTest/core/RegExp/firstMatch/Pattern_semantics/15.10.2.15_NonEmptyClassRanges/ RegExp/firstMatch/NonEmptyClassRanges/A01/t06: Fail
164 LibTest/core/RegExp/firstMatch/RegExp/firstMatch/A01/t01: Fail 164 LibTest/core/RegExp/firstMatch/RegExp/firstMatch/A01/t01: Fail
165 LibTest/core/RegExp/hasMatch/RegExp/hasMatch/A01/t02: Fail 165 LibTest/core/RegExp/hasMatch/RegExp/hasMatch/A01/t02: Fail
166 LibTest/core/SendPort/send/SendPort/send/A03/t02: Fail # Issue co19 - 50 166 LibTest/core/SendPort/send/SendPort/send/A03/t02: Fail # Issue co19 - 50
167 LibTest/core/StopWatch/start/StopWatch/start/A01/t02: Fail # Issue co19 - 30 167 LibTest/core/StopWatch/start/StopWatch/start/A01/t02: Fail # Issue co19 - 30
168 LibTest/core/StopWatch/stop/StopWatch/stop/A01/t01: Fail # Issue co19 - 30 168 LibTest/core/StopWatch/stop/StopWatch/stop/A01/t01: Fail # Issue co19 - 30
169 LibTest/core/String/replaceFirst/String/replaceFirst/A01/t01: Fail # Issue 429 169 LibTest/core/String/replaceFirst/String/replaceFirst/A01/t01: Fail # Issue 429
170 LibTest/core/TypeError/srcType/TypeError/srcType/A01/t01: Fail # Issue co19 - 46 170 LibTest/core/TypeError/srcType/TypeError/srcType/A01/t01: Fail # Issue co19 - 46
171 LibTest/core/double/isOdd/double/isOdd/A01/t02: Fail # Issue 465
172 LibTest/core/double/toRadixString/double/toRadixString/A01/t01: Fail # Issue 463 171 LibTest/core/double/toRadixString/double/toRadixString/A01/t01: Fail # Issue 463
173 LibTest/core/double/toStringAsExponential/double/toStringAsExponential/A01/t01: Fail # Issue 463 172 LibTest/core/double/toStringAsExponential/double/toStringAsExponential/A01/t01: Fail # Issue 463
174 LibTest/core/double/toStringAsPrecision/double/toStringAsPrecision/A01/t01: Fail # Issue 463 173 LibTest/core/double/toStringAsPrecision/double/toStringAsPrecision/A01/t01: Fail # Issue 463
175 LibTest/core/int/operator%/int/operator%/A01/t01: Fail # Issue co19 - 48 174 LibTest/core/int/operator%/int/operator%/A01/t01: Fail # Issue co19 - 48
176 LibTest/core/int/operator%/int/operator%/A01/t02: Fail # Issue co19 - 48 175 LibTest/core/int/operator%/int/operator%/A01/t02: Fail # Issue co19 - 48
177 LibTest/core/int/operator%/int/operator%/A01/t03: Fail # Issue co19 - 49 176 LibTest/core/int/operator%/int/operator%/A01/t03: Fail # Issue co19 - 49
178 LibTest/core/int/operator_mul/int/operator/mul/A01/t01: Fail # Issue co19 -50 177 LibTest/core/int/operator_mul/int/operator/mul/A01/t01: Fail # Issue co19 -50
179 LibTest/core/int/remainder/int/remainder/A01/t02: Fail # Issue co19 - 48 178 LibTest/core/int/remainder/int/remainder/A01/t02: Fail # Issue co19 - 48
180 LibTest/core/int/remainder/int/remainder/A01/t03: Fail # Issue co19 - 49 179 LibTest/core/int/remainder/int/remainder/A01/t03: Fail # Issue co19 - 49
181 LibTest/core/int/toRadixString/int/toRadixString/A01/t01: Fail # Issue 461 180 LibTest/core/int/toRadixString/int/toRadixString/A01/t01: Fail # Issue 461
182 LibTest/core/int/toStringAsExponential/int/toStringAsExponential/A01/t01: Fail # Issue 460 181 LibTest/core/int/toStringAsExponential/int/toStringAsExponential/A01/t01: Fail # Issue 460
183 LibTest/core/int/toStringAsFixed/int/toStringAsFixed/A01/t01: Fail # Issue 460 182 LibTest/core/int/toStringAsFixed/int/toStringAsFixed/A01/t01: Fail # Issue 460
184 LibTest/core/int/toStringAsPrecision/int/toStringAsPrecision/A01/t01: Fail # Iss ue 460 183 LibTest/core/int/toStringAsPrecision/int/toStringAsPrecision/A01/t01: Fail # Iss ue 460
184
185 LibTest/core/double/isEven/* : Fail # Issue 465
186 LibTest/core/double/isOdd/* : Fail # Issue 465
187
185 [ $component == vm && $system == macos ] 188 [ $component == vm && $system == macos ]
186 LibTest/core/Math/acos/Math/acos/A01/t01: Fail # Issue co19 - 44 189 LibTest/core/Math/acos/Math/acos/A01/t01: Fail # Issue co19 - 44
187 LibTest/core/Math/asin/Math/asin/A01/t01: Fail # Issue co19 - 44 190 LibTest/core/Math/asin/Math/asin/A01/t01: Fail # Issue co19 - 44
188 LibTest/core/Math/atan/Math/atan/A01/t01: Fail # Issue co19 - 44 191 LibTest/core/Math/atan/Math/atan/A01/t01: Fail # Issue co19 - 44
189 LibTest/core/Math/cos/Math/cos/A01/t01: Fail # Issue co19 - 44 192 LibTest/core/Math/cos/Math/cos/A01/t01: Fail # Issue co19 - 44
190 LibTest/core/Math/exp/Math/exp/A01/t01: Fail # Issue co19 - 44 193 LibTest/core/Math/exp/Math/exp/A01/t01: Fail # Issue co19 - 44
191 LibTest/core/Math/pow/Math/pow/A18/t01: Fail # Isses 449 194 LibTest/core/Math/pow/Math/pow/A18/t01: Fail # Isses 449
192 LibTest/core/Math/sin/Math/sin/A01/t01: Fail # Issue co19 - 44 195 LibTest/core/Math/sin/Math/sin/A01/t01: Fail # Issue co19 - 44
193 LibTest/core/Math/tan/Math/tan/A01/t01: Fail # Issue co19 - 44 196 LibTest/core/Math/tan/Math/tan/A01/t01: Fail # Issue co19 - 44
194 197
(...skipping 127 matching lines...) Expand 10 before | Expand all | Expand 10 after
322 [ $arch == x64 ] 325 [ $arch == x64 ]
323 *: Skip 326 *: Skip
324 327
325 328
326 [ $arch == simarm ] 329 [ $arch == simarm ]
327 *: Skip 330 *: Skip
328 331
329 332
330 [ $arch == arm ] 333 [ $arch == arm ]
331 *: Skip 334 *: Skip
OLDNEW
« corelib/src/num.dart ('K') | « runtime/lib/double.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698