Bug#1006152: mozjs91: FTBFS on i386: test262/built-ins/Date/UTC/fp-evaluation-order.js

2022-09-30 Thread Simon McVittie
Control: reassign -1 mozjs102
Control: tags -1 + moreinfo

On Mon, 21 Feb 2022 at 00:15:41 +, Simon McVittie wrote:
> On Sat, 19 Feb 2022 at 22:38:34 +, 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
> .

mozjs91 is going to be removed, so I'm reassigning this to mozjs102.

According to upstream, the patch Marco applied for this should no longer
be necessary. We should check whether that's true.

smcv



Bug#1006152: mozjs91: FTBFS on i386: test262/built-ins/Date/UTC/fp-evaluation-order.js

2022-02-21 Thread Simon McVittie
Control: severity -1 important

On Mon, 21 Feb 2022 at 00:15:41 +, Simon McVittie wrote:
> 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.

Looks like this worked.

smcv



Bug#1006152: mozjs91: FTBFS on i386: test262/built-ins/Date/UTC/fp-evaluation-order.js

2022-02-20 Thread Simon McVittie
Control: forwarded -1 https://bugzilla.mozilla.org/show_bug.cgi?id=1755531

On Sat, 19 Feb 2022 at 22:38:34 +, 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
.

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



Bug#1006152: mozjs91: FTBFS on i386: test262/built-ins/Date/UTC/fp-evaluation-order.js

2022-02-19 Thread Simon McVittie
Source: mozjs91
Version: 91.6.0-1
Severity: serious
Tags: ftbfs

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]

mipsel is still running tests on eller, I'll open a separate bug if
there are unexpected failures.

smcv