Closed
Bug 929125
Opened 11 years ago
Closed 11 years ago
Set shared library path in jit-test harness
Categories
(Core :: JavaScript Engine, defect)
Core
JavaScript Engine
Tracking
()
RESOLVED
FIXED
mozilla27
People
(Reporter: dminor, Assigned: dminor)
References
Details
Attachments
(1 file)
1.45 KB,
patch
|
terrence
:
review+
|
Details | Diff | Splinter Review |
On some of the test platforms the directory containing the js interpreter libraries is not in the shared library path, preventing the interpreter from running.
Setting the library path appropriately in the env will fix linux32 opt and debug. The same symptom (every test fails) shows up on the Windows XP and Windows 7 opt builds, but may be caused by something else.
Assignee | ||
Comment 1•11 years ago
|
||
This fixes the linux32 builds on a releng loaner test machine.
Try run here: https://tbpl.mozilla.org/?tree=Try&rev=7c7ce7ee52db
Comment 2•11 years ago
|
||
Comment on attachment 820354 [details] [diff] [review]
Set shared library path
Review of attachment 820354 [details] [diff] [review]:
-----------------------------------------------------------------
Makes sense. r=me
Attachment #820354 -
Flags: review?(terrence) → review+
Assignee | ||
Comment 3•11 years ago
|
||
Comment 4•11 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla27
You need to log in
before you can comment on or make changes to this bug.
Description
•