native tests are not executable out of the box

Bug #1036365 reported by Zygmunt Krynicki
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
Linaro Android
Won't Fix
Undecided
Unassigned

Bug Description

Tested on JB snowball build.

Native tests are installed to /data/native{test,benchmark,stresstest}

Those directories are inaccessible to the 'shell' user that adb is using. In addition none of the executables are ... executable:

To fix that:

1) chmod 0775 /data/
2) chmod 0755 /data/native*
3) for what in test benchmark stresstest; do find /data/native$what -type f -exec chmod 0755 {} \; done

Revision history for this message
vishal (vishalbhoj) wrote :

snowball is no more supported.

Changed in linaro-android:
status: New → Won't Fix
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.