Changes between Version 5 and Version 6 of Writing Reftests


Ignore:
Timestamp:
Mar 8, 2011 11:36:35 PM (13 years ago)
Author:
hayato@chromium.org
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Writing Reftests

    v5 v6  
    5454
    5555
    56 == Naming convention ==
     56== File naming convention ==
    5757
    5858  * (normal) reftests: {testname}.html and {testname}-expected.html
     
    6868
    6969  * Q. If we have hello.html, hello-expected.html and hello-expected-mismatch.html files, what happens? Does that run two reftests?
    70   * A. No. That should be considerd a wrong configuration. Please don't use one test file for a (normal) reftest and a 'mismatch' reftest. Please choose the different test name for each test.
     70  * A. No. That should be considerd a wrong configuration. Don't use one test html file for both a (normal) reftest and a 'mismatch' reftest. Please choose the different file name for each test.
    7171
    7272  * Q. Can we use '-expected.html' and '-expected.{checksum,png}' at the same time for one test file?
     
    7777    If either of two html files crashes, it is considered as 'CRASH'. So does 'TIMEOUT'.
    7878
    79 
    80 
    81 
    8279== References ==
    8380