[Webkit-unassigned] [Bug 72282] New: style checker reports "Path does not exist" for all tests

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Nov 14 09:09:51 PST 2011


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

           Summary: style checker reports "Path does not exist" for all
                    tests
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Tools / Tests
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: tonyg at chromium.org
                CC: abarth at webkit.org, hclam at google.com, reed at google.com,
                    dpranke at chromium.org


1. Make any change to LayoutTests/platform/chromium/test_expectations.txt
2. Run webkit-patch upload
Notice "Path does not exist" reported for all test files.

Example is here:
http://queues.webkit.org/results/10449563

I looked into this briefly, and it seems like the fundamental problem is that we create a Port without a Host. This causes us to raise an exception due to a None Host, hit "WARNING: Could not determine the port for LayoutTests/platform/chromium/test_expectations.txt. Using 'test' port, but platform-specific expectations will fail the check.", then use the "test" Port which has a dummy path for all tests. I couldn't immediately determine the right way to pass in a valid host and have to move on to more pressing gardening tasks.

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