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

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

Issue 10832166: Updated VM and JS versions of Date to allow underflow and overflow. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: rebase Created 8 years, 3 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 | « tests/co19/co19-compiler.status ('k') | tests/co19/co19-runtime.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) 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 [ $compiler == dart2js ] 5 [ $compiler == dart2js ]
6 Language/05_Variables/05_Variables_A05_t03: Fail, OK 6 Language/05_Variables/05_Variables_A05_t03: Fail, OK
7 Language/05_Variables/05_Variables_A04_t09: Fail, OK 7 Language/05_Variables/05_Variables_A04_t09: Fail, OK
8 Language/05_Variables/05_Variables_A03_t09: Fail, OK 8 Language/05_Variables/05_Variables_A03_t09: Fail, OK
9 Language/12_Libraries_and_Scripts/3_Includes_A02_t03: Fail, OK 9 Language/12_Libraries_and_Scripts/3_Includes_A02_t03: Fail, OK
10 LibTest/core/double/ceil_A01_t03: Fail, OK 10 LibTest/core/double/ceil_A01_t03: Fail, OK
(...skipping 386 matching lines...) Expand 10 before | Expand all | Expand 10 after
397 397
398 Language/07_Classes/1_Instance_Methods/2_Operators_A04_t19: Fail, OK # Bad test: unary - operator now legal. 398 Language/07_Classes/1_Instance_Methods/2_Operators_A04_t19: Fail, OK # Bad test: unary - operator now legal.
399 399
400 [ $compiler == dart2js && $runtime == d8 ] 400 [ $compiler == dart2js && $runtime == d8 ]
401 LibTest/core/RegExp/Pattern_semantics/firstMatch_CharacterClassEscape_A04_t01: F ail, Pass # issue 3333 401 LibTest/core/RegExp/Pattern_semantics/firstMatch_CharacterClassEscape_A04_t01: F ail, Pass # issue 3333
402 LibTest/core/RegExp/Pattern_semantics/firstMatch_CharacterClassEscape_A03_t01: F ail, Pass # issue 3333 402 LibTest/core/RegExp/Pattern_semantics/firstMatch_CharacterClassEscape_A03_t01: F ail, Pass # issue 3333
403 403
404 Language/10_Expressions/03_Numbers_A01_t06: Fail, OK # Requires bigint. 404 Language/10_Expressions/03_Numbers_A01_t06: Fail, OK # Requires bigint.
405 Language/10_Expressions/03_Numbers_A01_t09: Fail, OK # Requires bigint. 405 Language/10_Expressions/03_Numbers_A01_t09: Fail, OK # Requires bigint.
406 LibTest/core/Date/Date_A01_t01: Fail, OK # Generates bad date and expect exact p rint string. 406 LibTest/core/Date/Date_A01_t01: Fail, OK # Generates bad date and expect exact p rint string.
407 LibTest/core/Date/Date_A01_t03: Fail, OK # co19 issue 180
407 LibTest/core/Date/year_A01_t01: Fail, OK # Requires big int. 408 LibTest/core/Date/year_A01_t01: Fail, OK # Requires big int.
408 LibTest/core/List/sort_A01_t02: Fail, OK # (co19 issue #179) 409 LibTest/core/List/sort_A01_t02: Fail, OK # (co19 issue #179)
409 LibTest/core/List/sort_A01_t03: Fail, OK # (co19 issue #179) 410 LibTest/core/List/sort_A01_t03: Fail, OK # (co19 issue #179)
410 LibTest/core/Match/pattern_A01_t01: Fail, OK # Bad test, allMatches return an It erable. 411 LibTest/core/Match/pattern_A01_t01: Fail, OK # Bad test, allMatches return an It erable.
411 LibTest/core/Match/str_A01_t01: Fail, OK # Bad test, allMatches return an Iterab le. 412 LibTest/core/Match/str_A01_t01: Fail, OK # Bad test, allMatches return an Iterab le.
412 LibTest/core/Math/exp_A01_t01: Fail, Pass, OK # TODO(floitsch): Review. 413 LibTest/core/Math/exp_A01_t01: Fail, Pass, OK # TODO(floitsch): Review.
413 LibTest/core/Math/pow_A01_t01: Fail, OK # Bad test (uses x.pow(y), not Math.pow( x, y)). 414 LibTest/core/Math/pow_A01_t01: Fail, OK # Bad test (uses x.pow(y), not Math.pow( x, y)).
414 LibTest/core/Math/pow_A11_t01: Fail, OK # TODO(floitsch): Review. 415 LibTest/core/Math/pow_A11_t01: Fail, OK # TODO(floitsch): Review.
415 LibTest/core/Math/pow_A13_t01: Fail, OK # TODO(floitsch): Review. 416 LibTest/core/Math/pow_A13_t01: Fail, OK # TODO(floitsch): Review.
416 LibTest/core/Math/sin_A01_t01: Fail, OK # TODO(floitsch): Review. 417 LibTest/core/Math/sin_A01_t01: Fail, OK # TODO(floitsch): Review.
(...skipping 428 matching lines...) Expand 10 before | Expand all | Expand 10 after
845 Language/12_Libraries_and_Scripts/3_Includes_A03_t03: Fail # @compile-error 846 Language/12_Libraries_and_Scripts/3_Includes_A03_t03: Fail # @compile-error
846 Language/13_Types/3_Type_Declarations/1_Typedef_A07_t01: Fail # @compile-error 847 Language/13_Types/3_Type_Declarations/1_Typedef_A07_t01: Fail # @compile-error
847 Language/13_Types/3_Type_Declarations/1_Typedef_A07_t02: Fail # @compile-error 848 Language/13_Types/3_Type_Declarations/1_Typedef_A07_t02: Fail # @compile-error
848 Language/13_Types/3_Type_Declarations/1_Typedef_A07_t03: Fail # @compile-error 849 Language/13_Types/3_Type_Declarations/1_Typedef_A07_t03: Fail # @compile-error
849 Language/13_Types/7_Type_Void_A01_t02: Fail # @compile-error 850 Language/13_Types/7_Type_Void_A01_t02: Fail # @compile-error
850 Language/14_Reference/1_Lexical_Rules/1_Reserved_Words_A30_t04: Fail # @compile- error 851 Language/14_Reference/1_Lexical_Rules/1_Reserved_Words_A30_t04: Fail # @compile- error
851 Language/14_Reference/1_Lexical_Rules_A02_t06: Fail # @compile-error 852 Language/14_Reference/1_Lexical_Rules_A02_t06: Fail # @compile-error
852 853
853 [ $compiler == dart2dart ] 854 [ $compiler == dart2dart ]
854 *: Skip 855 *: Skip
OLDNEW
« no previous file with comments | « tests/co19/co19-compiler.status ('k') | tests/co19/co19-runtime.status » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698