-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
workaround tty bugs on Node.js #4594
Conversation
At least something positive came out of it. I did notice an usual number of failures in ufuzz testing. But when I looked at a few they seemed like |
Temporal Dead Zones ones are all caused by forward references through Those var a = {};
a && ([ a.p ] = [ a = null ]); These do trigger false positives from time to time, as the string representation may differ after |
I've got to hand it to you, sifting through all those ufuzz failures is a lot of work. Better automation of test case reduction only leads to more cases to examine. |
Well at least these reports are full of verifiable/reproducible details... 😏 |
I'm still waiting for someone to file an UGLIFY_BUG_REPORT. |
May happen sooner if we add |
I was unaware of that until I just googled it. Yes, that would work. :-) |
Fewer ufuzz failures after this PR was merged. |
Yup, mystery solved − I was unable to recreate all those |
@kzc though #4529 (comment) didn't pan out, it dawned on me some of those recent false positives from
ufuzz
is likely courtesy of Node.js