[Webkit-unassigned] [Bug 88442] run-webkit-tests --reset-results prints out that it resets passing tests

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Nov 1 15:12:40 PDT 2012


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





--- Comment #6 from Dirk Pranke <dpranke at chromium.org>  2012-11-01 15:14:02 PST ---
Rolling a couple other similar requests into this bug ... basically, when writing new baselines we should only do so if they're different than the existing baselines. Also, we should optimize the result so that if the new result now matches the next one in the search path we delete the result instead of writing it. In other words, if foo-expected.txt == "a" and platform/mac/foo-expected.txt == "b" and we write a new result that == "a", we should delete the platform/mac result instead.

(And the logging should be clear about what's going on).

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