Closed
Bug 899250
Opened 12 years ago
Closed 11 years ago
jit-test/tests/parallel failures in threadsafe builds
Categories
(Core :: JavaScript Engine, defect)
Core
JavaScript Engine
Tracking
()
RESOLVED
WONTFIX
People
(Reporter: luke, Unassigned)
References
Details
Although they seem to pass on tbpl, in a fresh debug threadsafe shell (--enable-debug --disable-optimize --enable-threadsafe --with-system-nspr) on linux, these tests fail:
tests/parallel/Array-filterPar-all.js
tests/parallel/Array-filterPar-non-divisible.js
tests/parallel/Array-filterPar-every-third-element.js
tests/parallel/Array-filterPar-none.js
tests/parallel/Array-filterPar-truthy.js
tests/parallel/Array-filterPar-very-few.js
tests/parallel/Array-reducePar-mul.js
tests/parallel/Array-reducePar-sum.js
tests/parallel/Array-reducePar-bail.js
tests/parallel/Array-reducePar-mul-short.js
Mostly with the message:
Error: expected parallel execution but found sequential was forced
Assignee | ||
Updated•11 years ago
|
Assignee: general → nobody
Updated•11 years ago
|
You need to log in
before you can comment on or make changes to this bug.
Description
•