test262 icon indicating copy to clipboard operation
test262 copied to clipboard

Check validity of the `acosh-approx.js` test

Open nicolo-ribaudo opened this issue 8 months ago • 1 comments

Not sure where to report this but acosh-approx.js added with this batch breaks when the implementation just defer's to macOS Sonoma's libc++ (via std::acosh). Newer macOS Sequoia seems to pass though.

Originally posted by @kmiller68 in https://github.com/tc39/test262/issues/4106#issuecomment-2880342634

nicolo-ribaudo avatar May 14 '25 14:05 nicolo-ribaudo

I noticed the discrepancy as well when running tests against QuickJS which passes these calls to the underlying libc library (like Python does) and tried to fix it in https://github.com/tc39/test262/pull/4492

nickva avatar May 16 '25 03:05 nickva