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

Unified Diff: tests/language/language.status

Issue 8585044: Fixes issues in string interpolation tests (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: remove debugging code 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 6bd22323ccc97819d10ad81bf50d7d388ad8c09b..e7c5774d08be32e70d9a43f085bda108d56508a1 100644
--- a/tests/language/language.status
+++ b/tests/language/language.status
@@ -302,9 +302,6 @@ ScopeNegativeTest: Fail
ScriptNegativeTest: Fail
StringConcatTest: Fail
StringEscapesTest: Fail
-StringInterpolate1NegativeTest: Fail
-StringInterpolate2Test: Fail
-StringInterpolateTest: Fail
StringTest: Fail
SuperImplicitClosureTest: Fail
SuperTest: Fail # this is testing precise ordering of super constructor call
@@ -315,7 +312,6 @@ TypeVariableBoundsTest/00: Fail # Issue 417
TypeVariableBoundsTest/03: Fail # Issue 417
TypeVariableBoundsTest/04: Fail # Issue 417
TypeVariableScopeTest/none: Fail # Issue 417
-UnboundGetterTest: Fail
WrongNumberTypeArgumentsTest: Fail
ImplicitThisTest/01: Fail # Issue 376
ImplicitThisTest/02: Fail # Issue 376
@@ -336,6 +332,7 @@ PrivateMemberTest/none: Fail # test seems bad - see issue #353
FinalVarNegativeTest: Fail
StaticTopLevelTest/00: Fail
StaticTopLevelTest/03: Fail
+StringInterpolate2Test: Fail
[ $component == frog || $component == frogsh || $component == leg ]
# these tests are inconsistent in frogium and frogsh-node, investigate

Powered by Google App Engine
This is Rietveld 408576698