nodejs / node

Node.js JavaScript runtime ✨🐢🚀✨
https://nodejs.org
Other
104.28k stars 28.06k forks source link

Re-enable test-ubsan.yml #52753

Open RafaelGSS opened 2 weeks ago

RafaelGSS commented 2 weeks ago

During the latest Node.js major release (https://github.com/nodejs/node/pull/52505) we have had to disable test-ubsan.yml due to failing tests on a recent V8 update (https://github.com/nodejs/node/pull/52560).

I have tried to make it work, but due to the short time frame I had to fix it, we have decided to simply disable it for now.

Some insights:

richardlau commented 1 week ago

For reference, the ubsan failure in https://github.com/nodejs/node/pull/52293#issuecomment-2028778246 is https://github.com/abseil/abseil-cpp/issues/1634