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

Unified Diff: tests/language/language.status

Issue 9610002: remove node.js dependency by running the frog compiler in (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: fix frog html 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
Index: tests/language/language.status
diff --git a/tests/language/language.status b/tests/language/language.status
index 8c834b1b279221cb1378850d952c8b773fe3b463..8714379824db30c44ffbd6d877345d7e67ffef93 100644
--- a/tests/language/language.status
+++ b/tests/language/language.status
@@ -17,6 +17,16 @@
prefix language
+# TODO(mattsh) Once we move to the leg code generator, the javascript generated
+# by frog won't depend on whether frog is running on the dart vm or v8. (The
+# leg compiler is designed to produce identical output no matter where it
+# is running.) At that point we can make all the tests verify that the
+# generated javascript is identical between frogsh and frogium, and then only
+# need run the js once in the browser. For now, just disable language
+# tests of frogsh to save time.
+[ $component == frogsh ]
+*: Skip
+
[ $component == vm || $component == dartium ]
GCTest: Fail # Issue 1487
@@ -208,11 +218,6 @@ TypedMessageTest: Fail # Bug 5246195
StringEscape1NegativeTest: Skip
GCTest: Skip # Issue 1487
-
-[ $component == frogsh ]
-IntrinsifiedMethodsTest: Fail # Issue 1470
-ArithmeticTest: Fail # Issue 1470
-
# 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.
@@ -225,7 +230,7 @@ ArithmeticTest: Fail # Issue 1470
# (Chrome, IE, Firefox, Safari, etc). If a test is only failing on a particular
# browser, you can be more specific about the failure by using $browser:
# [ $component == webdriver && $browser == chrome ] for example.
-[ $component == frog || $component == frogsh || $component == frogium || $component == webdriver]
+[ $component == frog || $component == frogium || $component == frogsh|| $component == webdriver]
ExceptionTest: Fail # Issue 1785
Factory3Test: Fail # Issue 417
Factory2NegativeTest: Fail
@@ -234,7 +239,7 @@ DisablePrivacyTest: Skip # Issue 1882: Needs --disable_privacy support.
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 ]
+# [ $component == frog || $component == frogium || $component == frogsh || $component == webdriver ]
# section.
DoubleToStringAsFixedTest: Fail # fails due to -0.0 and due to rounding in constant propagation.
DoubleToStringAsPrecisionTest: Fail # fails due to -0.0.
@@ -382,7 +387,7 @@ NamedParameters4Test: Fail
StringEscape4NegativeTest: Fail # Issue 1352
-[ $component == frogium || $component == webdriver || $component == dartium ]
+[ $component == frogium || $component == frogsh || $component == webdriver || $component == dartium ]
ResourceTest: Fail # browser tests are #sourcing the test, causing an error that directives cannot be used in #sourced files, see issue 1807
[ $component == webdriver && $browser == chrome ]
@@ -444,7 +449,7 @@ TypeVariableBoundsTest/09: Fail
TypeVariableBounds2Test/00: Fail # Issue 1939
TypeVariableBounds2Test/03: Fail # Issue 1939
-[ $component == frog || $component == frogsh ]
+[ $component == frog ]
# these tests are inconsistent in frogium and frogsh-node, investigate
StaticField1RunNegativeTest: Pass
StaticField2RunNegativeTest: Pass
@@ -456,7 +461,7 @@ SyntaxTest/33: Fail # Issue 1109
StringEscape3NegativeTest: Fail # Issue 1352
LiteralUnaryPlusTest/01: Fail # Issue 1400
-[ $component == frogium ]
+[ $component == frogium || $component == frogsh ]
# these tests are inconsistent in frogium and frogsh-node, investigate
StaticField1RunNegativeTest: Pass # but error is not correct
StaticField2RunNegativeTest: Pass # but error is not correct

Powered by Google App Engine
This is Rietveld 408576698