Closed
Bug 698113
Opened 14 years ago
Closed 14 years ago
make xpcshell-tests-remote fails -- libmozutils.so missing
Categories
(Testing :: XPCShell Harness, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
mozilla11
People
(Reporter: gbrown, Assigned: gbrown)
Details
Attachments
(1 file)
1.43 KB,
patch
|
jmaher
:
review+
|
Details | Diff | Splinter Review |
"make xpcshell-tests-remote" reports something like:
link_image[1963]: 25545 could not load needed library 'libmozutils.so' for '/data/local/tests/xpcshell/b/xpcshell' (load_library[1105]: Library 'libmozutils.so' not found)CANNOT LINK EXECUTABLE
because xpcshell now requires libmozutils.so, but libmozutils.so is not copied to the device because it is in a sub-directory of dist/fennec.
Workaround: adb push libmozutils.so /data/local/tests/xpcshell/b
![]() |
Assignee | |
Updated•14 years ago
|
Assignee: nobody → gbrown
![]() |
Assignee | |
Comment 1•14 years ago
|
||
Note that the error message is not visible for most tests -- see bug 704355. The error message is displayed if running a single test (SOLO_FILE=... check-one-remote), or, when make xpcshell-tests-remote encounters a test marked as "fail-if" in the manifest.
![]() |
Assignee | |
Comment 2•14 years ago
|
||
I tested using "make xpcshell-tests-remote" with a recent m-c build.
Attachment #576045 -
Flags: review?(jmaher)
Comment 3•14 years ago
|
||
Comment on attachment 576045 [details] [diff] [review]
patch to copy additional libraries from dist/fennec/lib/armeabi-v7a
Review of attachment 576045 [details] [diff] [review]:
-----------------------------------------------------------------
thanks!
Attachment #576045 -
Flags: review?(jmaher) → review+
![]() |
Assignee | |
Updated•14 years ago
|
Keywords: checkin-needed
Updated•14 years ago
|
OS: All → Android
Hardware: x86 → ARM
Comment 4•14 years ago
|
||
Comment 5•14 years ago
|
||
Status: NEW → RESOLVED
Closed: 14 years ago
Keywords: checkin-needed
Resolution: --- → FIXED
Target Milestone: --- → mozilla11
You need to log in
before you can comment on or make changes to this bug.
Description
•