Open Bug 1841118 Opened 1 year ago Updated 1 year ago

Slow jit-test bug1108159.js is broken

Categories

(Core :: JavaScript Engine, defect, P3)

defect

Tracking

()

People

(Reporter: mgaudet, Unassigned)

References

(Blocks 2 open bugs)

Details

$ ./mach jit-test --slow 1108159.js
/home/matthew/unified/js/src/jit-test/tests/debug/bug1108159.js:13:3 Error: evalStencil: Stencil object expected
Stack:
  @/home/matthew/unified/js/src/jit-test/tests/debug/bug1108159.js:13:3
Exit code: 3
FAIL - debug/bug1108159.js
[0|1|0|0] 100% ==========================================================>|  10.4s
FAILURES:
    debug/bug1108159.js
TIMEOUTS:

Root cause here is that EvalStencil is not getting a StencilObject but is instead getting a Proxy (CCW?)

Type: task → defect
Severity: -- → S3
Priority: -- → P3
Blocks: 1841124
You need to log in before you can comment on or make changes to this bug.