[Webkit-unassigned] [Bug 67590] New: Implement DRT support for Android.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Sep 5 01:32:55 PDT 2011


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

           Summary: Implement DRT support for Android.
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Android
        OS/Version: Android
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: Tools / Tests
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: zhenghao at chromium.org
                CC: tony at chromium.org, abarth at webkit.org,
                    andreip at google.com, steveblock at google.com,
                    peter at chromium.org, jnd at chromium.org,
                    wangxianzhu at chromium.org


When testing on Android, we need to send input command for DRT from host machine to target device through 'adb shell', which is not that reliable. And it is also not reliable to receive DRT output from target device to host machine. So we add 2 mechanism to make DRT interaction more robust:
- Send 'QUIT' to DRT to make it stop.
- Wait for receiving '#READY' from DRT, so that DRT won't miss any input commands before it starts.

And LayoutTestController.cpp needs to include <cctype> for 'tolower' and <clocale> for 'LC_ALL' to compile on Android.

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