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

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

Issue 9595013: parseInt fixes. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Update status file. 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 | « frog/lib/math.dart ('k') | tests/corelib/corelib.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) 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 [ $component == leg && $system == macos ] 7 [ $component == leg && $system == macos ]
8 LibTest/core/Math/acos_A01_t01: Fail 8 LibTest/core/Math/acos_A01_t01: Fail
9 LibTest/core/Math/asin_A01_t01: Fail 9 LibTest/core/Math/asin_A01_t01: Fail
10 LibTest/core/Math/atan_A01_t01: Fail 10 LibTest/core/Math/atan_A01_t01: Fail
(...skipping 204 matching lines...) Expand 10 before | Expand all | Expand 10 after
215 # Issues with co19 test suite. 215 # Issues with co19 test suite.
216 Language/11_Statements/10_Return_A02_t01: Fail, OK # co19 issue 87. 216 Language/11_Statements/10_Return_A02_t01: Fail, OK # co19 issue 87.
217 LibTest/core/Date/Date.fromString_A01_t02: Fail, OK # co19 issue 88. 217 LibTest/core/Date/Date.fromString_A01_t02: Fail, OK # co19 issue 88.
218 LibTest/core/Date/Date.fromString_A01_t04: Fail, OK # co19 issue 88. 218 LibTest/core/Date/Date.fromString_A01_t04: Fail, OK # co19 issue 88.
219 LibTest/core/Date/Date_A01_t01: Fail, OK # Generates bad date and expect exact p rint string. 219 LibTest/core/Date/Date_A01_t01: Fail, OK # Generates bad date and expect exact p rint string.
220 LibTest/core/Date/year_A01_t01: Fail, OK # Requires big int. 220 LibTest/core/Date/year_A01_t01: Fail, OK # Requires big int.
221 LibTest/core/List/sort_A01_t02: Fail, OK # No method List.copyFrom. 221 LibTest/core/List/sort_A01_t02: Fail, OK # No method List.copyFrom.
222 LibTest/core/List/sort_A01_t03: Fail, OK # No method List.copyFrom. 222 LibTest/core/List/sort_A01_t03: Fail, OK # No method List.copyFrom.
223 LibTest/core/Match/pattern_A01_t01: Fail, OK # Bad test, allMatches return an It erable. 223 LibTest/core/Match/pattern_A01_t01: Fail, OK # Bad test, allMatches return an It erable.
224 LibTest/core/Math/exp_A01_t01: Fail, OK # TODO(floitsch): Review. 224 LibTest/core/Math/exp_A01_t01: Fail, OK # TODO(floitsch): Review.
225 LibTest/core/Math/parseInt_A01_t01: Fail, OK # Requires big int.
226 LibTest/core/Math/pow_A01_t01: Fail, OK # Bad test (uses x.pow(y), not Math.pow( x, y)). 225 LibTest/core/Math/pow_A01_t01: Fail, OK # Bad test (uses x.pow(y), not Math.pow( x, y)).
227 LibTest/core/Math/pow_A11_t01: Fail, OK # TODO(floitsch): Review. 226 LibTest/core/Math/pow_A11_t01: Fail, OK # TODO(floitsch): Review.
228 LibTest/core/Math/pow_A13_t01: Fail, OK # TODO(floitsch): Review. 227 LibTest/core/Math/pow_A13_t01: Fail, OK # TODO(floitsch): Review.
229 LibTest/core/Math/sin_A01_t01: Fail, OK # TODO(floitsch): Review. 228 LibTest/core/Math/sin_A01_t01: Fail, OK # TODO(floitsch): Review.
230 LibTest/core/Math/tan_A01_t01: Fail, OK # TODO(floitsch): Review. 229 LibTest/core/Math/tan_A01_t01: Fail, OK # TODO(floitsch): Review.
231 LibTest/core/RegExp/Pattern_semantics/firstMatch_NonEmptyClassRanges_A01_t01: Fa il, OK # This is not rejected by V8. 230 LibTest/core/RegExp/Pattern_semantics/firstMatch_NonEmptyClassRanges_A01_t01: Fa il, OK # This is not rejected by V8.
232 LibTest/core/RegExp/allMatches_A01_t01: Fail, OK # Bad test, allMatches return an Iterable. 231 LibTest/core/RegExp/allMatches_A01_t01: Fail, OK # Bad test, allMatches return an Iterable.
233 LibTest/core/RegExp/firstMatch_A01_t01: Fail, OK # Bad test, use Match.regexp, n ot Match.pattern. 232 LibTest/core/RegExp/firstMatch_A01_t01: Fail, OK # Bad test, use Match.regexp, n ot Match.pattern.
234 LibTest/core/String/hashCode_A01_t01: Fail, OK # Bad test closurizes hashCode. 233 LibTest/core/String/hashCode_A01_t01: Fail, OK # Bad test closurizes hashCode.
235 LibTest/core/double/toInt_A01_t01: Fail, OK # Requires big int. 234 LibTest/core/double/toInt_A01_t01: Fail, OK # Requires big int.
(...skipping 526 matching lines...) Expand 10 before | Expand all | Expand 10 after
762 Language/11_Statements/10_Return_A04_t02: Fail, OK # @compile-error 761 Language/11_Statements/10_Return_A04_t02: Fail, OK # @compile-error
763 Language/11_Statements/10_Return_A04_t03: Fail, OK # @compile-error 762 Language/11_Statements/10_Return_A04_t03: Fail, OK # @compile-error
764 Language/11_Statements/11_Labels_A03_t05: Fail, OK # @compile-error 763 Language/11_Statements/11_Labels_A03_t05: Fail, OK # @compile-error
765 Language/11_Statements/12_Break_A02_t03: Fail, OK # @compile-error 764 Language/11_Statements/12_Break_A02_t03: Fail, OK # @compile-error
766 Language/11_Statements/12_Break_A02_t04: Fail, OK # @compile-error 765 Language/11_Statements/12_Break_A02_t04: Fail, OK # @compile-error
767 Language/11_Statements/13_Continue_A02_t07: Fail, OK # @compile-error 766 Language/11_Statements/13_Continue_A02_t07: Fail, OK # @compile-error
768 Language/11_Statements/13_Continue_A02_t16: Fail, OK # @compile-error 767 Language/11_Statements/13_Continue_A02_t16: Fail, OK # @compile-error
769 Language/11_Statements/15_Assert_A01_t05: Fail, OK # @compile-error 768 Language/11_Statements/15_Assert_A01_t05: Fail, OK # @compile-error
770 Language/13_Types/1_Static_Types_A02_t08: Fail, OK # @compile-error 769 Language/13_Types/1_Static_Types_A02_t08: Fail, OK # @compile-error
771 Language/13_Types/7_Type_Void_A01_t09: Fail, OK # @compile-error 770 Language/13_Types/7_Type_Void_A01_t09: Fail, OK # @compile-error
OLDNEW
« no previous file with comments | « frog/lib/math.dart ('k') | tests/corelib/corelib.status » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698