Skip to content
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

d8: Remove experimental notice from stderr #139

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

ptomato
Copy link

@ptomato ptomato commented Oct 24, 2023

If you invoke d8 with any --harmony flags, it prints a warning to stderr that you are using experimental technologies. Remove this warning from the captured stderr, because it's just noise - if you are running d8 with a --harmony flag via eshost, you probably know what you are doing.

Additionally, non-empty stderr makes test262harness think the test has failed, so it's currently impossible to run test262 tests for a --harmony feature.

If you invoke d8 with any --harmony flags, it prints a warning to stderr
that you are using experimental technologies. Remove this warning from
the captured stderr, because it's just noise - if you are running d8
with a --harmony flag via eshost, you probably know what you are doing.

Additionally, non-empty stderr makes test262harness think the test has
failed, so it's currently impossible to run test262 tests for a
--harmony feature.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant