[Webkit-unassigned] [Bug 96471] [chromium] When running layout tests on android judge about installation success from adb command exit status

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Sep 14 06:17:26 PDT 2012


https://bugs.webkit.org/show_bug.cgi?id=96471





--- Comment #4 from Egor Pasko <pasko at chromium.org>  2012-09-14 06:17:54 PST ---
Peter,

it looks like my version of adb is different, but it appears from the dependency pulled into my tree:
$ which adb
/[...]/clank/external/chrome/third_party/android_tools/sdk//platform-tools/adb

And I never get "Success" or "Failure" in adb's stdout:

$ adb install -r out/Debug/DumpRenderTree_apk/DumpRenderTree-debug.apk; echo $?
4287 KB/s (12481666 bytes in 2.843s)
0

$ adb install out/Debug/DumpRenderTree_apk/DumpRenderTree-debug.apk; echo $?
4343 KB/s (12481666 bytes in 2.806s)
0

$ adb install /does/not/exist; echo $?
can't find '/does/not/exist' to install
1

so my version of adb seems to be less verbose and at the same time correctly sets the exit code. It would be nice to find the cause for such difference.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list