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

Unified Diff: tests/language/language.status

Issue 8523034: Compile Time Constants cycle check (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Removed setType() from DartExpression node Created 9 years, 1 month 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/language/language.status
diff --git a/tests/language/language.status b/tests/language/language.status
index d1d5886a1744939f9611a7a150a9d2446aeb6716..76bb4e887bdfb10600c68b8e4d24371a195ef31a 100644
--- a/tests/language/language.status
+++ b/tests/language/language.status
@@ -50,6 +50,7 @@ ImplicitThisTest/04: Fail # Issue 374
ImplicitThisTest/none: Fail # Issue 374
NonParameterizedFactoryTest: Fail # Bug 5257789
+ConstInit5NegativeTest: Fail # issue 482
# DartC or Frog specific tests that should not be run by the VM
*DartcTest: Skip
@@ -89,10 +90,7 @@ Prefix15Test: Skip # Bug 5406175
Prefix16NegativeTest: Fail # Bug 5532534
ConstConstructor1NegativeTest: FAIL # Bug 5142545
ConstConstructor2NegativeTest: FAIL # Bug 5142545
-CTConst3Test: Fail # Codesite Issue 120
FactoryNegativeTest: Fail # Issue 417
-
-
StringConcatTest: FAIL # Bug 5196164
NamedParametersTypeTest: Fail # Implementation in progress.
NamedParametersNegativeTest: Fail # Implementation in progress.
@@ -228,6 +226,7 @@ ConstructorDefaultTest: Fail
CTConstTest: Fail # Not checking for generic type in const expression.
DynamicTest: Fail
ExampleConstructorTest: Fail
+ConstInit5NegativeTest: Fail # issue 482
Constructor2Test: Fail
Constructor3Test: Fail
Constructor4Test: Fail

Powered by Google App Engine
This is Rietveld 408576698