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

Unified 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 side-by-side diff with in-line comments
Download patch
« 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 »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/co19/co19-dart2js.status
diff --git a/tests/co19/co19-dart2js.status b/tests/co19/co19-dart2js.status
index 386ad41fd255fbb7c6b3cef7fec1a39fabf69460..578c1aa4317332d8bb4f812ce9b124cef7330d2e 100644
--- a/tests/co19/co19-dart2js.status
+++ b/tests/co19/co19-dart2js.status
@@ -746,6 +746,12 @@ LibTest/isolate/isolate_api/spawnUri_A01_t05: Fail # Runtime error: UnsupportedO
LibTest/isolate/SendPort/send_A02_t04: Fail # Runtime error: TypeError: Cannot call method 'toSendPort$0' of undefined.
LibTest/isolate/isolate_api/spawnFunction_A02_t01: Fail # Runtime error: Expect.throws() fails.
+LibTest/core/int/operator_NOT_A01_t01: Fail, OK # Expects negative result from bit-operation.
+LibTest/core/int/operator_XOR_A01_t01: Fail, OK # Requires bigints.
+LibTest/core/int/operator_AND_A01_t01: Fail, OK # Requires bigints.
+LibTest/core/int/operator_right_shift_A01_t01: Fail, OK # Expects negative result from bit-operation.
+LibTest/core/int/operator_OR_A01_t01: Fail, OK # Requires bigints.
+LibTest/core/int/operator_remainder_A01_t01: Fail, OK # Requires bigints.
# These test cases use the deprecated Isolate API and should be updated to
# use spawnFunction: issue ...
@@ -936,10 +942,6 @@ LibTest/core/int/toStringAsFixed_A01_t01: Fail, OK # Co19 Issue 114.
LibTest/core/int/toStringAsPrecision_A01_t01: Fail, OK # Co19 Issue 113.
LibTest/core/String/contains_A01_t02: Fail, OK # co19 issue 105.
Language/07_Classes/1_Instance_Methods/2_Operators_A02_t01: Fail, OK # Expects negative result from bit-operation.
-Language/10_Expressions/16_Assignment/1_Compound_Assignment_A01_t07: Fail, OK # Expects negative result from bit-operation.
-Language/10_Expressions/16_Assignment/1_Compound_Assignment_A01_t08: Fail, OK # Expects negative result from bit-operation.
-Language/10_Expressions/16_Assignment/1_Compound_Assignment_A01_t09: Fail, OK # Expects negative result from bit-operation.
-Language/10_Expressions/16_Assignment/1_Compound_Assignment_A01_t11: Fail, OK # Expects negative result from bit-operation.
Language/13_Types/4_Interface_Types_A12_t10: Fail, OK # Type test assuming int != double.
« 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