зеркало из https://github.com/mozilla/gecko-dev.git
regression test files update to match the gmake directory tree
not affecting the build
This commit is contained in:
Родитель
023ff85a39
Коммит
b985f2182e
|
@ -3,11 +3,11 @@ if "%1"=="baseline" goto baseline
|
|||
|
||||
:verify
|
||||
if not exist verify mkdir verify
|
||||
s:\mozilla\dist\win32_d.obj\bin\viewer -o s:\mozilla\layout\html\tests\block\base\verify\ -rd s:\mozilla\layout\html\tests\block\base -f s:\mozilla\layout\html\tests\block\base\file_list.txt
|
||||
s:\mozilla\dist\bin\viewer -o s:\mozilla\layout\html\tests\block\base\verify\ -rd s:\mozilla\layout\html\tests\block\base -f s:\mozilla\layout\html\tests\block\base\file_list.txt
|
||||
goto done
|
||||
|
||||
:baseline
|
||||
s:\mozilla\dist\win32_d.obj\bin\viewer -o s:\mozilla\layout\html\tests\block\base\ -f s:\mozilla\layout\html\tests\block\base\file_list.txt
|
||||
s:\mozilla\dist\bin\viewer -o s:\mozilla\layout\html\tests\block\base\ -f s:\mozilla\layout\html\tests\block\base\file_list.txt
|
||||
goto done
|
||||
|
||||
:error
|
||||
|
|
|
@ -3,15 +3,15 @@ if "%1"=="baseline" goto baseline
|
|||
|
||||
:verify
|
||||
if not exist verify mkdir verify
|
||||
s:\mozilla\dist\win32_d.obj\bin\viewer -o s:\mozilla\layout\html\tests\block\bugs\verify\ -rd s:\mozilla\layout\html\tests\block\bugs -f s:\mozilla\layout\html\tests\block\bugs\file_list.txt
|
||||
s:\mozilla\dist\bin\viewer -o s:\mozilla\layout\html\tests\block\bugs\verify\ -rd s:\mozilla\layout\html\tests\block\bugs -f s:\mozilla\layout\html\tests\block\bugs\file_list.txt
|
||||
REM some files require asynch loading, so they need a short delay to give good results
|
||||
s:\mozilla\dist\win32_d.obj\bin\viewer -o s:\mozilla\layout\html\tests\block\bugs\verify\ -rd s:\mozilla\layout\html\tests\block\bugs -f s:\mozilla\layout\html\tests\block\bugs\file_list_slow.txt
|
||||
s:\mozilla\dist\bin\viewer -o s:\mozilla\layout\html\tests\block\bugs\verify\ -rd s:\mozilla\layout\html\tests\block\bugs -f s:\mozilla\layout\html\tests\block\bugs\file_list_slow.txt
|
||||
goto done
|
||||
|
||||
:baseline
|
||||
s:\mozilla\dist\win32_d.obj\bin\viewer -o s:\mozilla\layout\html\tests\block\bugs\ -f s:\mozilla\layout\html\tests\block\bugs\file_list.txt
|
||||
s:\mozilla\dist\bin\viewer -o s:\mozilla\layout\html\tests\block\bugs\ -f s:\mozilla\layout\html\tests\block\bugs\file_list.txt
|
||||
REM some files require asynch loading, so they need a short delay to give good results
|
||||
s:\mozilla\dist\win32_d.obj\bin\viewer -o s:\mozilla\layout\html\tests\block\bugs\ -f s:\mozilla\layout\html\tests\block\bugs\file_list_slow.txt
|
||||
s:\mozilla\dist\bin\viewer -o s:\mozilla\layout\html\tests\block\bugs\ -f s:\mozilla\layout\html\tests\block\bugs\file_list_slow.txt
|
||||
goto done
|
||||
|
||||
:error
|
||||
|
|
|
@ -3,11 +3,11 @@ if "%1"=="baseline" goto baseline
|
|||
|
||||
:verify
|
||||
if not exist verify mkdir verify
|
||||
s:\mozilla\dist\win32_d.obj\bin\viewer -o s:\mozilla\layout\html\tests\block\net\verify\ -rd s:\mozilla\layout\html\tests\block\net -f s:\mozilla\layout\html\tests\block\net\file_list.txt
|
||||
s:\mozilla\dist\bin\viewer -o s:\mozilla\layout\html\tests\block\net\verify\ -rd s:\mozilla\layout\html\tests\block\net -f s:\mozilla\layout\html\tests\block\net\file_list.txt
|
||||
goto done
|
||||
|
||||
:baseline
|
||||
s:\mozilla\dist\win32_d.obj\bin\viewer -o s:\mozilla\layout\html\tests\block\net\ -f s:\mozilla\layout\html\tests\block\net\file_list.txt
|
||||
s:\mozilla\dist\bin\viewer -o s:\mozilla\layout\html\tests\block\net\ -f s:\mozilla\layout\html\tests\block\net\file_list.txt
|
||||
goto done
|
||||
|
||||
:error
|
||||
|
|
|
@ -3,15 +3,15 @@ if "%1"=="baseline" goto baseline
|
|||
|
||||
:verify
|
||||
if not exist verify mkdir verify
|
||||
s:\mozilla\dist\win32_d.obj\bin\viewer -o s:\mozilla\layout\html\tests\block\printing\verify\ -rd s:\mozilla\layout\html\tests\block\printing -f s:\mozilla\layout\html\tests\block\printing\file_list.txt
|
||||
s:\mozilla\dist\bin\viewer -o s:\mozilla\layout\html\tests\block\printing\verify\ -rd s:\mozilla\layout\html\tests\block\printing -f s:\mozilla\layout\html\tests\block\printing\file_list.txt
|
||||
REM some files require asynch loading, so they need a short delay to give good results
|
||||
s:\mozilla\dist\win32_d.obj\bin\viewer -o s:\mozilla\layout\html\tests\block\printing\verify\ -rd s:\mozilla\layout\html\tests\block\printing -f s:\mozilla\layout\html\tests\block\printing\file_list_slow.txt
|
||||
s:\mozilla\dist\bin\viewer -o s:\mozilla\layout\html\tests\block\printing\verify\ -rd s:\mozilla\layout\html\tests\block\printing -f s:\mozilla\layout\html\tests\block\printing\file_list_slow.txt
|
||||
goto done
|
||||
|
||||
:baseline
|
||||
s:\mozilla\dist\win32_d.obj\bin\viewer -o s:\mozilla\layout\html\tests\block\printing\ -f s:\mozilla\layout\html\tests\block\printing\file_list.txt
|
||||
s:\mozilla\dist\bin\viewer -o s:\mozilla\layout\html\tests\block\printing\ -f s:\mozilla\layout\html\tests\block\printing\file_list.txt
|
||||
REM some files require asynch loading, so they need a short delay to give good results
|
||||
s:\mozilla\dist\win32_d.obj\bin\viewer -o s:\mozilla\layout\html\tests\block\printing\ -f s:\mozilla\layout\html\tests\block\printing\file_list_slow.txt
|
||||
s:\mozilla\dist\bin\viewer -o s:\mozilla\layout\html\tests\block\printing\ -f s:\mozilla\layout\html\tests\block\printing\file_list_slow.txt
|
||||
goto done
|
||||
|
||||
:error
|
||||
|
|
|
@ -7,8 +7,8 @@ set XPCOM_DEBUG_BREAK_SAVE=%XPCOM_DEBUG_BREAK%
|
|||
set XPCOM_DEBUG_BREAK=warn
|
||||
|
||||
set HAS_SUBST=0
|
||||
if exist s:\mozilla\layout\tests\block\rtest.bat set HAS_SUBST=1
|
||||
if not exist s:\mozilla\layout\tests\block\rtest.bat subst s: %MOZ_SRC%
|
||||
if exist s:\mozilla\layout\html\tests\block\rtest.bat set HAS_SUBST=1
|
||||
if not exist s:\mozilla\layout\html\tests\block\rtest.bat subst s: %MOZ_SRC%
|
||||
|
||||
cd base
|
||||
call rtest.bat %1
|
||||
|
|
|
@ -3,11 +3,11 @@ if %1==baseline goto baseline
|
|||
|
||||
:verify
|
||||
if not exist verify mkdir verify
|
||||
s:\mozilla\dist\win32_d.obj\bin\viewer -B 1 -o s:\mozilla\layout\html\tests\formctls\base\verify\ -rd s:\mozilla\layout\html\tests\formctls\base -f s:\mozilla\layout\html\tests\formctls\base\file_list.txt
|
||||
s:\mozilla\dist\bin\viewer -B 1 -o s:\mozilla\layout\html\tests\formctls\base\verify\ -rd s:\mozilla\layout\html\tests\formctls\base -f s:\mozilla\layout\html\tests\formctls\base\file_list.txt
|
||||
goto done
|
||||
|
||||
:baseline
|
||||
s:\mozilla\dist\win32_d.obj\bin\viewer -o s:\mozilla\layout\html\tests\formctls\base\ -f s:\mozilla\layout\html\tests\formctls\base\file_list.txt
|
||||
s:\mozilla\dist\bin\viewer -o s:\mozilla\layout\html\tests\formctls\base\ -f s:\mozilla\layout\html\tests\formctls\base\file_list.txt
|
||||
goto done
|
||||
|
||||
:error
|
||||
|
|
|
@ -3,11 +3,11 @@ if %1==baseline goto baseline
|
|||
|
||||
:verify
|
||||
if not exist verify mkdir verify
|
||||
s:\mozilla\dist\win32_d.obj\bin\viewer -B 1 -o s:\mozilla\layout\html\tests\formctls\bugs\verify\ -rd s:\mozilla\layout\html\tests\formctls\bugs -f s:\mozilla\layout\html\tests\formctls\bugs\file_list.txt
|
||||
s:\mozilla\dist\bin\viewer -B 1 -o s:\mozilla\layout\html\tests\formctls\bugs\verify\ -rd s:\mozilla\layout\html\tests\formctls\bugs -f s:\mozilla\layout\html\tests\formctls\bugs\file_list.txt
|
||||
goto done
|
||||
|
||||
:baseline
|
||||
s:\mozilla\dist\win32_d.obj\bin\viewer -o s:\mozilla\layout\html\tests\formctls\bugs\ -f s:\mozilla\layout\html\tests\formctls\bugs\file_list.txt
|
||||
s:\mozilla\dist\bin\viewer -o s:\mozilla\layout\html\tests\formctls\bugs\ -f s:\mozilla\layout\html\tests\formctls\bugs\file_list.txt
|
||||
goto done
|
||||
|
||||
:error
|
||||
|
|
|
@ -3,11 +3,11 @@ if %1==baseline goto baseline
|
|||
|
||||
:verify
|
||||
if not exist verify mkdir verify
|
||||
s:\mozilla\dist\win32_d.obj\bin\viewer -o s:\mozilla\layout\html\tests\frameset\bugs\verify\ -rd s:\mozilla\layout\html\tests\frameset\bugs -f s:\mozilla\layout\html\tests\frameset\bugs\file_list.txt
|
||||
s:\mozilla\dist\bin\viewer -o s:\mozilla\layout\html\tests\frameset\bugs\verify\ -rd s:\mozilla\layout\html\tests\frameset\bugs -f s:\mozilla\layout\html\tests\frameset\bugs\file_list.txt
|
||||
goto done
|
||||
|
||||
:baseline
|
||||
s:\mozilla\dist\win32_d.obj\bin\viewer -o s:\mozilla\layout\html\tests\frameset\bugs\ -f s:\mozilla\layout\html\tests\frameset\bugs\file_list.txt
|
||||
s:\mozilla\dist\bin\viewer -o s:\mozilla\layout\html\tests\frameset\bugs\ -f s:\mozilla\layout\html\tests\frameset\bugs\file_list.txt
|
||||
goto done
|
||||
|
||||
:error
|
||||
|
|
|
@ -3,11 +3,11 @@ if %1==baseline goto baseline
|
|||
|
||||
:verify
|
||||
if not exist verify mkdir verify
|
||||
s:\mozilla\dist\win32_d.obj\bin\viewer -o s:\mozilla\layout\html\tests\frameset\core\verify\ -rd s:\mozilla\layout\html\tests\frameset\core -f s:\mozilla\layout\html\tests\frameset\core\file_list.txt
|
||||
s:\mozilla\dist\bin\viewer -o s:\mozilla\layout\html\tests\frameset\core\verify\ -rd s:\mozilla\layout\html\tests\frameset\core -f s:\mozilla\layout\html\tests\frameset\core\file_list.txt
|
||||
goto done
|
||||
|
||||
:baseline
|
||||
s:\mozilla\dist\win32_d.obj\bin\viewer -o s:\mozilla\layout\html\tests\frameset\core\ -f s:\mozilla\layout\html\tests\frameset\core\file_list.txt
|
||||
s:\mozilla\dist\bin\viewer -o s:\mozilla\layout\html\tests\frameset\core\ -f s:\mozilla\layout\html\tests\frameset\core\file_list.txt
|
||||
goto done
|
||||
|
||||
:error
|
||||
|
|
|
@ -3,11 +3,11 @@ if %1==baseline goto baseline
|
|||
|
||||
:verify
|
||||
if not exist verify mkdir verify
|
||||
s:\mozilla\dist\win32_d.obj\bin\viewer -o s:\mozilla\layout\html\tests\frameset\iframe\verify\ -rd s:\mozilla\layout\html\tests\frameset\iframe -f s:\mozilla\layout\html\tests\frameset\iframe\file_list.txt
|
||||
s:\mozilla\dist\bin\viewer -o s:\mozilla\layout\html\tests\frameset\iframe\verify\ -rd s:\mozilla\layout\html\tests\frameset\iframe -f s:\mozilla\layout\html\tests\frameset\iframe\file_list.txt
|
||||
goto done
|
||||
|
||||
:baseline
|
||||
s:\mozilla\dist\win32_d.obj\bin\viewer -o s:\mozilla\layout\html\tests\frameset\iframe\ -f s:\mozilla\layout\html\tests\frameset\iframe\file_list.txt
|
||||
s:\mozilla\dist\bin\viewer -o s:\mozilla\layout\html\tests\frameset\iframe\ -f s:\mozilla\layout\html\tests\frameset\iframe\file_list.txt
|
||||
goto done
|
||||
|
||||
:error
|
||||
|
|
|
@ -8,16 +8,16 @@ goto done
|
|||
:printall
|
||||
if not exist verify mkdir verify
|
||||
echo "PRINTING TESTS"
|
||||
s:\mozilla\dist\win32_d.obj\bin\viewer -Prt 2 -o s:\mozilla\layout\html\tests\printer\general\verify\ -f s:\mozilla\layout\html\tests\printer\general\file_list.txt -d 5
|
||||
s:\mozilla\dist\bin\viewer -Prt 2 -o s:\mozilla\layout\html\tests\printer\general\verify\ -f s:\mozilla\layout\html\tests\printer\general\file_list.txt -d 5
|
||||
goto done
|
||||
|
||||
:verify
|
||||
if not exist verify mkdir verify
|
||||
s:\mozilla\dist\win32_d.obj\bin\viewer -Prt 1 -o s:\mozilla\layout\html\tests\printer\general\verify\ -rd s:\mozilla\layout\html\tests\printer\general -f s:\mozilla\layout\html\tests\printer\general\file_list.txt -d 5
|
||||
s:\mozilla\dist\bin\viewer -Prt 1 -o s:\mozilla\layout\html\tests\printer\general\verify\ -rd s:\mozilla\layout\html\tests\printer\general -f s:\mozilla\layout\html\tests\printer\general\file_list.txt -d 5
|
||||
goto done
|
||||
|
||||
:baseline
|
||||
s:\mozilla\dist\win32_d.obj\bin\viewer -Prt 1 -o s:\mozilla\layout\html\tests\printer\general\ -f s:\mozilla\layout\html\tests\printer\general\file_list.txt -d 5
|
||||
s:\mozilla\dist\bin\viewer -Prt 1 -o s:\mozilla\layout\html\tests\printer\general\ -f s:\mozilla\layout\html\tests\printer\general\file_list.txt -d 5
|
||||
goto done
|
||||
|
||||
:error
|
||||
|
|
|
@ -8,16 +8,16 @@ goto done
|
|||
:printall
|
||||
if not exist verify mkdir verify
|
||||
echo "PRINTING TESTS"
|
||||
s:\mozilla\dist\win32_d.obj\bin\viewer -Prt 2 -o s:\mozilla\layout\html\tests\printer\images\verify\ -f s:\mozilla\layout\html\tests\printer\images\file_list.txt -d 5
|
||||
s:\mozilla\dist\bin\viewer -Prt 2 -o s:\mozilla\layout\html\tests\printer\images\verify\ -f s:\mozilla\layout\html\tests\printer\images\file_list.txt -d 5
|
||||
goto done
|
||||
|
||||
:verify
|
||||
if not exist verify mkdir verify
|
||||
s:\mozilla\dist\win32_d.obj\bin\viewer -Prt 1 -o s:\mozilla\layout\html\tests\printer\images\verify\ -rd s:\mozilla\layout\html\tests\printer\images -f s:\mozilla\layout\html\tests\printer\images\file_list.txt -d 5
|
||||
s:\mozilla\dist\bin\viewer -Prt 1 -o s:\mozilla\layout\html\tests\printer\images\verify\ -rd s:\mozilla\layout\html\tests\printer\images -f s:\mozilla\layout\html\tests\printer\images\file_list.txt -d 5
|
||||
goto done
|
||||
|
||||
:baseline
|
||||
s:\mozilla\dist\win32_d.obj\bin\viewer -Prt 1 -o s:\mozilla\layout\html\tests\printer\images\ -f s:\mozilla\layout\html\tests\printer\images\file_list.txt -d 5
|
||||
s:\mozilla\dist\bin\viewer -Prt 1 -o s:\mozilla\layout\html\tests\printer\images\ -f s:\mozilla\layout\html\tests\printer\images\file_list.txt -d 5
|
||||
goto done
|
||||
|
||||
:error
|
||||
|
|
|
@ -8,17 +8,17 @@ goto done
|
|||
:printall
|
||||
if not exist verify mkdir verify
|
||||
echo "PRINTING TESTS"
|
||||
s:\mozilla\dist\win32_d.obj\bin\viewer -Prt 2 -o s:\mozilla\layout\html\tests\printer\table\verify\ -f s:\mozilla\layout\html\tests\printer\table\file_list.txt -d 5
|
||||
s:\mozilla\dist\bin\viewer -Prt 2 -o s:\mozilla\layout\html\tests\printer\table\verify\ -f s:\mozilla\layout\html\tests\printer\table\file_list.txt -d 5
|
||||
goto done
|
||||
|
||||
|
||||
:verify
|
||||
if not exist verify mkdir verify
|
||||
s:\mozilla\dist\win32_d.obj\bin\viewer -Prt 1 -o s:\mozilla\layout\html\tests\printer\table\verify\ -rd s:\mozilla\layout\html\tests\printer\table -f s:\mozilla\layout\html\tests\printer\table\file_list.txt -d 5
|
||||
s:\mozilla\dist\bin\viewer -Prt 1 -o s:\mozilla\layout\html\tests\printer\table\verify\ -rd s:\mozilla\layout\html\tests\printer\table -f s:\mozilla\layout\html\tests\printer\table\file_list.txt -d 5
|
||||
goto done
|
||||
|
||||
:baseline
|
||||
s:\mozilla\dist\win32_d.obj\bin\viewer -Prt 1 -o s:\mozilla\layout\html\tests\printer\table\ -f s:\mozilla\layout\html\tests\printer\table\file_list.txt -d 5
|
||||
s:\mozilla\dist\bin\viewer -Prt 1 -o s:\mozilla\layout\html\tests\printer\table\ -f s:\mozilla\layout\html\tests\printer\table\file_list.txt -d 5
|
||||
goto done
|
||||
|
||||
:error
|
||||
|
|
|
@ -3,11 +3,11 @@ if "%1"=="baseline" goto baseline
|
|||
|
||||
:verify
|
||||
if not exist verify mkdir verify
|
||||
s:\mozilla\dist\win32_d.obj\bin\viewer -d 1 -o s:\mozilla\layout\html\tests\style\base\verify\ -rd s:\mozilla\layout\html\tests\style\base -f s:\mozilla\layout\html\tests\style\base\file_list1.txt
|
||||
s:\mozilla\dist\bin\viewer -d 1 -o s:\mozilla\layout\html\tests\style\base\verify\ -rd s:\mozilla\layout\html\tests\style\base -f s:\mozilla\layout\html\tests\style\base\file_list1.txt
|
||||
goto done
|
||||
|
||||
:baseline
|
||||
s:\mozilla\dist\win32_d.obj\bin\viewer -d 1 -o s:\mozilla\layout\html\tests\style\base\ -f s:\mozilla\layout\html\tests\style\base\file_list1.txt
|
||||
s:\mozilla\dist\bin\viewer -d 1 -o s:\mozilla\layout\html\tests\style\base\ -f s:\mozilla\layout\html\tests\style\base\file_list1.txt
|
||||
goto done
|
||||
|
||||
:error
|
||||
|
|
|
@ -11,23 +11,23 @@ if %1==baseline goto baseline
|
|||
|
||||
:verify
|
||||
if not exist verify mkdir verify
|
||||
s:\mozilla\dist\win32_d.obj\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\win32_d.obj\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\win32_d.obj\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\win32_d.obj\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\win32_d.obj\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\win32_d.obj\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\win32_d.obj\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
|
||||
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
|
||||
goto done
|
||||
|
||||
:baseline
|
||||
s:\mozilla\dist\win32_d.obj\bin\viewer -o s:\mozilla\layout\html\tests\table\bugs\ -f s:\mozilla\layout\html\tests\table\bugs\file_list1.txt
|
||||
s:\mozilla\dist\win32_d.obj\bin\viewer -o s:\mozilla\layout\html\tests\table\bugs\ -f s:\mozilla\layout\html\tests\table\bugs\file_list2.txt
|
||||
s:\mozilla\dist\win32_d.obj\bin\viewer -o s:\mozilla\layout\html\tests\table\bugs\ -f s:\mozilla\layout\html\tests\table\bugs\file_list3.txt
|
||||
s:\mozilla\dist\win32_d.obj\bin\viewer -o s:\mozilla\layout\html\tests\table\bugs\ -f s:\mozilla\layout\html\tests\table\bugs\file_list4.txt
|
||||
s:\mozilla\dist\win32_d.obj\bin\viewer -o s:\mozilla\layout\html\tests\table\bugs\ -f s:\mozilla\layout\html\tests\table\bugs\file_list5.txt
|
||||
s:\mozilla\dist\win32_d.obj\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\win32_d.obj\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
|
||||
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
|
||||
goto done
|
||||
|
||||
:error
|
||||
|
|
|
@ -3,11 +3,11 @@ if %1==baseline goto baseline
|
|||
|
||||
:verify
|
||||
if not exist verify mkdir verify
|
||||
s:\mozilla\dist\win32_d.obj\bin\viewer -B 1 -o s:\mozilla\layout\html\tests\table\core\verify\ -rd s:\mozilla\layout\html\tests\table\core -f s:\mozilla\layout\html\tests\table\core\file_list.txt
|
||||
s:\mozilla\dist\bin\viewer -B 1 -o s:\mozilla\layout\html\tests\table\core\verify\ -rd s:\mozilla\layout\html\tests\table\core -f s:\mozilla\layout\html\tests\table\core\file_list.txt
|
||||
goto done
|
||||
|
||||
:baseline
|
||||
s:\mozilla\dist\win32_d.obj\bin\viewer -o s:\mozilla\layout\html\tests\table\core\ -f s:\mozilla\layout\html\tests\table\core\file_list.txt
|
||||
s:\mozilla\dist\bin\viewer -o s:\mozilla\layout\html\tests\table\core\ -f s:\mozilla\layout\html\tests\table\core\file_list.txt
|
||||
goto done
|
||||
|
||||
:error
|
||||
|
|
|
@ -3,11 +3,11 @@ if %1==baseline goto baseline
|
|||
|
||||
:verify
|
||||
if not exist verify mkdir verify
|
||||
s:\mozilla\dist\win32_d.obj\bin\viewer -B 1 -o s:\mozilla\layout\html\tests\table\dom\verify\ -rd s:\mozilla\layout\html\tests\table\dom -f s:\mozilla\layout\html\tests\table\dom\file_list.txt
|
||||
s:\mozilla\dist\bin\viewer -B 1 -o s:\mozilla\layout\html\tests\table\dom\verify\ -rd s:\mozilla\layout\html\tests\table\dom -f s:\mozilla\layout\html\tests\table\dom\file_list.txt
|
||||
goto done
|
||||
|
||||
:baseline
|
||||
s:\mozilla\dist\win32_d.obj\bin\viewer -o s:\mozilla\layout\html\tests\table\dom\ -f s:\mozilla\layout\html\tests\table\dom\file_list.txt
|
||||
s:\mozilla\dist\bin\viewer -o s:\mozilla\layout\html\tests\table\dom\ -f s:\mozilla\layout\html\tests\table\dom\file_list.txt
|
||||
goto done
|
||||
|
||||
:error
|
||||
|
|
|
@ -3,11 +3,11 @@ if %1==baseline goto baseline
|
|||
|
||||
:verify
|
||||
if not exist verify mkdir verify
|
||||
s:\mozilla\dist\win32_d.obj\bin\viewer -B 1 -o s:\mozilla\layout\html\tests\table\marvin\verify\ -rd s:\mozilla\layout\html\tests\table\marvin -f s:\mozilla\layout\html\tests\table\marvin\file_list.txt
|
||||
s:\mozilla\dist\bin\viewer -B 1 -o s:\mozilla\layout\html\tests\table\marvin\verify\ -rd s:\mozilla\layout\html\tests\table\marvin -f s:\mozilla\layout\html\tests\table\marvin\file_list.txt
|
||||
goto done
|
||||
|
||||
:baseline
|
||||
s:\mozilla\dist\win32_d.obj\bin\viewer -o s:\mozilla\layout\html\tests\table\marvin\ -f s:\mozilla\layout\html\tests\table\marvin\file_list.txt
|
||||
s:\mozilla\dist\bin\viewer -o s:\mozilla\layout\html\tests\table\marvin\ -f s:\mozilla\layout\html\tests\table\marvin\file_list.txt
|
||||
goto done
|
||||
|
||||
:error
|
||||
|
|
|
@ -3,11 +3,11 @@ if %1==baseline goto baseline
|
|||
|
||||
:verify
|
||||
if not exist verify mkdir verify
|
||||
s:\mozilla\dist\win32_d.obj\bin\viewer -B 1 -o s:\mozilla\layout\html\tests\table\other\verify\ -rd s:\mozilla\layout\html\tests\table\other -f s:\mozilla\layout\html\tests\table\other\file_list.txt
|
||||
s:\mozilla\dist\bin\viewer -B 1 -o s:\mozilla\layout\html\tests\table\other\verify\ -rd s:\mozilla\layout\html\tests\table\other -f s:\mozilla\layout\html\tests\table\other\file_list.txt
|
||||
goto done
|
||||
|
||||
:baseline
|
||||
s:\mozilla\dist\win32_d.obj\bin\viewer -o s:\mozilla\layout\html\tests\table\other\ -f s:\mozilla\layout\html\tests\table\other\file_list.txt
|
||||
s:\mozilla\dist\bin\viewer -o s:\mozilla\layout\html\tests\table\other\ -f s:\mozilla\layout\html\tests\table\other\file_list.txt
|
||||
goto done
|
||||
|
||||
:error
|
||||
|
|
|
@ -11,11 +11,11 @@ if %1==baseline goto baseline
|
|||
|
||||
:verify
|
||||
if not exist verify mkdir verify
|
||||
s:\mozilla\dist\win32_d.obj\bin\viewer -Prt 1 -B 1 -o s:\mozilla\layout\html\tests\table\printing\verify\ -rd s:\mozilla\layout\html\tests\table\printing -f s:\mozilla\layout\html\tests\table\printing\file_list.txt
|
||||
s:\mozilla\dist\bin\viewer -Prt 1 -B 1 -o s:\mozilla\layout\html\tests\table\printing\verify\ -rd s:\mozilla\layout\html\tests\table\printing -f s:\mozilla\layout\html\tests\table\printing\file_list.txt
|
||||
goto done
|
||||
|
||||
:baseline
|
||||
s:\mozilla\dist\win32_d.obj\bin\viewer -Prt 1 -o s:\mozilla\layout\html\tests\table\printing\ -f s:\mozilla\layout\html\tests\table\printing\file_list.txt
|
||||
s:\mozilla\dist\bin\viewer -Prt 1 -o s:\mozilla\layout\html\tests\table\printing\ -f s:\mozilla\layout\html\tests\table\printing\file_list.txt
|
||||
goto done
|
||||
|
||||
:error
|
||||
|
|
|
@ -3,11 +3,11 @@ if %1==baseline goto baseline
|
|||
|
||||
:verify
|
||||
if not exist verify mkdir verify
|
||||
s:\mozilla\dist\win32_d.obj\bin\viewer -B 1 -o s:\mozilla\layout\html\tests\table\viewer_tests\verify\ -rd s:\mozilla\layout\html\tests\table\viewer_tests -f s:\mozilla\layout\html\tests\table\viewer_tests\file_list.txt
|
||||
s:\mozilla\dist\bin\viewer -B 1 -o s:\mozilla\layout\html\tests\table\viewer_tests\verify\ -rd s:\mozilla\layout\html\tests\table\viewer_tests -f s:\mozilla\layout\html\tests\table\viewer_tests\file_list.txt
|
||||
goto done
|
||||
|
||||
:baseline
|
||||
s:\mozilla\dist\win32_d.obj\bin\viewer -o s:\mozilla\layout\html\tests\table\viewer_tests\ -f s:\mozilla\layout\html\tests\table\viewer_tests\file_list.txt
|
||||
s:\mozilla\dist\bin\viewer -o s:\mozilla\layout\html\tests\table\viewer_tests\ -f s:\mozilla\layout\html\tests\table\viewer_tests\file_list.txt
|
||||
goto done
|
||||
|
||||
:error
|
||||
|
|
|
@ -3,11 +3,11 @@ if "%1"=="baseline" goto baseline
|
|||
|
||||
:verify
|
||||
if not exist verify mkdir verify
|
||||
s:\mozilla\dist\win32_d.obj\bin\viewer -o s:\mozilla\layout\html\tests\xbl\verify\ -rd s:\mozilla\layout\html\tests\xbl -f s:\mozilla\layout\html\tests\xbl\file_list.txt
|
||||
s:\mozilla\dist\bin\viewer -o s:\mozilla\layout\html\tests\xbl\verify\ -rd s:\mozilla\layout\html\tests\xbl -f s:\mozilla\layout\html\tests\xbl\file_list.txt
|
||||
goto done
|
||||
|
||||
:baseline
|
||||
s:\mozilla\dist\win32_d.obj\bin\viewer -o s:\mozilla\layout\html\tests\xbl\ -f s:\mozilla\layout\html\tests\xbl\file_list.txt
|
||||
s:\mozilla\dist\bin\viewer -o s:\mozilla\layout\html\tests\xbl\ -f s:\mozilla\layout\html\tests\xbl\file_list.txt
|
||||
goto done
|
||||
|
||||
:error
|
||||
|
|
Загрузка…
Ссылка в новой задаче