| 1 |
/-- This test is run only when JIT support is available. It checks for a |
/-- This test is run only when JIT support is available. It checks for a |
| 2 |
successful and an unsuccessful JIT compile. --/ |
successful and an unsuccessful JIT compile and save/restore behaviour. --/ |
| 3 |
|
** Unknown option 'r' |
| 4 |
|
|
| 5 |
/abc/S+I |
/abc/S+I |
| 6 |
Capturing subpattern count = 0 |
Capturing subpattern count = 0 |
| 11 |
No set of starting bytes |
No set of starting bytes |
| 12 |
JIT study was successful |
JIT study was successful |
| 13 |
|
|
| 14 |
/ab\C/S+I |
/ab(*COMMIT)/S+I |
| 15 |
Capturing subpattern count = 0 |
Capturing subpattern count = 0 |
| 16 |
No options |
No options |
| 17 |
First char = 'a' |
First char = 'a' |
| 18 |
Need char = 'b' |
Need char = 'b' |
| 19 |
Subject length lower bound = 3 |
Subject length lower bound = 2 |
| 20 |
No set of starting bytes |
No set of starting bytes |
| 21 |
JIT study was not successful |
JIT study was not successful |
| 22 |
|
|
| 23 |
|
/abc/S+I>testsavedregex |
| 24 |
|
Capturing subpattern count = 0 |
| 25 |
|
No options |
| 26 |
|
First char = 'a' |
| 27 |
|
Need char = 'c' |
| 28 |
|
Subject length lower bound = 3 |
| 29 |
|
No set of starting bytes |
| 30 |
|
JIT study was successful |
| 31 |
|
Compiled pattern written to testsavedregex |
| 32 |
|
Study data written to testsavedregex |
| 33 |
|
|
| 34 |
|
<testsavedregex |
| 35 |
|
Compiled pattern loaded from testsavedregex |
| 36 |
|
Study data loaded from testsavedregex |
| 37 |
|
abc |
| 38 |
|
0: abc |
| 39 |
|
|
| 40 |
/-- End of testinput14 --/ |
/-- End of testinput14 --/ |