[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:39:08 PDT 2012


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





--- Comment #8 from Peter Beverloo <peter at chromium.org>  2012-09-14 06:39:36 PST ---
(In reply to comment #4)
> $ 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

For clarity: the second install will have failed, as the package was already installed. It should have shown "Failure [INSTALL_FAILED_ALREADY_EXISTS]"...

-- 
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