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

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

Issue 10873025: Inlining of static functions: applying Florian's CL. (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: 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
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 393 matching lines...) Expand 10 before | Expand all | Expand 10 after
404 LibTest/core/double/toInt_A01_t01: Fail, OK # Requires big int. 404 LibTest/core/double/toInt_A01_t01: Fail, OK # Requires big int.
405 LibTest/core/double/toInt_A01_t02: Fail, OK # Requires big int. 405 LibTest/core/double/toInt_A01_t02: Fail, OK # Requires big int.
406 LibTest/core/double/toInt_A01_t05: Fail, OK # Requires big int. 406 LibTest/core/double/toInt_A01_t05: Fail, OK # Requires big int.
407 LibTest/core/double/toRadixString_A01_t01: Fail, OK # Unimplemented test stub. 407 LibTest/core/double/toRadixString_A01_t01: Fail, OK # Unimplemented test stub.
408 LibTest/core/double/toStringAsExponential_A01_t01: Fail, OK # Unimplemented test stub. 408 LibTest/core/double/toStringAsExponential_A01_t01: Fail, OK # Unimplemented test stub.
409 LibTest/core/double/toStringAsPrecision_A01_t01: Fail, OK # Unimplemented test s tub. 409 LibTest/core/double/toStringAsPrecision_A01_t01: Fail, OK # Unimplemented test s tub.
410 LibTest/core/int/compareTo_A01_t01: Fail, OK # Requires big int. 410 LibTest/core/int/compareTo_A01_t01: Fail, OK # Requires big int.
411 LibTest/core/int/hashCode_A01_t01: Fail, OK # co19 testing missing assertion. 411 LibTest/core/int/hashCode_A01_t01: Fail, OK # co19 testing missing assertion.
412 LibTest/core/int/isEven_A01_t01: Fail, OK # Not in API. 412 LibTest/core/int/isEven_A01_t01: Fail, OK # Not in API.
413 LibTest/core/int/isOdd_A01_t01: Fail, OK # Not in API. 413 LibTest/core/int/isOdd_A01_t01: Fail, OK # Not in API.
414 LibTest/core/int/operator_NOT_A01_t01: Fail, OK # Requires big int. 414 # The following test will start to fail when dart2js fixes issue 2887 (constant
415 # folding with runtime-semantics).
416 # It should then be marked as: Fail, OK # Requires big int.
417 LibTest/core/int/operator_NOT_A01_t01: Pass
415 LibTest/core/int/operator_left_shift_A01_t01: Fail, OK # Requires big int. 418 LibTest/core/int/operator_left_shift_A01_t01: Fail, OK # Requires big int.
416 LibTest/core/int/operator_remainder_A01_t03: Fail, OK # Leg only has double. 419 LibTest/core/int/operator_remainder_A01_t03: Fail, OK # Leg only has double.
417 LibTest/core/int/operator_truncating_division_A01_t01: Fail, Pass # Requires big int unless type inference fools us. 420 LibTest/core/int/operator_truncating_division_A01_t01: Fail, Pass # Requires big int unless type inference fools us.
418 LibTest/core/int/operator_truncating_division_A01_t02: Fail, OK # Leg only has d ouble. 421 LibTest/core/int/operator_truncating_division_A01_t02: Fail, OK # Leg only has d ouble.
419 LibTest/core/int/remainder_A01_t01: Fail, OK # Requires big int. 422 LibTest/core/int/remainder_A01_t01: Fail, OK # Requires big int.
420 LibTest/core/int/remainder_A01_t03: Fail, OK # Leg only has double. 423 LibTest/core/int/remainder_A01_t03: Fail, OK # Leg only has double.
421 LibTest/core/int/toDouble_A01_t01: Fail, OK # Requires big int. 424 LibTest/core/int/toDouble_A01_t01: Fail, OK # Requires big int.
422 LibTest/core/int/toInt_A01_t01: Fail, OK # Requires big int. 425 LibTest/core/int/toInt_A01_t01: Fail, OK # Requires big int.
423 LibTest/core/int/toRadixString_A01_t01: Fail, OK # Bad test: uses Expect.fail, E xpect.throws, assumes case of result, and uses unsupported radixes. 426 LibTest/core/int/toRadixString_A01_t01: Fail, OK # Bad test: uses Expect.fail, E xpect.throws, assumes case of result, and uses unsupported radixes.
424 LibTest/core/int/toStringAsExponential_A01_t01: Fail, OK # Co19 Issue 112. 427 LibTest/core/int/toStringAsExponential_A01_t01: Fail, OK # Co19 Issue 112.
(...skipping 406 matching lines...) Expand 10 before | Expand all | Expand 10 after
831 Language/12_Libraries_and_Scripts/3_Includes_A03_t03: Fail # @compile-error 834 Language/12_Libraries_and_Scripts/3_Includes_A03_t03: Fail # @compile-error
832 Language/13_Types/3_Type_Declarations/1_Typedef_A07_t01: Fail # @compile-error 835 Language/13_Types/3_Type_Declarations/1_Typedef_A07_t01: Fail # @compile-error
833 Language/13_Types/3_Type_Declarations/1_Typedef_A07_t02: Fail # @compile-error 836 Language/13_Types/3_Type_Declarations/1_Typedef_A07_t02: Fail # @compile-error
834 Language/13_Types/3_Type_Declarations/1_Typedef_A07_t03: Fail # @compile-error 837 Language/13_Types/3_Type_Declarations/1_Typedef_A07_t03: Fail # @compile-error
835 Language/13_Types/7_Type_Void_A01_t02: Fail # @compile-error 838 Language/13_Types/7_Type_Void_A01_t02: Fail # @compile-error
836 Language/14_Reference/1_Lexical_Rules/1_Reserved_Words_A30_t04: Fail # @compile- error 839 Language/14_Reference/1_Lexical_Rules/1_Reserved_Words_A30_t04: Fail # @compile- error
837 Language/14_Reference/1_Lexical_Rules_A02_t06: Fail # @compile-error 840 Language/14_Reference/1_Lexical_Rules_A02_t06: Fail # @compile-error
838 841
839 [ $compiler == dart2dart ] 842 [ $compiler == dart2dart ]
840 *: Skip 843 *: Skip
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698