RESOLVED FIXED Bug 215072
Improve the check-for-duplicated-platform-test-results script
https://bugs.webkit.org/show_bug.cgi?id=215072
Summary Improve the check-for-duplicated-platform-test-results script
Simon Fraser (smfr)
Reported 2020-08-01 21:37:48 PDT
Improve the check-for-duplicated-platform-test-results script
Attachments
Patch (14.42 KB, patch)
2020-08-01 21:43 PDT, Simon Fraser (smfr)
no flags
Simon Fraser (smfr)
Comment 1 2020-08-01 21:43:39 PDT
Darin Adler
Comment 2 2020-08-02 12:25:32 PDT
I haven’t studied the relationship between the two, but I would love it if the rules for search path in run-webkit-tests was the same as in this script. So if it changed, the two would continue to share the same behavior. Seems possible given all the library things we do with Python.
Simon Fraser (smfr)
Comment 3 2020-08-02 23:22:41 PDT
(In reply to Darin Adler from comment #2) > I haven’t studied the relationship between the two, but I would love it if > the rules for search path in run-webkit-tests was the same as in this > script. So if it changed, the two would continue to share the same behavior. > Seems possible given all the library things we do with Python. I think this script gets its search path rules from webkitpy, so they should be the same. What's odd about this script is that it creates Ports for platforms which are not the current platform, which never happens with run-webkit-tests. That probably results in some differences.
EWS
Comment 4 2020-08-02 23:41:50 PDT
Committed r265191: <https://trac.webkit.org/changeset/265191> All reviewed patches have been landed. Closing bug and clearing flags on attachment 405806 [details].
Radar WebKit Bug Importer
Comment 5 2020-08-03 13:33:01 PDT
Note You need to log in before you can comment on or make changes to this bug.