nodejs / node

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

Re-enable test-ubsan.yml #52753

Open RafaelGSS opened 6 months ago

RafaelGSS commented 6 months 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 6 months 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