Changes between Version 2 and Version 3 of QtWebKitGardening


Ignore:
Timestamp:
Jun 1, 2011 6:31:13 AM (13 years ago)
Author:
andreas.kling@nokia.com
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • QtWebKitGardening

    v2 v3  
    1 88'''NOTE: This is a proposal in progress.'''
     1'''NOTE: This is a proposal in progress.'''
    22
    33The purpose of QtWebKit gardening is to keep the Qt build and test bots green. There are a number of tasks for the gardener:
     
    3333
    3434The bugs should be marked with the keywords "Qt, QtTriaged, Regression". The CC list should include the developers who authored and reviewed the offending changeset.
     35
     36== Maintaining the LayoutTests expected results ==
     37
     38When new tests are added, it's sometimes necessary to have a platform-specific expected result, for instance if the output includes text metrics. These files live in LayoutTests/platform/qt*/foo/bar/baz-expected.txt and LayoutTests/platform/qt*/foo/bar/baz-expected.png (which corresponds to the test LayoutTests/foo/bar/baz.html)
     39
     40For the text results, this is often as simple as running "webkit-patch rebaseline" and grabbing the results from the Qt bot. The screenshot (PNG) results are a little trickier, as they are currently not dumped by the bot, and need to be generated manually. These tests should be generated in an environment equivalent to that of the bot, i.e [http://webkit.sed.hu/blog/20101028/qtwebkit-builder-and-tester-virtual-machine the Q-BAT VM from Szeged].