| 305 |
echo "RC=$?" >>testtry |
echo "RC=$?" >>testtry |
| 306 |
|
|
| 307 |
echo "---------------------------- Test 62 -----------------------------" >>testtry |
echo "---------------------------- Test 62 -----------------------------" >>testtry |
| 308 |
(cd $srcdir; $valgrind $pcregrep --match-limit=1000 -M 'This is a file(.|\R)*file.' ./testdata/grepinput) >>testtry 2>&1 |
(cd $srcdir; $valgrind $pcregrep --match-limit=1000 --no-jit -M 'This is a file(.|\R)*file.' ./testdata/grepinput) >>testtry 2>&1 |
| 309 |
echo "RC=$?" >>testtry |
echo "RC=$?" >>testtry |
| 310 |
|
|
| 311 |
echo "---------------------------- Test 63 -----------------------------" >>testtry |
echo "---------------------------- Test 63 -----------------------------" >>testtry |
| 312 |
(cd $srcdir; $valgrind $pcregrep --recursion-limit=1000 -M 'This is a file(.|\R)*file.' ./testdata/grepinput) >>testtry 2>&1 |
(cd $srcdir; $valgrind $pcregrep --recursion-limit=1000 --no-jit -M 'This is a file(.|\R)*file.' ./testdata/grepinput) >>testtry 2>&1 |
| 313 |
echo "RC=$?" >>testtry |
echo "RC=$?" >>testtry |
| 314 |
|
|
| 315 |
echo "---------------------------- Test 64 ------------------------------" >>testtry |
echo "---------------------------- Test 64 ------------------------------" >>testtry |