Lines Matching refs:echo
1 @echo off
32 Error: echo distribution testdata folder not found!
40 echo source dir is %srcdir%
41 echo pcretest=%pcretest%
44 echo Error: %pcretest% not found!
45 echo.
118 echo Invalid test number - %%a!
119 echo Usage %0 [ test_number ] ...
120 … echo Where test_number is one or more optional test numbers 1 through 26, default is all tests.
155 @echo RunTest.bat's pcretest output is written to newly created subfolders named
156 @echo testout, testoutstudy and testoutjit.
157 @echo.
165 echo.
166 echo ---- Testing 8-bit library ----
167 echo.
171 echo.
172 echo ---- Testing 16-bit library ----
173 echo.
177 echo.
178 echo ---- Testing 32-bit library ----
179 echo.
221 echo In above output, one or more of the various tests failed!
224 echo All OK
237 echo Missing test number argument!
242 echo Missing outputdir!
247 echo Missing test name argument!
258 echo Test %1: %3
261 echo. failed executing command-line:
262 …echo. %pcretest% %mode% %4 %5 %6 %7 %8 %9 %srcdir%\testdata\%testinput% ^>%2%bits%\%tes…
284 echo. failed comparison: fc /n %srcdir%\testdata\%testoutput% %2%bits%\%testoutput%
286 echo.
287 echo ** Test 2 requires a lot of stack. PCRE can be configured to
288 echo ** use heap for recursion. Otherwise, to pass Test 2
289 echo ** you generally need to allocate 8 mb stack to PCRE.
290 echo ** See the 'pcrestack' page for a discussion of PCRE's
291 echo ** stack usage.
292 echo.
295 echo.
296 echo ** Test 3 failure usually means french locale is not
297 echo ** available on the system, rather than a bug or problem with PCRE.
298 echo.
306 echo. Passed.
329 echo Test 4 Skipped due to absence of UTF-%bits% support.
339 echo Test 5 Skipped due to absence of UTF-%bits% support.
349 echo Test 6 Skipped due to absence of Unicode property support.
359 echo Test 7 Skipped due to absence of Unicode property support.
374 echo Test 9 Skipped due to absence of UTF-%bits% support.
383 echo Test 10 Skipped due to absence of Unicode property support.
392 echo Test 11 Skipped because link size is not 2.
396 echo Test 11 Skipped due to absence of Unicode property support.
405 echo Test 12 Skipped due to absence of JIT support.
413 echo Test 13 Skipped due to presence of JIT support.
421 echo Test 14 Skipped when running 16/32-bit tests.
433 echo Test 15 Skipped when running 16/32-bit tests.
437 echo Test 15 Skipped due to absence of UTF-%bits% support.
447 echo Test 16 Skipped when running 16/32-bit tests.
451 echo Test 16 Skipped due to absence of Unicode property support.
461 echo Test 17 Skipped when running 8-bit tests.
471 echo Test 18 Skipped when running 8-bit tests.
475 echo Test 18 Skipped due to absence of UTF-%bits% support.
485 echo Test 19 Skipped when running 8-bit tests.
489 echo Test 19 Skipped due to absence of Unicode property support.
499 echo Test 20 Skipped when running 8-bit tests.
508 echo Test 21 Skipped when running 8-bit tests.
512 echo Test 21 Skipped because link size is not 2.
527 echo Test 22 Skipped when running 8-bit tests.
531 echo Test 22 Skipped due to absence of UTF-%bits% support.
535 echo Test 22 Skipped because link size is not 2.
549 echo Test 23 Skipped when running 8/32-bit tests.
559 echo Test 24 Skipped when running 8/32-bit tests.
563 echo Test 24 Skipped due to absence of UTF-%bits% support.
573 echo Test 25 Skipped when running 8/16-bit tests.
583 echo Test 26 Skipped when running 8/16-bit tests.
587 echo Test 26 Skipped due to absence of UTF-%bits% support.
596 @echo.
597 @echo Either your build is incomplete or you have a configuration error.
598 @echo.
599 @echo If configured with cmake and executed via "make test" or the MSVC "RUN_TESTS"
600 @echo project, pcre_test.bat defines variables and automatically calls RunTest.bat.
601 @echo For manual testing of all available features, after configuring with cmake
602 @echo and building, you can run the built pcre_test.bat. For best results with
603 @echo cmake builds and tests avoid directories with full path names that include
604 @echo spaces for source or build.
605 @echo.
606 @echo Otherwise, if the build dir is in a subdir of the source dir, testdata needed
607 @echo for input and verification should be found automatically when (from the
608 @echo location of the the built exes) you call RunTest.bat. By default RunTest.bat
609 @echo runs all tests compatible with the linked pcre library but it can be given
610 @echo a test number as an argument.
611 @echo.
612 @echo If the build dir is not under the source dir you can either copy your exes
613 @echo to the source folder or copy RunTest.bat and the testdata folder to the
614 @echo location of your built exes and then run RunTest.bat.
615 @echo.