We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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
In particular these subtests are failing:
main_test/01 main_test/02 main_test/04 main_test/05 main_test/21 main_test/42
The text was updated successfully, but these errors were encountered:
Are these new tests or a regression on existing ones?
Sorry, something went wrong.
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.
That sounds likely. We don't provide any mechanism for passing in arguments to a script on an html page.
See issue #18812 for more details.
No branches or pull requests
In particular these subtests are failing:
main_test/01
main_test/02
main_test/04
main_test/05
main_test/21
main_test/42
The text was updated successfully, but these errors were encountered: