#1401: t/library/pcre.t:  Test #2 failing on MSWin32
---------------------+------------------------------------------------------
 Reporter:  jkeenan  |       Owner:       
     Type:  bug      |      Status:  new  
 Priority:  normal   |   Milestone:       
Component:  library  |     Version:  1.9.0
 Severity:  medium   |    Keywords:       
     Lang:           |       Patch:       
 Platform:  win32    |  
---------------------+------------------------------------------------------

Comment(by Util):

 The above problem is now occurring on Darwin/Intel 10.5, Parrot r43484.

 Also, when run via `t/harness`, a warning is issued by `malloc`.

 {{{
 $ perl t/harness --gc-debug t/library/pcre.t
 t/library/pcre.t .. 1/2
 #   Failed test 'soup to nuts'
 #   at t/library/pcre.t line 104.
 #          got: 'ok 1
 # ok 2
 # parrot(23341) malloc: *** error for object 0xa38984: Non-aligned pointer
 being freed
 # *** set a breakpoint in malloc_error_break to debug
 # not ok 3
 # not ok 4
 # not ok 5
 # '
 #     expected: 'ok 1
 # ok 2
 # ok 3
 # ok 4
 # ok 5
 # '
 # Looks like you failed 1 test of 2.
 t/library/pcre.t .. Dubious, test returned 1 (wstat 256, 0x100)
 Failed 1/2 subtests

 Test Summary Report
 -------------------
 t/library/pcre.t (Wstat: 256 Tests: 2 Failed: 1)
   Failed test:  2
   Non-zero exit status: 1
 Files=1, Tests=2,  0 wallclock secs ( 0.03 usr  0.01 sys +  0.08 cusr
 0.05 csys =  0.17 CPU)
 Result: FAIL
 }}}

 {{{
 $ ./parrot --gc-debug t/library/pcre_2.pir
 ok 1
 ok 2
 ok 3
 not ok 4
 not ok 5
 }}}

-- 
Ticket URL: <https://trac.parrot.org/parrot/ticket/1401#comment:6>
Parrot <https://trac.parrot.org/parrot/>
Parrot Development
_______________________________________________
parrot-tickets mailing list
[email protected]
http://lists.parrot.org/mailman/listinfo/parrot-tickets

Reply via email to