| Index: tests/language/language.status
|
| diff --git a/tests/language/language.status b/tests/language/language.status
|
| index e706f78e33834f0a70ea3529260f81e5d479fa6c..c625f80837671216e45abb49b5724d3565362aa1 100644
|
| --- a/tests/language/language.status
|
| +++ b/tests/language/language.status
|
| @@ -15,14 +15,6 @@
|
| # 2) File a bug on each architecture for the failure due to the language change.
|
| # 3) Update the language/src directory with the updated test.
|
|
|
| -# 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. 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
|
| ImpliedInterfaceTest: Fail # Bug 5349944
|
|
|