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

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

Issue 9720030: Compile initializers in right order. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Address comments. 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 | « tests/co19/co19-leg.status ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/language/language-leg.status
diff --git a/tests/language/language-leg.status b/tests/language/language-leg.status
index 3e472d97f3dca422cc4f4e1fb5a88a55a0e438aa..180d43e3ada0b9723552f1d2df2407a966a1dac9 100644
--- a/tests/language/language-leg.status
+++ b/tests/language/language-leg.status
@@ -24,7 +24,6 @@ CanonicalConstTest: Fail # map not implemented
CharEscapeTest: Fail # Unhandled non-BMP character: U+10000
ConstInitTest: Fail # CompileTimeConstantHandler with arguments not implemented
ConstObjectsAreImmutableTest: Fail # map not implemented
-Constructor5Test: Fail # no matching constructor found
Context2Test: Fail # switch cases are not implemented
ContinueTest: Fail # switch cases are not implemented
DefaultFactoryLibraryTest: Fail # lib is not a type
@@ -71,7 +70,6 @@ SuperFieldTest: Fail # no method named city in class B
SuperImplicitClosureTest: Fail # Internal Error: SsaBuilder.visitIdentifier on non-this
SuperOperatorTest: Fail # no method named + in class A
SuperSetterTest: Fail # Internal Error: SsaBuilder.visitIdentifier on non-this
-SuperTest: Fail # cannot find tokens to produce error message for i++.
SwitchLabelTest: Fail # switch cases are not implemented
TypeDartcTest: Fail # non-empty instruction stack
@@ -82,9 +80,6 @@ BadNamedParametersTest: Fail # NullPointerException
BitOperationsTest: Fail # Expect.equals(expected: <18446744073709552000>, actual: <1>) fails.
ConstEscapeFrogTest: Fail # Expect.equals(expected: <null>, actual: <Instance of 'Bar'>) fails.
ConstListTest: Fail # Expect.equals(expected: <true>, actual: <false>) fails.
-Constructor2Test: Fail # Expect.equals(expected: <1-2-3-4-5-6-7->, actual: <1-2-3-5-4-6-7->) fails.
-Constructor3Test: Fail # Expect.equals(expected: <1-2-3-4-5-6->, actual: <1-2-4-3-5-6->) fails.
-ExampleConstructorTest: Fail # Expect.equals(expected: <0 1 2 3 4 5 6 >, actual: <0 1 3 4 2 5 6 >) fails.
ExpectTest: Fail # Expect.identical did not fail
FactoryImplementationTest: Fail # Expect.equals(expected: <1>, actual: <0>) fails.
FunctionTest: Fail # continue not implemented
« no previous file with comments | « tests/co19/co19-leg.status ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698