test262
test262 copied to clipboard
Check validity of the `acosh-approx.js` test
Not sure where to report this but
acosh-approx.jsadded with this batch breaks when the implementation just defer's to macOS Sonoma's libc++ (viastd::acosh). Newer macOS Sequoia seems to pass though.
Originally posted by @kmiller68 in https://github.com/tc39/test262/issues/4106#issuecomment-2880342634
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