[Webkit-unassigned] [Bug 92653] New: [Chromium-Android] Apply all Linux layout test expectations

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Jul 30 09:51:38 PDT 2012


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

           Summary: [Chromium-Android] Apply all Linux layout test
                    expectations
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Android
        OS/Version: Android
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Tools / Tests
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: wangxianzhu at chromium.org
                CC: abarth at webkit.org, dpranke at chromium.org,
                    peter at chromium.org, james.wei at intel.com
            Blocks: 66687


We used to let chromium_android.py replace all 'LINUX' to 'LINUX ANDROID' in test expectations on Android to automatically inherit all test expectations of chromium-linux, by overriding Port.test_expectations() with ChromiumAndroidPort.test_expectations(). This has been not working since Port.test_expectations() became Port.expectations_dict(). We could convert ChromiumAndroidPort.test_expectations() to ChromiumAndroidPort.expectations_dict(), but I think it's still a temporary thing and we should go ahead of it: we should start to upstream the Android expectations:

1) actually replace 'LINUX' to 'LINUX ANDROID' in TestExpectations
2) upstream all the special expectations in test_expectations_android.txt (currently in downstream only), module by module when we enable the module in upstream bot
3) remove the code about special expectations in chromium_android.py

This bug is for the above 1).

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