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

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

Issue 10898003: Remove List.copyFrom from VM and from tests. It was removed from the List interface in r941. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Address comment, fix error. 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 | « runtime/lib/growable_array.dart ('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 379 matching lines...) Expand 10 before | Expand all | Expand 10 after
390 390
391 391
392 [ $compiler == dart2js && $runtime == d8 ] 392 [ $compiler == dart2js && $runtime == d8 ]
393 LibTest/core/RegExp/Pattern_semantics/firstMatch_CharacterClassEscape_A04_t01: F ail, Pass # issue 3333 393 LibTest/core/RegExp/Pattern_semantics/firstMatch_CharacterClassEscape_A04_t01: F ail, Pass # issue 3333
394 LibTest/core/RegExp/Pattern_semantics/firstMatch_CharacterClassEscape_A03_t01: F ail, Pass # issue 3333 394 LibTest/core/RegExp/Pattern_semantics/firstMatch_CharacterClassEscape_A03_t01: F ail, Pass # issue 3333
395 395
396 Language/10_Expressions/03_Numbers_A01_t06: Fail, OK # Requires bigint. 396 Language/10_Expressions/03_Numbers_A01_t06: Fail, OK # Requires bigint.
397 Language/10_Expressions/03_Numbers_A01_t09: Fail, OK # Requires bigint. 397 Language/10_Expressions/03_Numbers_A01_t09: Fail, OK # Requires bigint.
398 LibTest/core/Date/Date_A01_t01: Fail, OK # Generates bad date and expect exact p rint string. 398 LibTest/core/Date/Date_A01_t01: Fail, OK # Generates bad date and expect exact p rint string.
399 LibTest/core/Date/year_A01_t01: Fail, OK # Requires big int. 399 LibTest/core/Date/year_A01_t01: Fail, OK # Requires big int.
400 LibTest/core/List/sort_A01_t02: Fail, OK # No method List.copyFrom. 400 LibTest/core/List/sort_A01_t02: Fail, OK # (co19 issue #179)
401 LibTest/core/List/sort_A01_t03: Fail, OK # No method List.copyFrom. 401 LibTest/core/List/sort_A01_t03: Fail, OK # (co19 issue #179)
402 LibTest/core/Match/pattern_A01_t01: Fail, OK # Bad test, allMatches return an It erable. 402 LibTest/core/Match/pattern_A01_t01: Fail, OK # Bad test, allMatches return an It erable.
403 LibTest/core/Match/str_A01_t01: Fail, OK # Bad test, allMatches return an Iterab le. 403 LibTest/core/Match/str_A01_t01: Fail, OK # Bad test, allMatches return an Iterab le.
404 LibTest/core/Math/exp_A01_t01: Fail, Pass, OK # TODO(floitsch): Review. 404 LibTest/core/Math/exp_A01_t01: Fail, Pass, OK # TODO(floitsch): Review.
405 LibTest/core/Math/pow_A01_t01: Fail, OK # Bad test (uses x.pow(y), not Math.pow( x, y)). 405 LibTest/core/Math/pow_A01_t01: Fail, OK # Bad test (uses x.pow(y), not Math.pow( x, y)).
406 LibTest/core/Math/pow_A11_t01: Fail, OK # TODO(floitsch): Review. 406 LibTest/core/Math/pow_A11_t01: Fail, OK # TODO(floitsch): Review.
407 LibTest/core/Math/pow_A13_t01: Fail, OK # TODO(floitsch): Review. 407 LibTest/core/Math/pow_A13_t01: Fail, OK # TODO(floitsch): Review.
408 LibTest/core/Math/sin_A01_t01: Fail, OK # TODO(floitsch): Review. 408 LibTest/core/Math/sin_A01_t01: Fail, OK # TODO(floitsch): Review.
409 LibTest/core/Math/tan_A01_t01: Fail, OK # TODO(floitsch): Review. 409 LibTest/core/Math/tan_A01_t01: Fail, OK # TODO(floitsch): Review.
410 LibTest/core/RegExp/Pattern_semantics/firstMatch_NonEmptyClassRanges_A01_t01: Fa il, OK # This is not rejected by V8. 410 LibTest/core/RegExp/Pattern_semantics/firstMatch_NonEmptyClassRanges_A01_t01: Fa il, OK # This is not rejected by V8.
411 LibTest/core/RegExp/Pattern_semantics/firstMatch_Term_A04_t01: Fail, OK # co19 i ssue 92. 411 LibTest/core/RegExp/Pattern_semantics/firstMatch_Term_A04_t01: Fail, OK # co19 i ssue 92.
(...skipping 426 matching lines...) Expand 10 before | Expand all | Expand 10 after
838 Language/12_Libraries_and_Scripts/3_Includes_A03_t03: Fail # @compile-error 838 Language/12_Libraries_and_Scripts/3_Includes_A03_t03: Fail # @compile-error
839 Language/13_Types/3_Type_Declarations/1_Typedef_A07_t01: Fail # @compile-error 839 Language/13_Types/3_Type_Declarations/1_Typedef_A07_t01: Fail # @compile-error
840 Language/13_Types/3_Type_Declarations/1_Typedef_A07_t02: Fail # @compile-error 840 Language/13_Types/3_Type_Declarations/1_Typedef_A07_t02: Fail # @compile-error
841 Language/13_Types/3_Type_Declarations/1_Typedef_A07_t03: Fail # @compile-error 841 Language/13_Types/3_Type_Declarations/1_Typedef_A07_t03: Fail # @compile-error
842 Language/13_Types/7_Type_Void_A01_t02: Fail # @compile-error 842 Language/13_Types/7_Type_Void_A01_t02: Fail # @compile-error
843 Language/14_Reference/1_Lexical_Rules/1_Reserved_Words_A30_t04: Fail # @compile- error 843 Language/14_Reference/1_Lexical_Rules/1_Reserved_Words_A30_t04: Fail # @compile- error
844 Language/14_Reference/1_Lexical_Rules_A02_t06: Fail # @compile-error 844 Language/14_Reference/1_Lexical_Rules_A02_t06: Fail # @compile-error
845 845
846 [ $compiler == dart2dart ] 846 [ $compiler == dart2dart ]
847 *: Skip 847 *: Skip
OLDNEW
« no previous file with comments | « runtime/lib/growable_array.dart ('k') | tests/co19/co19-runtime.status » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698