2000-11-09 01:09:57 +03:00
|
|
|
REM Table regression tests.
|
|
|
|
REM
|
|
|
|
REM How to run:
|
|
|
|
REM 1. Before you make changes, run:
|
|
|
|
REM rtest baseline
|
|
|
|
REM 2. Make your changes and rebuild
|
|
|
|
REM 3. rtest verify >outfilename
|
|
|
|
REM
|
1999-04-10 01:12:34 +04:00
|
|
|
@echo off
|
|
|
|
if %1==baseline goto baseline
|
|
|
|
|
|
|
|
:verify
|
|
|
|
if not exist verify mkdir verify
|
2002-08-25 10:44:45 +04:00
|
|
|
s:\mozilla\dist\bin\viewer -B 1 -o s:\mozilla\layout\html\tests\table\bugs\verify\ -rd s:\mozilla\layout\html\tests\table\bugs -f s:\mozilla\layout\html\tests\table\bugs\file_list1.txt
|
|
|
|
s:\mozilla\dist\bin\viewer -B 1 -o s:\mozilla\layout\html\tests\table\bugs\verify\ -rd s:\mozilla\layout\html\tests\table\bugs -f s:\mozilla\layout\html\tests\table\bugs\file_list2.txt
|
|
|
|
s:\mozilla\dist\bin\viewer -B 1 -o s:\mozilla\layout\html\tests\table\bugs\verify\ -rd s:\mozilla\layout\html\tests\table\bugs -f s:\mozilla\layout\html\tests\table\bugs\file_list3.txt
|
|
|
|
s:\mozilla\dist\bin\viewer -B 1 -o s:\mozilla\layout\html\tests\table\bugs\verify\ -rd s:\mozilla\layout\html\tests\table\bugs -f s:\mozilla\layout\html\tests\table\bugs\file_list4.txt
|
|
|
|
s:\mozilla\dist\bin\viewer -B 1 -o s:\mozilla\layout\html\tests\table\bugs\verify\ -rd s:\mozilla\layout\html\tests\table\bugs -f s:\mozilla\layout\html\tests\table\bugs\file_list5.txt
|
|
|
|
s:\mozilla\dist\bin\viewer -B 1 -o s:\mozilla\layout\html\tests\table\bugs\verify\ -rd s:\mozilla\layout\html\tests\table\bugs -f s:\mozilla\layout\html\tests\table\bugs\file_list6.txt
|
|
|
|
REM s:\mozilla\dist\bin\viewer -Prt 1 -B 1 -o s:\mozilla\layout\html\tests\table\bugs\verify\ -rd s:\mozilla\layout\html\tests\table\bugs -f s:\mozilla\layout\html\tests\table\bugs\file_list_printing.txt
|
1999-04-10 01:12:34 +04:00
|
|
|
goto done
|
|
|
|
|
|
|
|
:baseline
|
2002-08-25 10:44:45 +04:00
|
|
|
s:\mozilla\dist\bin\viewer -o s:\mozilla\layout\html\tests\table\bugs\ -f s:\mozilla\layout\html\tests\table\bugs\file_list1.txt
|
|
|
|
s:\mozilla\dist\bin\viewer -o s:\mozilla\layout\html\tests\table\bugs\ -f s:\mozilla\layout\html\tests\table\bugs\file_list2.txt
|
|
|
|
s:\mozilla\dist\bin\viewer -o s:\mozilla\layout\html\tests\table\bugs\ -f s:\mozilla\layout\html\tests\table\bugs\file_list3.txt
|
|
|
|
s:\mozilla\dist\bin\viewer -o s:\mozilla\layout\html\tests\table\bugs\ -f s:\mozilla\layout\html\tests\table\bugs\file_list4.txt
|
|
|
|
s:\mozilla\dist\bin\viewer -o s:\mozilla\layout\html\tests\table\bugs\ -f s:\mozilla\layout\html\tests\table\bugs\file_list5.txt
|
|
|
|
s:\mozilla\dist\bin\viewer -o s:\mozilla\layout\html\tests\table\bugs\ -f s:\mozilla\layout\html\tests\table\bugs\file_list6.txt
|
|
|
|
REM s:\mozilla\dist\bin\viewer -Prt 1 -o s:\mozilla\layout\html\tests\table\bugs\verify\ -rd s:\mozilla\layout\html\tests\table\bugs -f s:\mozilla\layout\html\tests\table\bugs\file_list_printing.txt
|
1999-04-10 01:12:34 +04:00
|
|
|
goto done
|
|
|
|
|
|
|
|
:error
|
|
|
|
echo syntax: rtest (baseline verify)
|
|
|
|
|
|
|
|
:done
|