RESOLVED WONTFIX 100100
[Chromium] Running layout tests for Android should be more reliable
https://bugs.webkit.org/show_bug.cgi?id=100100
Summary [Chromium] Running layout tests for Android should be more reliable
Peter Beverloo
Reported 2012-10-23 03:30:54 PDT
There are three issues right now which impact stability and reliability of the Android layout tester: http://build.webkit.org/builders/Chromium%20Android%20Release%20%28Tests%29 1) The devices need to be rooted. Going to root is done in _setup_test, but this doesn't seem to have any effect. We should remove the need to be on a rooted device. 2) Apache2 sometimes failes to start because there are excess ipcs semaphores. These can be removed from the bot by running the following command, but they should be cleaned up in a normal way. ipcs -s | grep chrome-bot | perl -e 'while (<STDIN>) { @a=split(/\s+/); print `ipcrm sem $a[1]`}' 3) The test runner, right now, seems to be unable to detect that DRT is done. It waits for more output while nothing else will follow. http://build.webkit.org/builders/Chromium%20Android%20Release%20%28Tests%29/builds/1783/steps/layout-test/logs/stdio As an aside, the error messages shared by the layout test runner are highly unclear (plain python errors).
Attachments
Peter Beverloo
Comment 1 2013-04-08 11:02:53 PDT
Resolving as WontFix given that Chromium moved to Blink.
Note You need to log in before you can comment on or make changes to this bug.