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

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: Comment and test update. 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
Index: tests/co19/co19-dart2js.status
diff --git a/tests/co19/co19-dart2js.status b/tests/co19/co19-dart2js.status
index 22e65f9cccb2f51ff8eaac04c8f3934c78e4ead5..5e89ac7e9ab605ac0ec23d68ebc9a4a48336ac10 100644
--- a/tests/co19/co19-dart2js.status
+++ b/tests/co19/co19-dart2js.status
@@ -240,6 +240,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.
kasperl 2012/09/04 05:57:30 File co19 issue to track this?
floitsch 2012/09/04 13:10:42 These are scheme2Js bugs. Not sure what we should
+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 ...
@@ -451,10 +457,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.

Powered by Google App Engine
This is Rietveld 408576698