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

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

Issue 9372078: Fix for 1267: Implement (partially) Math.pow for integers. (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: 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
« no previous file with comments | « runtime/lib/integers.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) 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 25 matching lines...) Expand all
36 LangGuideTest/02_Language_Constructs/02_11_Exceptions/02_11_Exceptions_A08_t05: Fail # Issue 430 36 LangGuideTest/02_Language_Constructs/02_11_Exceptions/02_11_Exceptions_A08_t05: Fail # Issue 430
37 LibTest/core/RegExp/Pattern_semantics/firstMatch_CharacterEscape_A06_t02: Fail 37 LibTest/core/RegExp/Pattern_semantics/firstMatch_CharacterEscape_A06_t02: Fail
38 38
39 [ $component == vm ] 39 [ $component == vm ]
40 LibTest/core/Date/Date.fromEpoch_A01_t02: Fail # Issue 445 40 LibTest/core/Date/Date.fromEpoch_A01_t02: Fail # Issue 445
41 LibTest/core/Date/Date_A01_t01: Fail # Issue 445 41 LibTest/core/Date/Date_A01_t01: Fail # Issue 445
42 LibTest/core/Expect/throws_A02_t01: Fail # Issue co19 - 42 42 LibTest/core/Expect/throws_A02_t01: Fail # Issue co19 - 42
43 LibTest/core/Match/operator_subscript_A01_t01: Fail 43 LibTest/core/Match/operator_subscript_A01_t01: Fail
44 LibTest/core/Match/pattern_A01_t01: Fail 44 LibTest/core/Match/pattern_A01_t01: Fail
45 LibTest/core/Math/pow_A01_t01: Fail # Issue co19 - 44 45 LibTest/core/Math/pow_A01_t01: Fail # Issue co19 - 44
46 LibTest/core/Math/pow_A01_t02: Fail # Issue 447
47 LibTest/core/Math/pow_A11_t01: Fail # Issue 449 46 LibTest/core/Math/pow_A11_t01: Fail # Issue 449
48 LibTest/core/Math/pow_A13_t01: Fail # Issue 449 47 LibTest/core/Math/pow_A13_t01: Fail # Issue 449
49 LibTest/core/ReceivePort/toSendPort_A02_t01: Fail # Issue co19 - 51 48 LibTest/core/ReceivePort/toSendPort_A02_t01: Fail # Issue co19 - 51
50 LibTest/core/RegExp/Pattern_semantics/firstMatch_NonEmptyClassRanges_A01_t05: Fa il 49 LibTest/core/RegExp/Pattern_semantics/firstMatch_NonEmptyClassRanges_A01_t05: Fa il
51 LibTest/core/RegExp/Pattern_semantics/firstMatch_NonEmptyClassRanges_A01_t06: Fa il 50 LibTest/core/RegExp/Pattern_semantics/firstMatch_NonEmptyClassRanges_A01_t06: Fa il
52 LibTest/core/RegExp/firstMatch_A01_t01: Fail 51 LibTest/core/RegExp/firstMatch_A01_t01: Fail
53 LibTest/core/RegExp/hasMatch_A01_t02: Fail 52 LibTest/core/RegExp/hasMatch_A01_t02: Fail
54 LibTest/core/String/replaceFirst_A01_t01: Fail # Issue 429 53 LibTest/core/String/replaceFirst_A01_t01: Fail # Issue 429
55 LibTest/core/double/toRadixString_A01_t01: Fail # Issue 463 54 LibTest/core/double/toRadixString_A01_t01: Fail # Issue 463
56 LibTest/core/double/toStringAsExponential_A01_t01: Fail # Issue 463 55 LibTest/core/double/toStringAsExponential_A01_t01: Fail # Issue 463
(...skipping 147 matching lines...) Expand 10 before | Expand all | Expand 10 after
204 Language/13_Types/8_Parameterized_Types_A03_t04: Fail 203 Language/13_Types/8_Parameterized_Types_A03_t04: Fail
205 Language/13_Types/8_Parameterized_Types_A03_t05: Fail 204 Language/13_Types/8_Parameterized_Types_A03_t05: Fail
206 205
207 206
208 [ $arch == simarm ] 207 [ $arch == simarm ]
209 *: Skip 208 *: Skip
210 209
211 210
212 [ $arch == arm ] 211 [ $arch == arm ]
213 *: Skip 212 *: Skip
OLDNEW
« no previous file with comments | « runtime/lib/integers.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698