| 3 | | {{ |
| | 3 | {{{ |
| | 4 | ~/pcre-7.9> make check |
| | 5 | make |
| | 6 | make[1]: Entering directory `/boot/home/pcre-7.9' |
| | 7 | make all-am |
| | 8 | make[2]: Entering directory `/boot/home/pcre-7.9' |
| | 9 | make[2]: Nothing to be done for `all-am'. |
| | 10 | make[2]: Leaving directory `/boot/home/pcre-7.9' |
| | 11 | make[1]: Leaving directory `/boot/home/pcre-7.9' |
| | 12 | make check-TESTS |
| | 13 | make[1]: Entering directory `/boot/home/pcre-7.9' |
| | 14 | Testing FullMatch |
| | 15 | Testing PartialMatch |
| | 16 | Testing hex |
| | 17 | Testing octal |
| | 18 | Testing decimal |
| | 19 | Testing Replace |
| | 20 | Testing Extract |
| | 21 | Testing Consume |
| | 22 | Testing FindAndConsume |
| | 23 | Testing QuoteMeta |
| | 24 | Testing match-number peculiaraity |
| | 25 | Testing error reporting |
| | 26 | Testing recursion |
| | 27 | Testing Options |
| | 28 | Testing Option <CASELESS (class)> |
| | 29 | Testing Option <CASELESS (class2)> |
| | 30 | Testing Option <CASELESS (class)> |
| | 31 | Testing Option <CASELESS (function)> |
| | 32 | Testing Option <CASELESS (function)> |
| | 33 | Testing Option <no CASELESS> |
| | 34 | Testing Option <MULTILINE (class)> |
| | 35 | Testing Option <MULTILINE (class2)> |
| | 36 | Testing Option <MULTILINE (function)> |
| | 37 | Testing Option <no MULTILINE> |
| | 38 | Testing Option <DOTALL (class)> |
| | 39 | Testing Option <DOTALL (class2)> |
| | 40 | Testing Option <DOTALL (function)> |
| | 41 | Testing Option <no DOTALL> |
| | 42 | Testing Option <no DOLLAR_ENDONLY> |
| | 43 | Testing Option <DOLLAR_ENDONLY 1> |
| | 44 | Testing Option <DOLLAR_ENDONLY 2> |
| | 45 | Testing Option <EXTENDED (class)> |
| | 46 | Testing Option <EXTENDED (class2)> |
| | 47 | Testing Option <EXTENDED (class)> |
| | 48 | Testing Option <EXTENDED (function)> |
| | 49 | Testing Option <EXTENDED (function)> |
| | 50 | Testing Option <no EXTENDED> |
| | 51 | Testing Option <no NO_AUTO_CAPTURE> |
| | 52 | testing Option <NO_AUTO_CAPTURE> |
| | 53 | Testing Option <UNGREEDY 1> |
| | 54 | Testing Option <UNGREEDY 2> |
| | 55 | Testing Option <UNGREEDY> |
| | 56 | Testing Option <no UNGREEDY> |
| | 57 | Testing Option <no UNGREEDY> |
| | 58 | Testing Option <EXTRA 1> |
| | 59 | Testing Option <EXTRA 2> |
| | 60 | Testing Option <no EXTRA> |
| | 61 | Testing Option <all_options (CASELESS|DOTALL)> |
| | 62 | Testing Option <all_options (0)> |
| | 63 | Testing Option <all_options (MULTILINE|EXTENDED)> |
| | 64 | Testing Option <all_options (MULTILINE|EXTENDED) with constructor> |
| | 65 | Testing Option <all_options (MULTILINE|EXTENDED) with concatenation> |
| | 66 | Testing Option <all_options (0)> |
| | 67 | Testing constructors |
| | 68 | OK |
| | 69 | PASS: pcrecpp_unittest |
| | 70 | OK |
| | 71 | PASS: pcre_scanner_unittest |
| | 72 | OK |
| | 73 | PASS: pcre_stringpiece_unittest |
| 5 | | }} |
| | 75 | PCRE C library tests |
| | 76 | PCRE version 7.9 2009-04-11 |
| | 77 | |
| | 78 | Test 1: main functionality (Perl compatible) |
| | 79 | OK |
| | 80 | Test 2: API and error handling (not Perl compatible) |
| | 81 | OK |
| | 82 | ./RunTest: line 164: locale: command not found |
| | 83 | ./RunTest: line 170: locale: command not found |
| | 84 | Cannot test locale-specific features - neither the 'fr_FR' nor the |
| | 85 | 'french' locale exists, or the "locale" command is not available |
| | 86 | to check for them. |
| | 87 | |
| | 88 | Test 7: DFA matching |
| | 89 | OK |
| | 90 | PASS: RunTest |
| | 91 | |
| | 92 | Testing pcregrep |
| | 93 | pcregrep version 7.9 2009-04-11 |
| | 94 | Skipping pcregrep UTF-8 tests: no UTF-8 support in PCRE library |
| | 95 | Testing pcregrep newline settings |
| | 96 | PASS: RunGrepTest |
| | 97 | ================== |
| | 98 | All 5 tests passed |
| | 99 | ================== |
| | 100 | make[1]: Leaving directory `/boot/home/pcre-7.9' |
| | 101 | |
| | 102 | }}} |