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

Unified Diff: tests/language/language.status

Issue 9496008: Update status file. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Cosmetic changes. 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/language/language.status
diff --git a/tests/language/language.status b/tests/language/language.status
index 5bf69929803380b25469f53b5ac58b903b30de80..319069c9a972eadf8203b86ca4f2749b21086df0 100644
--- a/tests/language/language.status
+++ b/tests/language/language.status
@@ -212,9 +212,6 @@ GCTest: Skip # Issue 1487
IntrinsifiedMethodsTest: Fail # Issue 1470
ArithmeticTest: Fail # Issue 1470
-[ $component == frog || $component == frogium || $component == webdriver ]
-DoubleToStringAsFixedTest: Fail # fails due to rounding in constant propagation and -0.0.
-
# This set of four test components (frog, frogsh, frogium, and webdriver) all
# consume frog output, so if frog is generating the incorrect code, chances are
# it will fail on all of these components.
@@ -232,8 +229,13 @@ ExceptionTest: Fail # Issue 1785
Factory3Test: Fail # Issue 417
Factory2NegativeTest: Fail
CallThroughNullGetterTest: Fail # Throw ObjectNotClosure instead of NullPointerException.
-DoubleToStringAsPrecisionTest: Fail # fails due to -0.0.
DoubleToStringAsExponentialTest: Fail # fails due to -0.0.
+# Once the -0.0 in DoubleToStringAsFixedTest is fixed it will probably need to
+# be moved to a
+# [ $component == frog || $component == frogium || $component == webdriver ]
+# section.
+DoubleToStringAsFixedTest: Fail # fails due to -0.0 and due to rounding in constant propagation.
+DoubleToStringAsPrecisionTest: Fail # fails due to -0.0.
ExtendTypeParameterNegativeTest: Skip # Issue 886
ExtendTypeParameter2NegativeTest: Skip # Issue 886
FinalSyntaxTest/none: Fail
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698