HaikuPorts
  • Login
  • Preferences
  • Help/Guide
  • Wiki
  • Timeline
  • Roadmap
  • View Tickets
  • Search
  • Port Log
  • Blog

Context Navigation

  • ← Previous Change
  • Wiki History
  • Next Change →

Changes between Version 2 and Version 3 of dev-libs/libpcre/7.9/1


Ignore:
Timestamp:
05/18/09 13:08:03 (6 years ago)
Author:
scottmc
Comment:

added make check output

Legend:

Unmodified
Added
Removed
Modified
  • dev-libs/libpcre/7.9/1

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

Trac Powered

Powered by Trac 0.13dev-r10686
By Edgewall Software.

Visit the Trac open source project at
http://trac.edgewall.org/