v8 / node

Node.js JavaScript runtime :sparkles::turtle::rocket::sparkles:
https://nodejs.org
Other
171 stars 66 forks source link

Skip test depending on always-true removed --harmony-atomics flag #155

Closed ajklein closed 1 year ago

ajklein commented 1 year ago

The failing test is a regression test for https://github.com/nodejs/node/issues/39717, which is about a crash that occurs when the flag is disabled. Given that that will no longer be possible once the flag is gone, this seems safe to disable forever.