[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:29:00 PDT 2012


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





--- Comment #6 from Egor Pasko <pasko at chromium.org>  2012-09-14 06:29:28 PST ---
adb --version 2>&1 | head -1
Android Debug Bridge version 1.0.29

As I wrote (see result of `which adb`), the adb is coming from the Android SDK that is in the chrome tree (pulled via git deps).

Could it be that the environment is set up differently? I am out of ideas.

If there are two valid adb modes with said behavior we would become more careful:
1. check if we encountered "Success" or "Failure" (we are with the "old" adb mode)
2. else judge by the exit code (we are with the adb mode that Egor is having)

I don't like how it looks/reads but really I do not see other ways how this can be transitioned from one mode to another smoothly given the assumption that two modes of adb are correct.

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