Closed
Bug 650145
Opened 14 years ago
Closed 1 year ago
testStringBuffer_finishString fails
Categories
(Core :: JavaScript Engine, defect)
Tracking
()
RESOLVED
WORKSFORME
People
(Reporter: gwagner, Unassigned)
Details
testStringBuffer from jsapi-test fails with optimized, multi-threaded gzceal build.
testStringBuffer_finishString
CHECK(atom == finishedAtom);
atom: 0x7ffff6311640, finishedAtom: 0x7ffff6311660
../../jsapi-tests/testStringBuffer.cpp:25:CHECK failed: atom == finishedAtom
Comment 1•14 years ago
|
||
I claim the test detects a bug. \o/ Do you agree?
| Assignee | ||
Updated•11 years ago
|
Assignee: general → nobody
Updated•3 years ago
|
Severity: normal → S3
Comment 2•1 year ago
|
||
The testStringBuffer_finishString jsapi-test passes on an optimized gczeal build.
Status: NEW → RESOLVED
Closed: 1 year ago
Resolution: --- → WORKSFORME
You need to log in
before you can comment on or make changes to this bug.
Description
•