# New Ticket Created by Will Coleda
# Please include the string: [perl #51002]
# in the subject line of all future correspondence about this issue.
# <URL: http://rt.perl.org/rt3/Ticket/Display.html?id=51002 >
osx intel; 10.4.11, gcc 4.0.1; r25870
%prove -v t/src/io.t
t/src/io....1..20
ok 1 - hello world
ok 2 - write
ok 3 - file content
ok 4 - read
ok 5 - append
ok 6 - file content
ok 7 - readline
ok 8 - PIO_parse_open_flags
ok 9 - PIO_open
ok 10 - PIO_read
ok 11 - PIO_read larger file
ok 12 - PIO_read larger chunk when the buffer is not-empty
ok 13 - PIO_tell: read larger chunk when the buffer is not-empty
ok 14 - PIO_write
ok 15 - PIO_close
# 'g++-4.0 -L/opt/local/lib t/src/io_16.o src/parrot_config.o -o
t/src/io_16 -L/Users/coke/research/parrot/blib/lib -Lblib/lib -lparrot
-lpthread -lm -L/opt/local/lib -licuuc -licudata -lpthread -lm -lm
-lreadline' failed with exit code 1
# Failed to build 't/src/io_16': /usr/bin/ld: Undefined symbols:
# _PIO_make_offset
# collect2: ld returned 1 exit status
# Failed test (t/src/io.t at line 509)
not ok 16 - PIO_make_offset
# 'g++-4.0 -L/opt/local/lib t/src/io_17.o src/parrot_config.o -o
t/src/io_17 -L/Users/coke/research/parrot/blib/lib -Lblib/lib -lparrot
-lpthread -lm -L/opt/local/lib -licuuc -licudata -lpthread -lm -lm
-lreadline' failed with exit code 1
# Failed to build 't/src/io_17': /usr/bin/ld: Undefined symbols:
# _PIO_make_offset
# collect2: ld returned 1 exit status
# Failed test (t/src/io.t at line 541)
not ok 17 - PIO_seek
ok 18 - PIO_fdopen
# 'g++-4.0 -L/opt/local/lib t/src/io_19.o src/parrot_config.o -o
t/src/io_19 -L/Users/coke/research/parrot/blib/lib -Lblib/lib -lparrot
-lpthread -lm -L/opt/local/lib -licuuc -licudata -lpthread -lm -lm
-lreadline' failed with exit code 1
# Failed to build 't/src/io_19': /usr/bin/ld: Undefined symbols:
# _pio_stdio_layer
# collect2: ld returned 1 exit status
# Failed test (t/src/io.t at line 631)
not ok 19 - stdio-layer
ok 20 - peek
# Looks like you failed 3 tests of 20.
dubious
Test returned status 3 (wstat 768, 0x300)
DIED. FAILED tests 16-17, 19
Failed 3/20 tests, 85.00% okay
Failed Test Stat Wstat Total Fail List of Failed
-------------------------------------------------------------------------------
t/src/io.t 3 768 20 3 16-17 19
Failed 1/1 test scripts. 3/20 subtests failed.
Files=1, Tests=20, 14 wallclock secs ( 3.05 cusr + 2.42 csys = 5.47 CPU)
Failed 1/1 test programs. 3/20 subtests failed.
--
Will "Coke" Coleda