[Webkit-unassigned] [Bug 45100] dumpAsText / dumpAsMarkUp test conversion should be automated
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Thu Sep 2 03:40:40 PDT 2010
https://bugs.webkit.org/show_bug.cgi?id=45100
--- Comment #1 from Ryosuke Niwa <rniwa at webkit.org> 2010-09-02 03:40:40 PST ---
I attached a prototype for this script.
Usage will be:
rebaseline-for-dumpas-conv <path to test>
The script first attempts to convert the test autonomously to either runDumpAsTextEditingTest or dump-as-markup test, and launch an editor for the verification. When this fails, it prints out a message to ask user to manually convert the test, and launches an editor.
After that, the script will prompt the user whether or not he/she wants to rebaseline now. If the user choses no, the script halts immediately. If the user chooses to rebaseline, it'll automatically svn-delete all platform-specific results and run webkit tests to generate new result, then svn-add the new result.
If the user decides that new test result is wrong or test wasn't converted correctly, he/she can revert all operations done by this script by simply running:
rebaseline-for-dumpas-conv <path to test> --revert
--
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