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

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

Issue 10825386: Use JavaScript runtime semantics when constant folding. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Address comments. 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 728 matching lines...) Expand 10 before | Expand all | Expand 10 after
739 Language/10_Expressions/13_Function_Invocation/4_Function_Expression_Invocation_ A03_t02: Fail # Runtime error: TypeError: Object 1 has no method '$call$3' 739 Language/10_Expressions/13_Function_Invocation/4_Function_Expression_Invocation_ A03_t02: Fail # Runtime error: TypeError: Object 1 has no method '$call$3'
740 Language/10_Expressions/13_Function_Invocation/3_Unqualified_Invocation_A01_t03: Fail # Runtime error: TypeError: Object a1 has no method '$call$2' 740 Language/10_Expressions/13_Function_Invocation/3_Unqualified_Invocation_A01_t03: Fail # Runtime error: TypeError: Object a1 has no method '$call$2'
741 LibTest/isolate/isolate_api/spawnUri_A01_t01: Fail # Runtime error: UnsupportedO perationException: Currently spawnUri is not supported without web workers. 741 LibTest/isolate/isolate_api/spawnUri_A01_t01: Fail # Runtime error: UnsupportedO perationException: Currently spawnUri is not supported without web workers.
742 LibTest/isolate/isolate_api/spawnUri_A01_t02: Fail # Runtime error: UnsupportedO perationException: Currently spawnUri is not supported without web workers. 742 LibTest/isolate/isolate_api/spawnUri_A01_t02: Fail # Runtime error: UnsupportedO perationException: Currently spawnUri is not supported without web workers.
743 LibTest/isolate/isolate_api/spawnUri_A01_t03: Fail # Runtime error: UnsupportedO perationException: Currently spawnUri is not supported without web workers. 743 LibTest/isolate/isolate_api/spawnUri_A01_t03: Fail # Runtime error: UnsupportedO perationException: Currently spawnUri is not supported without web workers.
744 LibTest/isolate/isolate_api/spawnUri_A01_t04: Fail # Runtime error: UnsupportedO perationException: Currently spawnUri is not supported without web workers. 744 LibTest/isolate/isolate_api/spawnUri_A01_t04: Fail # Runtime error: UnsupportedO perationException: Currently spawnUri is not supported without web workers.
745 LibTest/isolate/isolate_api/spawnUri_A01_t05: Fail # Runtime error: UnsupportedO perationException: Currently spawnUri is not supported without web workers. 745 LibTest/isolate/isolate_api/spawnUri_A01_t05: Fail # Runtime error: UnsupportedO perationException: Currently spawnUri is not supported without web workers.
746 LibTest/isolate/SendPort/send_A02_t04: Fail # Runtime error: TypeError: Cannot c all method 'toSendPort$0' of undefined. 746 LibTest/isolate/SendPort/send_A02_t04: Fail # Runtime error: TypeError: Cannot c all method 'toSendPort$0' of undefined.
747 LibTest/isolate/isolate_api/spawnFunction_A02_t01: Fail # Runtime error: Expect. throws() fails. 747 LibTest/isolate/isolate_api/spawnFunction_A02_t01: Fail # Runtime error: Expect. throws() fails.
748 748
749 LibTest/core/int/operator_NOT_A01_t01: Fail, OK # Expects negative result from b it-operation.
750 LibTest/core/int/operator_XOR_A01_t01: Fail, OK # Requires bigints.
751 LibTest/core/int/operator_AND_A01_t01: Fail, OK # Requires bigints.
752 LibTest/core/int/operator_right_shift_A01_t01: Fail, OK # Expects negative resul t from bit-operation.
753 LibTest/core/int/operator_OR_A01_t01: Fail, OK # Requires bigints.
754 LibTest/core/int/operator_remainder_A01_t01: Fail, OK # Requires bigints.
749 755
750 # These test cases use the deprecated Isolate API and should be updated to 756 # These test cases use the deprecated Isolate API and should be updated to
751 # use spawnFunction: issue ... 757 # use spawnFunction: issue ...
752 LibTest/isolate/Isolate/port_A01_t02: Fail, OK 758 LibTest/isolate/Isolate/port_A01_t02: Fail, OK
753 LibTest/isolate/Isolate/port_A01_t01: Fail, OK 759 LibTest/isolate/Isolate/port_A01_t01: Fail, OK
754 LibTest/isolate/Isolate/main_A01_t01: Fail, OK 760 LibTest/isolate/Isolate/main_A01_t01: Fail, OK
755 LibTest/isolate/Isolate/class_A01_t01: Fail, OK 761 LibTest/isolate/Isolate/class_A01_t01: Fail, OK
756 LibTest/isolate/Isolate/Isolate_class_A01_t01: Fail, OK 762 LibTest/isolate/Isolate/Isolate_class_A01_t01: Fail, OK
757 LibTest/isolate/Isolate/Isolate_class_A02_t01: Fail, OK 763 LibTest/isolate/Isolate/Isolate_class_A02_t01: Fail, OK
758 LibTest/isolate/Isolate/Isolate_A01_t01: Fail, OK 764 LibTest/isolate/Isolate/Isolate_A01_t01: Fail, OK
(...skipping 170 matching lines...) Expand 10 before | Expand all | Expand 10 after
929 LibTest/core/int/remainder_A01_t01: Fail, OK # Requires big int. 935 LibTest/core/int/remainder_A01_t01: Fail, OK # Requires big int.
930 LibTest/core/int/remainder_A01_t03: Fail, OK # Leg only has double. 936 LibTest/core/int/remainder_A01_t03: Fail, OK # Leg only has double.
931 LibTest/core/int/toDouble_A01_t01: Fail, OK # Requires big int. 937 LibTest/core/int/toDouble_A01_t01: Fail, OK # Requires big int.
932 LibTest/core/int/toInt_A01_t01: Fail, OK # Requires big int. 938 LibTest/core/int/toInt_A01_t01: Fail, OK # Requires big int.
933 LibTest/core/int/toRadixString_A01_t01: Fail, OK # Bad test: uses Expect.fail, E xpect.throws, assumes case of result, and uses unsupported radixes. 939 LibTest/core/int/toRadixString_A01_t01: Fail, OK # Bad test: uses Expect.fail, E xpect.throws, assumes case of result, and uses unsupported radixes.
934 LibTest/core/int/toStringAsExponential_A01_t01: Fail, OK # Co19 Issue 112. 940 LibTest/core/int/toStringAsExponential_A01_t01: Fail, OK # Co19 Issue 112.
935 LibTest/core/int/toStringAsFixed_A01_t01: Fail, OK # Co19 Issue 114. 941 LibTest/core/int/toStringAsFixed_A01_t01: Fail, OK # Co19 Issue 114.
936 LibTest/core/int/toStringAsPrecision_A01_t01: Fail, OK # Co19 Issue 113. 942 LibTest/core/int/toStringAsPrecision_A01_t01: Fail, OK # Co19 Issue 113.
937 LibTest/core/String/contains_A01_t02: Fail, OK # co19 issue 105. 943 LibTest/core/String/contains_A01_t02: Fail, OK # co19 issue 105.
938 Language/07_Classes/1_Instance_Methods/2_Operators_A02_t01: Fail, OK # Expects n egative result from bit-operation. 944 Language/07_Classes/1_Instance_Methods/2_Operators_A02_t01: Fail, OK # Expects n egative result from bit-operation.
939 Language/10_Expressions/16_Assignment/1_Compound_Assignment_A01_t07: Fail, OK # Expects negative result from bit-operation.
940 Language/10_Expressions/16_Assignment/1_Compound_Assignment_A01_t08: Fail, OK # Expects negative result from bit-operation.
941 Language/10_Expressions/16_Assignment/1_Compound_Assignment_A01_t09: Fail, OK # Expects negative result from bit-operation.
942 Language/10_Expressions/16_Assignment/1_Compound_Assignment_A01_t11: Fail, OK # Expects negative result from bit-operation.
943 Language/13_Types/4_Interface_Types_A12_t10: Fail, OK # Type test assuming int ! = double. 945 Language/13_Types/4_Interface_Types_A12_t10: Fail, OK # Type test assuming int ! = double.
944 946
945 947
946 # 948 #
947 # The following tests are failing. Please add the error message 949 # The following tests are failing. Please add the error message
948 # (either a compiler error or exception message). The error messages 950 # (either a compiler error or exception message). The error messages
949 # may sometime be out of date. 951 # may sometime be out of date.
950 # 952 #
951 [ $compiler == dart2js ] 953 [ $compiler == dart2js ]
952 Language/06_Functions/2_Formal_Parameters/2_Named_Optional_Formals_A01_t01: Fail # compiler cancelled: internal error: expected expected optional parameters 954 Language/06_Functions/2_Formal_Parameters/2_Named_Optional_Formals_A01_t01: Fail # compiler cancelled: internal error: expected expected optional parameters
(...skipping 162 matching lines...) Expand 10 before | Expand all | Expand 10 after
1115 Language/10_Expressions/28_Identifier_Reference_A06_t54: Fail # @compile-error 1117 Language/10_Expressions/28_Identifier_Reference_A06_t54: Fail # @compile-error
1116 Language/10_Expressions/28_Identifier_Reference_A06_t55: Fail # @compile-error 1118 Language/10_Expressions/28_Identifier_Reference_A06_t55: Fail # @compile-error
1117 Language/10_Expressions/28_Identifier_Reference_A06_t56: Fail # @compile-error 1119 Language/10_Expressions/28_Identifier_Reference_A06_t56: Fail # @compile-error
1118 Language/11_Statements/09_Try_A01_t14: Fail # @compile-error 1120 Language/11_Statements/09_Try_A01_t14: Fail # @compile-error
1119 Language/12_Libraries_and_Scripts/2_Imports_A05_t01: Fail # @compile-error 1121 Language/12_Libraries_and_Scripts/2_Imports_A05_t01: Fail # @compile-error
1120 Language/14_Reference/1_Lexical_Rules/1_Reserved_Words_A30_t04: Fail # @compile- error 1122 Language/14_Reference/1_Lexical_Rules/1_Reserved_Words_A30_t04: Fail # @compile- error
1121 Language/14_Reference/1_Lexical_Rules_A02_t06: Fail # @compile-error 1123 Language/14_Reference/1_Lexical_Rules_A02_t06: Fail # @compile-error
1122 1124
1123 [ $compiler == dart2dart ] 1125 [ $compiler == dart2dart ]
1124 *: Skip 1126 *: Skip
OLDNEW
« no previous file with comments | « pkg/fixnum/test/int_64_test.dart ('k') | tests/compiler/dart2js/call_site_type_inferer_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698