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

Unified Diff: dart/tests/corelib/corelib-leg.status

Issue 9355048: Return newValue from indexSet helper and other intercepted setters. Also, throw IllegalArgumentExce… (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge
Patch Set: Created 8 years, 10 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 | « dart/frog/leg/lib/js_helper.dart ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: dart/tests/corelib/corelib-leg.status
diff --git a/dart/tests/corelib/corelib-leg.status b/dart/tests/corelib/corelib-leg.status
index 411626a068d3458ba2d31e1fba287f12ec3f76c8..7d9b7db157a19f5b6e9eb5ca739b4b4031ad5b56 100644
--- a/dart/tests/corelib/corelib-leg.status
+++ b/dart/tests/corelib/corelib-leg.status
@@ -9,6 +9,10 @@ prefix corelib
[ $component == leg ]
+DoubleCompareTest: Fail, OK # VM handling of double literals.
+MathTest: Fail, OK # VM handling of double literals.
+
+
# Compilation errors.
CollectionFromTest: Fail # named constructors with type arguments are not implemented
CoreRuntimeTypesTest: Fail # map not implemented
@@ -32,15 +36,12 @@ SplayTreeTest: Fail # SsaBuilder.visitBreakStatement not implemented
StopwatchTest: Fail # visitBreakStatement not implemented
StringTest: Fail # Internal Error: Cannot find value
StringPatternTest: Fail # Bad bailout code related to for-in.
+ListGetRangeTest: Fail # Bad code for Expect.throws.
-# Implementation errors.
+# Constant lists.
ConstListRemoveRangeTest: Fail # Expect.isTrue(false) fails.
ConstListSetRangeTest: Fail # Expect.isTrue(false) fails.
-DoubleCompareTest: Fail # Expect.isTrue(false) fails.
-ExpressionTest: Fail # Expect.equals(expected: <2>, actual: <null>) fails.
-ListGetRangeTest: Fail # Expect.isTrue(false) fails.
-MathTest: Fail # Expect.equals(expected: <true>, actual: <false>) fails.
# Bad test, assumes RegExp.allMatches returns a Collection.
« no previous file with comments | « dart/frog/leg/lib/js_helper.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698