[Webkit-unassigned] [Bug 258855] New: check-for-duplicated-platform-test-results should consider full graph

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Jul 4 09:31:26 PDT 2023


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

            Bug ID: 258855
           Summary: check-for-duplicated-platform-test-results should
                    consider full graph
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Tools / Tests
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: gsnedders at apple.com
                CC: cgarcia at igalia.com, jbedard at apple.com

e.g., consider:

Checking search paths [platform/mac-ventura-wk1, platform/mac-ventura, platform/mac-wk1, platform/mac]
Checking search paths [platform/mac-ventura-wk2, platform/mac-ventura, platform/mac-wk2, platform/mac, platform/wk2]

And imagine we have:

test-expected.txt: A
platform/wk2/test-expected.txt: B
platform/mac/test-expected.txt: B

Then when processing the second search path, we will remove platform/mac/test-expected.txt as a duplicate of platform/wk2/test-expected.txt, despite it being essential for the first search path.

In reality, we don't have many points in the graph where we have multiple outgoing edges, but it does show the limitations of processing these on a search path by search path basis (and the problems with doing any automated processing based on search paths unless you can construct the full graph).

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20230704/350c10ab/attachment-0001.htm>


More information about the webkit-unassigned mailing list