Control: forwarded -1 https://bugzilla.mozilla.org/show_bug.cgi?id=1755531
On Sat, 19 Feb 2022 at 22:38:34 +0000, Simon McVittie wrote: > After applying patches to fix compilation on i386 and mipsel (see commits > 3f0f229d, 585dadd4) there is a test failure unresolved on i386: > > ## test262/built-ins/Date/UTC/fp-evaluation-order.js: rc = 3, run time = > 0.022397 > /home/smcv/mozjs/js/src/tests/test262/shell.js:415:9 uncaught exception: > Test262Error: order of operations / precision in MakeTime Expected > SameValue(«29256», «29312») to be true > Stack: > Test262Error.thrower@/home/smcv/mozjs/js/src/tests/test262/shell.js:415:9 > assert.sameValue@/home/smcv/mozjs/js/src/tests/test262/shell.js:51:9 > > @/home/smcv/mozjs/js/src/tests/test262/built-ins/Date/UTC/fp-evaluation-order.js:19:8 > TEST-UNEXPECTED-FAIL | test262/built-ins/Date/UTC/fp-evaluation-order.js | > (args: "") [0.0 s] I think this is the same thing Marco reported in <https://bugzilla.mozilla.org/show_bug.cgi?id=1755531>. I'm testing a patch (basically just extending Marco's workaround to apply to i386 too). If successful, I'll downgrade the severity of this bug but leave it open. smcv