Changeset 44604 in webkit


Ignore:
Timestamp:
Jun 11, 2009 9:34:05 AM (15 years ago)
Author:
bfulgham@webkit.org
Message:

2009-06-10 Brent Fulgham <bfulgham@webkit.org>

Reviewed by Eric Seidel.

Fixes https://bugs.webkit.org/show_bug.cgi?id=26309.
Update a few items in the testing language to:
(1) Reflect results are now generated with Leopard (not Tiger)
(2) Explain how to generate pixel-level layout tests.

Location:
trunk/WebKitSite
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/WebKitSite/ChangeLog

    r44473 r44604  
     12009-06-10  Brent Fulgham  <bfulgham@webkit.org>
     2
     3        Reviewed by Eric Seidel.
     4
     5        Fixes https://bugs.webkit.org/show_bug.cgi?id=26309.
     6        Update a few items in the testing language to:
     7        (1) Reflect results are now generated with Leopard (not Tiger)
     8        (2) Explain how to generate pixel-level layout tests.
     9
     10        * quality/testing.html:
     11        * quality/testwriting.html:
     12
    1132009-06-05  Kenneth Rohde Christiansen  <kenneth.christiansen@openbossa.com>
    214
  • trunk/WebKitSite/quality/testing.html

    r20994 r44604  
    1515discrepancies in the tests are resolved.</p>
    1616
    17 <p>Regression tests must be run on Tiger, since the expected results checked in were generated on Tiger.</p>
     17<p>Regression tests must be run on Leopard, since the expected results checked in were generated on Leopard.</p>
    1818
    1919
  • trunk/WebKitSite/quality/testwriting.html

    r39756 r44604  
    3131how to do this and when it makes sense.</p>
    3232
     33<p>Some tests require pixel-level comparisons.  For these tests, you must generate expected output for a specific
     34machine type, operating system, and color profile.  When you add such a test, you can generate new expected output
     35automatically using the <tt>run-webkit-tests --pixel</tt> command.  This will automatically
     36configure the color profile, and place the resulting rendered image (and checksum) in the appropriate platform
     37directory for checkin.</p>
     38
    3339<p><a href="http://www.hixie.ch/resources/fonts/">The Ahem font</a> is useful in testing text layout, since its
    3440glyphs&rsquo; metrics are well known, and it is always available to tests running
Note: See TracChangeset for help on using the changeset viewer.