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

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

Issue 9719034: Interceptor maintenance: (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge
Patch Set: Created 8 years, 9 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/tests/corelib/corelib-leg.status ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: dart/tests/language/language-leg.status
diff --git a/dart/tests/language/language-leg.status b/dart/tests/language/language-leg.status
index 82d71f3a3a86d4124262dc69ebc4e911ca961e60..3a12aae7c475957d927fcb982963eb51ff1c014e 100644
--- a/dart/tests/language/language-leg.status
+++ b/dart/tests/language/language-leg.status
@@ -16,6 +16,7 @@ CompileTimeConstantGTest: Fail # We don't handle constants with optional argumen
Factory2Test: Fail # We don't handle constants with super calls.
StringInterpolation8Test: Fail # Issue 2127
+
# Compilation errors.
CTConst3Test: Fail # CompileTimeConstantEvaluator not implemented
CTConstTest: Fail # map not implemented
@@ -91,7 +92,6 @@ InstanceCompoundAssignmentOperatorTest: Fail # Expect.equals(expected: <4>, actu
Instanceof2Test: Fail # Expect.equals(expected: <true>, actual: <false>) fails.
ListLiteral3Test: Fail # Expect.equals(expected: <true>, actual: <false>) fails.
ListLiteral4Test: Fail # Expect.equals(expected: <110111>, actual: <null>) fails.
-ListTest: Fail # TypeError: Object ,,, has no method 'copyFrom$4'
ToStringAsFixedTest: Fail # Expect.equals(expected: <0.0000006>, actual: <0.0000010>) fails.
TypeChecksInFactoryMethodTest: Fail # Expect.equals(expected: <true>, actual: <false>) fails.
@@ -233,6 +233,9 @@ DivByZeroTest: Fail, OK # Leg only has doubles.
RegExp3Test: Fail, OK # Expects exception from const constructor.
+ListTest: Fail, OK # Obsolete test uses List.copyFrom that was removed on 2011-10-31.
+
+
# TODO(ahe): Categorize these failures.
ExecuteFinally3Test: Fail
« no previous file with comments | « dart/tests/corelib/corelib-leg.status ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698