Open RafaelGSS opened 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).
test-ubsan.yml
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:
For reference, the ubsan failure in https://github.com/nodejs/node/pull/52293#issuecomment-2028778246 is https://github.com/abseil/abseil-cpp/issues/1634
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: