eshost icon indicating copy to clipboard operation
eshost copied to clipboard

d8: Remove experimental notice from stderr

Open ptomato opened this issue 1 year ago • 0 comments

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.

ptomato avatar Oct 24 '23 00:10 ptomato