Skip to content

language/main_test fails on Dartium #20028

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
peter-ahe-google opened this issue Jul 14, 2014 · 4 comments
Closed

language/main_test fails on Dartium #20028

peter-ahe-google opened this issue Jul 14, 2014 · 4 comments
Labels
type-bug Incorrect behavior (everything from a crash to more subtle misbehavior)

Comments

@peter-ahe-google
Copy link
Contributor

In particular these subtests are failing:

main_test/01
main_test/02
main_test/04
main_test/05
main_test/21
main_test/42

@vsmenon
Copy link
Member

vsmenon commented Jul 14, 2014

Are these new tests or a regression on existing ones?

@peter-ahe-google
Copy link
Contributor Author

These are new tests, that tests behavior supported by the standalone VM and dart2js for a while.

It seems like Dartium rejects main with any parameters.

@vsmenon
Copy link
Member

vsmenon commented Jul 14, 2014

That sounds likely. We don't provide any mechanism for passing in arguments to a script on an html page.

@peter-ahe-google
Copy link
Contributor Author

See issue #18812 for more details.

@kevmoo kevmoo added type-bug Incorrect behavior (everything from a crash to more subtle misbehavior) and removed triaged labels Mar 1, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type-bug Incorrect behavior (everything from a crash to more subtle misbehavior)
Projects
None yet
Development

No branches or pull requests

4 participants