[svk-devel] svk 2.0beta1 and Perl 5.8.1: Failing tests

Christian Schaffner chris01 at users.sourceforge.net
Sun Dec 3 15:11:51 EST 2006


Hi

svk 1.99-04 built fine with Perl 5.8.4 and 5.8.6 on Mac OS X 10.4  
(using Fink). However, using Perl 5.8.1 it fails quite a few tests.  
(BTW: Perl 5.8.1 is the default Perl for Mac OS X 10.3, that's why it  
is still important for Fink)

Below is the full test output. And a couple of more detailed failure  
reports. Let me know if I can help you narrow down the problems.

Thanks, Chris.

-------------------------------------

$ /sw/bin/perl5.8.1 "-MExtUtils::Command::MM" "-e" "test_harness(1,  
'inc', 'blib/lib', 'blib/arch')" t/01help.t
t/01help....1..87
Odd number of elements in hash assignment at /sw/lib/perl5/5.8.1/App/ 
CLI.pm line 115, <FH> line 290.
Use of uninitialized value in hash element at /sw/lib/perl5/5.8.1/App/ 
CLI.pm line 116, <FH> line 290.
Use of uninitialized value in hash element at /sw/lib/perl5/5.8.1/App/ 
CLI.pm line 116, <FH> line 290.
#     Failed test (t/01help.t at line 16)
#                   'Error in option spec: "SVK::Command::Help=HASH 
(0x1adf858)"
# '
#     doesn't match '(?-xism:Main index)'
Odd number of elements in hash assignment at /sw/lib/perl5/5.8.1/App/ 
CLI.pm line 115, <FH> line 290.
Use of uninitialized value in hash element at /sw/lib/perl5/5.8.1/App/ 
CLI.pm line 116, <FH> line 290.
Use of uninitialized value in hash element at /sw/lib/perl5/5.8.1/App/ 
CLI.pm line 116, <FH> line 290.
#     Failed test (t/01help.t at line 17)
#                   'Error in option spec: "SVK::Command::Help=HASH 
(0x1a8ce78)"
# '
#     doesn't match '(?-xism:Available commands:)'
not ok 1 - help
not ok 2 - help commands
ok 3 - nosuchcommand
...

-------------------------------------

$ /sw/bin/perl5.8.1 "-MExtUtils::Command::MM" "-e" "test_harness(1,  
'inc', 'blib/lib', 'blib/arch')" t/05svm-skipped.t
t/05svm-skipped....1..3
Odd number of elements in hash assignment at /sw/lib/perl5/5.8.1/App/ 
CLI.pm line 115.
Use of uninitialized value in hash element at /sw/lib/perl5/5.8.1/App/ 
CLI.pm line 116.
Use of uninitialized value in hash element at /sw/lib/perl5/5.8.1/App/ 
CLI.pm line 116.
not ok 1
#     Failed test (t/05svm-skipped.t at line 28)
#     Structures begin differing at:
#          $got->[0] = Does not exist
#     $expected->[0] = '/trunk/foo'
Attempt to free unreferenced scalar during global destruction.
Odd number of elements in hash assignment at /sw/lib/perl5/5.8.1/App/ 
CLI.pm line 115.
Use of uninitialized value in hash element at /sw/lib/perl5/5.8.1/App/ 
CLI.pm line 116.
Use of uninitialized value in hash element at /sw/lib/perl5/5.8.1/App/ 
CLI.pm line 116.
not ok 2
#     Failed test (t/05svm-skipped.t at line 36)
#     Structures begin differing at:
#          $got->[0] = Does not exist
#     $expected->[0] = '/m-main/foo'
Odd number of elements in hash assignment at /sw/lib/perl5/5.8.1/App/ 
CLI.pm line 115.
Use of uninitialized value in hash element at /sw/lib/perl5/5.8.1/App/ 
CLI.pm line 116.
Use of uninitialized value in hash element at /sw/lib/perl5/5.8.1/App/ 
CLI.pm line 116.
not ok 3
#     Failed test (t/05svm-skipped.t at line 37)
#     Structures begin differing at:
#          $got->[0] = Does not exist
#     $expected->[0] = '/m-main/foo'
# Looks like you failed 3 tests of 3.
dubious
         Test returned status 3 (wstat 768, 0x300)
DIED. FAILED tests 1-3
         Failed 3/3 tests, 0.00% okay

-------------------------------------

make test
PERL_DL_NONLAZY=1 /sw/bin/perl5.8.1 "-MExtUtils::Command::MM" "-e"  
"test_harness(0, 'inc', 'blib/lib', 'blib/arch')" t/*.t t/*/*.t
t/00use..........................# Subversion 1.4.2
t/00use..........................ok 125/125Odd number of elements in  
hash assignment at /sw/lib/perl5/5.8.1/App/CLI.pm line 115, <FH> line  
290.
Use of uninitialized value in hash element at /sw/lib/perl5/5.8.1/App/ 
CLI.pm line 116, <FH> line 290.
Use of uninitialized value in hash element at /sw/lib/perl5/5.8.1/App/ 
CLI.pm line 116, <FH> line 290.
Error in option spec: "SVK::Command::Help=HASH(0x1bdf368)"
t/00use..........................ok
         3/125 skipped: various reasons
t/01depotmap.....................ok
t/01editor.......................ok
t/01help.........................Odd number of elements in hash  
assignment at /sw/lib/perl5/5.8.1/App/CLI.pm line 115, <FH> line 290.
Use of uninitialized value in hash element at /sw/lib/perl5/5.8.1/App/ 
CLI.pm line 116, <FH> line 290.
Use of uninitialized value in hash element at /sw/lib/perl5/5.8.1/App/ 
CLI.pm line 116, <FH> line 290.
#     Failed test (t/01help.t at line 16)
#                   'Error in option spec: "SVK::Command::Help=HASH 
(0x1adea94)"
# '
#     doesn't match '(?-xism:Main index)'
Odd number of elements in hash assignment at /sw/lib/perl5/5.8.1/App/ 
CLI.pm line 115, <FH> line 290.
Use of uninitialized value in hash element at /sw/lib/perl5/5.8.1/App/ 
CLI.pm line 116, <FH> line 290.
Use of uninitialized value in hash element at /sw/lib/perl5/5.8.1/App/ 
CLI.pm line 116, <FH> line 290.
#     Failed test (t/01help.t at line 17)
#                   'Error in option spec: "SVK::Command::Help=HASH 
(0x1a8c4fc)"
# '
#     doesn't match '(?-xism:Available commands:)'
t/01help.........................ok 4/87Odd number of elements in  
hash assignment at /sw/lib/perl5/5.8.1/App/CLI.pm line 115.
Use of uninitialized value in hash element at /sw/lib/perl5/5.8.1/App/ 
CLI.pm line 116.
Use of uninitialized value in hash element at /sw/lib/perl5/5.8.1/App/ 
CLI.pm line 116.
t/01help.........................NOK 5#     Failed test (t/01help.t  
at line 20)
#     Structures begin differing at:
#          $got->[0] = 'Error in option spec: "SVK::Command::Help=HASH 
(0x1b3b0a0)"'
#     $expected->[0] = 'Cannot find help topic 'bzzzzz'.'
Odd number of elements in hash assignment at /sw/lib/perl5/5.8.1/App/ 
CLI.pm line 115.
Use of uninitialized value in hash element at /sw/lib/perl5/5.8.1/App/ 
CLI.pm line 116.
Use of uninitialized value in hash element at /sw/lib/perl5/5.8.1/App/ 
CLI.pm line 116.
t/01help.........................NOK 6#     Failed test (t/01help.t  
at line 24)
#     Structures begin differing at:
#          $got->[0] = 'Error in option spec: "SVK::Command::Help=HASH 
(0x1b3af14)"'
#     $expected->[0] = 'Unknown option: boo'
Odd number of elements in hash assignment at /sw/lib/perl5/5.8.1/App/ 
CLI.pm line 115.
Use of uninitialized value in hash element at /sw/lib/perl5/5.8.1/App/ 
CLI.pm line 116.
Use of uninitialized value in hash element at /sw/lib/perl5/5.8.1/App/ 
CLI.pm line 116.
t/01help.........................NOK 7#     Failed test (t/01help.t  
at line 29)
#                   'Error in option spec: "SVK::Command::Help=HASH 
(0x1b3ae54)"
# '
#     doesn't match '(?-xism:SYNOPSIS)'
t/01help.........................ok 8/87Odd number of elements in  
hash assignment at /sw/lib/perl5/5.8.1/App/CLI.pm line 115.
Use of uninitialized value in hash element at /sw/lib/perl5/5.8.1/App/ 
CLI.pm line 116.
Use of uninitialized value in hash element at /sw/lib/perl5/5.8.1/App/ 
CLI.pm line 116.
t/01help.........................NOK 9#     Failed test (t/01help.t  
at line 29)
#                   'Error in option spec: "SVK::Command::Help=HASH 
(0x1af5d8c)"
# '
#     doesn't match '(?-xism:SYNOPSIS)'
t/01help.........................ok 10/87Odd number of elements in  
hash assignment at /sw/lib/perl5/5.8.1/App/CLI.pm line 115.
Use of uninitialized value in hash element at /sw/lib/perl5/5.8.1/App/ 
CLI.pm line 116.
Use of uninitialized value in hash element at /sw/lib/perl5/5.8.1/App/ 
CLI.pm line 116.
t/01help.........................NOK 11#     Failed test (t/01help.t  
at line 29)
#                   'Error in option spec: "SVK::Command::Help=HASH 
(0x1b71290)"
# '
#     doesn't match '(?-xism:SYNOPSIS)'
t/01help.........................ok 12/87Odd number of elements in  
hash assignment at /sw/lib/perl5/5.8.1/App/CLI.pm line 115.
Use of uninitialized value in hash element at /sw/lib/perl5/5.8.1/App/ 
CLI.pm line 116.
Use of uninitialized value in hash element at /sw/lib/perl5/5.8.1/App/ 
CLI.pm line 116.
t/01help.........................NOK 13#     Failed test (t/01help.t  
at line 29)
#                   'Error in option spec: "SVK::Command::Help=HASH 
(0x1b7aeb4)"
# '
#     doesn't match '(?-xism:SYNOPSIS)'
t/01help.........................ok 14/87Odd number of elements in  
hash assignment at /sw/lib/perl5/5.8.1/App/CLI.pm line 115.
Use of uninitialized value in hash element at /sw/lib/perl5/5.8.1/App/ 
CLI.pm line 116.
Use of uninitialized value in hash element at /sw/lib/perl5/5.8.1/App/ 
CLI.pm line 116.
t/01help.........................NOK 15#     Failed test (t/01help.t  
at line 29)
#                   'Error in option spec: "SVK::Command::Help=HASH 
(0x1b7a0a8)"
# '
#     doesn't match '(?-xism:SYNOPSIS)'
t/01help.........................ok 16/87Odd number of elements in  
hash assignment at /sw/lib/perl5/5.8.1/App/CLI.pm line 115.
Use of uninitialized value in hash element at /sw/lib/perl5/5.8.1/App/ 
CLI.pm line 116.
Use of uninitialized value in hash element at /sw/lib/perl5/5.8.1/App/ 
CLI.pm line 116.
t/01help.........................NOK 17#     Failed test (t/01help.t  
at line 29)
#                   'Error in option spec: "SVK::Command::Help=HASH 
(0x1b79dd4)"
# '
#     doesn't match '(?-xism:SYNOPSIS)'
t/01help.........................ok 18/87Odd number of elements in  
hash assignment at /sw/lib/perl5/5.8.1/App/CLI.pm line 115.
Use of uninitialized value in hash element at /sw/lib/perl5/5.8.1/App/ 
CLI.pm line 116.
Use of uninitialized value in hash element at /sw/lib/perl5/5.8.1/App/ 
CLI.pm line 116.
t/01help.........................NOK 19#     Failed test (t/01help.t  
at line 29)
#                   'Error in option spec: "SVK::Command::Help=HASH 
(0x1b87c0c)"
# '
#     doesn't match '(?-xism:SYNOPSIS)'
t/01help.........................ok 20/87Odd number of elements in  
hash assignment at /sw/lib/perl5/5.8.1/App/CLI.pm line 115.
Use of uninitialized value in hash element at /sw/lib/perl5/5.8.1/App/ 
CLI.pm line 116.
Use of uninitialized value in hash element at /sw/lib/perl5/5.8.1/App/ 
CLI.pm line 116.
t/01help.........................NOK 21#     Failed test (t/01help.t  
at line 29)
#                   'Error in option spec: "SVK::Command::Help=HASH 
(0x30fef34)"
# '
#     doesn't match '(?-xism:SYNOPSIS)'
t/01help.........................ok 22/87Odd number of elements in  
hash assignment at /sw/lib/perl5/5.8.1/App/CLI.pm line 115.
Use of uninitialized value in hash element at /sw/lib/perl5/5.8.1/App/ 
CLI.pm line 116.
Use of uninitialized value in hash element at /sw/lib/perl5/5.8.1/App/ 
CLI.pm line 116.
t/01help.........................NOK 23#     Failed test (t/01help.t  
at line 29)
#                   'Error in option spec: "SVK::Command::Help=HASH 
(0x1bc8ae4)"
# '
#     doesn't match '(?-xism:SYNOPSIS)'
t/01help.........................ok 24/87Odd number of elements in  
hash assignment at /sw/lib/perl5/5.8.1/App/CLI.pm line 115.
Use of uninitialized value in hash element at /sw/lib/perl5/5.8.1/App/ 
CLI.pm line 116.
Use of uninitialized value in hash element at /sw/lib/perl5/5.8.1/App/ 
CLI.pm line 116.
t/01help.........................NOK 25#     Failed test (t/01help.t  
at line 29)
#                   'Error in option spec: "SVK::Command::Help=HASH 
(0x1bc9d30)"
# '
#     doesn't match '(?-xism:SYNOPSIS)'
t/01help.........................ok 26/87Odd number of elements in  
hash assignment at /sw/lib/perl5/5.8.1/App/CLI.pm line 115.
Use of uninitialized value in hash element at /sw/lib/perl5/5.8.1/App/ 
CLI.pm line 116.
Use of uninitialized value in hash element at /sw/lib/perl5/5.8.1/App/ 
CLI.pm line 116.
t/01help.........................NOK 27#     Failed test (t/01help.t  
at line 29)
#                   'Error in option spec: "SVK::Command::Help=HASH 
(0x1bcc3e0)"
# '
#     doesn't match '(?-xism:SYNOPSIS)'
t/01help.........................ok 28/87Odd number of elements in  
hash assignment at /sw/lib/perl5/5.8.1/App/CLI.pm line 115.
Use of uninitialized value in hash element at /sw/lib/perl5/5.8.1/App/ 
CLI.pm line 116.
Use of uninitialized value in hash element at /sw/lib/perl5/5.8.1/App/ 
CLI.pm line 116.
t/01help.........................NOK 29#     Failed test (t/01help.t  
at line 29)
#                   'Error in option spec: "SVK::Command::Help=HASH 
(0x1bd2908)"
# '
#     doesn't match '(?-xism:SYNOPSIS)'
t/01help.........................ok 30/87Odd number of elements in  
hash assignment at /sw/lib/perl5/5.8.1/App/CLI.pm line 115.
Use of uninitialized value in hash element at /sw/lib/perl5/5.8.1/App/ 
CLI.pm line 116.
Use of uninitialized value in hash element at /sw/lib/perl5/5.8.1/App/ 
CLI.pm line 116.
t/01help.........................NOK 31#     Failed test (t/01help.t  
at line 29)
#                   'Error in option spec: "SVK::Command::Help=HASH 
(0x1bd526c)"
# '
#     doesn't match '(?-xism:SYNOPSIS)'
t/01help.........................ok 32/87Odd number of elements in  
hash assignment at /sw/lib/perl5/5.8.1/App/CLI.pm line 115.
Use of uninitialized value in hash element at /sw/lib/perl5/5.8.1/App/ 
CLI.pm line 116.
Use of uninitialized value in hash element at /sw/lib/perl5/5.8.1/App/ 
CLI.pm line 116.
t/01help.........................NOK 33#     Failed test (t/01help.t  
at line 29)
#                   'Error in option spec: "SVK::Command::Help=HASH 
(0x1bdb3d8)"
# '
#     doesn't match '(?-xism:SYNOPSIS)'
Odd number of elements in hash assignment at /sw/lib/perl5/5.8.1/App/ 
CLI.pm line 115.
Use of uninitialized value in hash element at /sw/lib/perl5/5.8.1/App/ 
CLI.pm line 116.
Use of uninitialized value in hash element at /sw/lib/perl5/5.8.1/App/ 
CLI.pm line 116.
t/01help.........................NOK 34#     Failed test (t/01help.t  
at line 30)
#                   'Error in option spec: "SVK::Command::Help=HASH 
(0x1bd39e0)"
# '
#     doesn't match '(?-xism:SYNOPSIS)'
Odd number of elements in hash assignment at /sw/lib/perl5/5.8.1/App/ 
CLI.pm line 115.
Use of uninitialized value in hash element at /sw/lib/perl5/5.8.1/App/ 
CLI.pm line 116.
Use of uninitialized value in hash element at /sw/lib/perl5/5.8.1/App/ 
CLI.pm line 116.
t/01help.........................NOK 35#     Failed test (t/01help.t  
at line 29)
#                   'Error in option spec: "SVK::Command::Help=HASH 
(0x1bd38fc)"
# '
#     doesn't match '(?-xism:SYNOPSIS)'
Odd number of elements in hash assignment at /sw/lib/perl5/5.8.1/App/ 
CLI.pm line 115.
Use of uninitialized value in hash element at /sw/lib/perl5/5.8.1/App/ 
CLI.pm line 116.
Use of uninitialized value in hash element at /sw/lib/perl5/5.8.1/App/ 
CLI.pm line 116.
t/01help.........................NOK 36#     Failed test (t/01help.t  
at line 30)
#                   'Error in option spec: "SVK::Command::Ignore=HASH 
(0x1bd9d00)"
# '
#     doesn't match '(?-xism:SYNOPSIS)'
Odd number of elements in hash assignment at /sw/lib/perl5/5.8.1/App/ 
CLI.pm line 115.
Use of uninitialized value in hash element at /sw/lib/perl5/5.8.1/App/ 
CLI.pm line 116.
Use of uninitialized value in hash element at /sw/lib/perl5/5.8.1/App/ 
CLI.pm line 116.
t/01help.........................NOK 37#     Failed test (t/01help.t  
at line 29)
#                   'Error in option spec: "SVK::Command::Help=HASH 
(0x1bcb7d4)"
# '
#     doesn't match '(?-xism:SYNOPSIS)'
t/01help.........................ok 38/87Odd number of elements in  
hash assignment at /sw/lib/perl5/5.8.1/App/CLI.pm line 115.
Use of uninitialized value in hash element at /sw/lib/perl5/5.8.1/App/ 
CLI.pm line 116.
Use of uninitialized value in hash element at /sw/lib/perl5/5.8.1/App/ 
CLI.pm line 116.
t/01help.........................NOK 39#     Failed test (t/01help.t  
at line 29)
#                   'Error in option spec: "SVK::Command::Help=HASH 
(0x1be1888)"
# '
#     doesn't match '(?-xism:SYNOPSIS)'
Odd number of elements in hash assignment at /sw/lib/perl5/5.8.1/App/ 
CLI.pm line 115.
Use of uninitialized value in hash element at /sw/lib/perl5/5.8.1/App/ 
CLI.pm line 116.
Use of uninitialized value in hash element at /sw/lib/perl5/5.8.1/App/ 
CLI.pm line 116.
t/01help.........................NOK 40#     Failed test (t/01help.t  
at line 30)
#                   'Error in option spec: "CODE(0x1be4760)"
# Error in option spec: "SVK::Command::Info=HASH(0x1be50c0)"
# '
#     doesn't match '(?-xism:SYNOPSIS)'
Odd number of elements in hash assignment at /sw/lib/perl5/5.8.1/App/ 
CLI.pm line 115.
Use of uninitialized value in hash element at /sw/lib/perl5/5.8.1/App/ 
CLI.pm line 116.
Use of uninitialized value in hash element at /sw/lib/perl5/5.8.1/App/ 
CLI.pm line 116.
t/01help.........................NOK 41#     Failed test (t/01help.t  
at line 29)
#                   'Error in option spec: "SVK::Command::Help=HASH 
(0x1be16c0)"
# '
#     doesn't match '(?-xism:SYNOPSIS)'
t/01help.........................ok 42/87Odd number of elements in  
hash assignment at /sw/lib/perl5/5.8.1/App/CLI.pm line 115.
Use of uninitialized value in hash element at /sw/lib/perl5/5.8.1/App/ 
CLI.pm line 116.
Use of uninitialized value in hash element at /sw/lib/perl5/5.8.1/App/ 
CLI.pm line 116.
t/01help.........................NOK 43#     Failed test (t/01help.t  
at line 29)
#                   'Error in option spec: "SVK::Command::Help=HASH 
(0x1bea3c0)"
# '
#     doesn't match '(?-xism:SYNOPSIS)'
t/01help.........................ok 44/87Odd number of elements in  
hash assignment at /sw/lib/perl5/5.8.1/App/CLI.pm line 115.
Use of uninitialized value in hash element at /sw/lib/perl5/5.8.1/App/ 
CLI.pm line 116.
Use of uninitialized value in hash element at /sw/lib/perl5/5.8.1/App/ 
CLI.pm line 116.
t/01help.........................NOK 45#     Failed test (t/01help.t  
at line 29)
#                   'Error in option spec: "SVK::Command::Help=HASH 
(0x1be8a78)"
# '
#     doesn't match '(?-xism:SYNOPSIS)'
t/01help.........................ok 46/87Odd number of elements in  
hash assignment at /sw/lib/perl5/5.8.1/App/CLI.pm line 115.
Use of uninitialized value in hash element at /sw/lib/perl5/5.8.1/App/ 
CLI.pm line 116.
Use of uninitialized value in hash element at /sw/lib/perl5/5.8.1/App/ 
CLI.pm line 116.
t/01help.........................NOK 47#     Failed test (t/01help.t  
at line 29)
#                   'Error in option spec: "SVK::Command::Help=HASH 
(0x1be8c4c)"
# '
#     doesn't match '(?-xism:SYNOPSIS)'
t/01help.........................ok 48/87Odd number of elements in  
hash assignment at /sw/lib/perl5/5.8.1/App/CLI.pm line 115.
Use of uninitialized value in hash element at /sw/lib/perl5/5.8.1/App/ 
CLI.pm line 116.
Use of uninitialized value in hash element at /sw/lib/perl5/5.8.1/App/ 
CLI.pm line 116.
t/01help.........................NOK 49#     Failed test (t/01help.t  
at line 29)
#                   'Error in option spec: "SVK::Command::Help=HASH 
(0x1be6f6c)"
# '
#     doesn't match '(?-xism:SYNOPSIS)'
t/01help.........................ok 50/87Odd number of elements in  
hash assignment at /sw/lib/perl5/5.8.1/App/CLI.pm line 115.
Use of uninitialized value in hash element at /sw/lib/perl5/5.8.1/App/ 
CLI.pm line 116.
Use of uninitialized value in hash element at /sw/lib/perl5/5.8.1/App/ 
CLI.pm line 116.
t/01help.........................NOK 51#     Failed test (t/01help.t  
at line 29)
#                   'Error in option spec: "SVK::Command::Help=HASH 
(0x182393c)"
# '
#     doesn't match '(?-xism:SYNOPSIS)'
t/01help.........................ok 52/87Odd number of elements in  
hash assignment at /sw/lib/perl5/5.8.1/App/CLI.pm line 115.
Use of uninitialized value in hash element at /sw/lib/perl5/5.8.1/App/ 
CLI.pm line 116.
Use of uninitialized value in hash element at /sw/lib/perl5/5.8.1/App/ 
CLI.pm line 116.
t/01help.........................NOK 53#     Failed test (t/01help.t  
at line 29)
#                   'Error in option spec: "SVK::Command::Help=HASH 
(0x1bf01a4)"
# '
#     doesn't match '(?-xism:SYNOPSIS)'
t/01help.........................ok 54/87Odd number of elements in  
hash assignment at /sw/lib/perl5/5.8.1/App/CLI.pm line 115.
Use of uninitialized value in hash element at /sw/lib/perl5/5.8.1/App/ 
CLI.pm line 116.
Use of uninitialized value in hash element at /sw/lib/perl5/5.8.1/App/ 
CLI.pm line 116.
t/01help.........................NOK 55#     Failed test (t/01help.t  
at line 29)
#                   'Error in option spec: "SVK::Command::Help=HASH 
(0x1bef694)"
# '
#     doesn't match '(?-xism:SYNOPSIS)'
t/01help.........................ok 56/87Odd number of elements in  
hash assignment at /sw/lib/perl5/5.8.1/App/CLI.pm line 115.
Use of uninitialized value in hash element at /sw/lib/perl5/5.8.1/App/ 
CLI.pm line 116.
Use of uninitialized value in hash element at /sw/lib/perl5/5.8.1/App/ 
CLI.pm line 116.
t/01help.........................NOK 57#     Failed test (t/01help.t  
at line 29)
#                   'Error in option spec: "SVK::Command::Help=HASH 
(0x1bfe4ac)"
# '
#     doesn't match '(?-xism:SYNOPSIS)'
t/01help.........................ok 58/87Odd number of elements in  
hash assignment at /sw/lib/perl5/5.8.1/App/CLI.pm line 115.
Use of uninitialized value in hash element at /sw/lib/perl5/5.8.1/App/ 
CLI.pm line 116.
Use of uninitialized value in hash element at /sw/lib/perl5/5.8.1/App/ 
CLI.pm line 116.
t/01help.........................NOK 59#     Failed test (t/01help.t  
at line 29)
#                   'Error in option spec: "SVK::Command::Help=HASH 
(0x1c1f604)"
# '
#     doesn't match '(?-xism:SYNOPSIS)'
t/01help.........................ok 60/87Odd number of elements in  
hash assignment at /sw/lib/perl5/5.8.1/App/CLI.pm line 115.
Use of uninitialized value in hash element at /sw/lib/perl5/5.8.1/App/ 
CLI.pm line 116.
Use of uninitialized value in hash element at /sw/lib/perl5/5.8.1/App/ 
CLI.pm line 116.
t/01help.........................NOK 61#     Failed test (t/01help.t  
at line 29)
#                   'Error in option spec: "SVK::Command::Help=HASH 
(0x1c1d8d8)"
# '
#     doesn't match '(?-xism:SYNOPSIS)'
t/01help.........................ok 62/87Odd number of elements in  
hash assignment at /sw/lib/perl5/5.8.1/App/CLI.pm line 115.
Use of uninitialized value in hash element at /sw/lib/perl5/5.8.1/App/ 
CLI.pm line 116.
Use of uninitialized value in hash element at /sw/lib/perl5/5.8.1/App/ 
CLI.pm line 116.
t/01help.........................NOK 63#     Failed test (t/01help.t  
at line 29)
#                   'Error in option spec: "SVK::Command::Help=HASH 
(0x1c1df78)"
# '
#     doesn't match '(?-xism:SYNOPSIS)'
t/01help.........................ok 64/87Odd number of elements in  
hash assignment at /sw/lib/perl5/5.8.1/App/CLI.pm line 115.
Use of uninitialized value in hash element at /sw/lib/perl5/5.8.1/App/ 
CLI.pm line 116.
Use of uninitialized value in hash element at /sw/lib/perl5/5.8.1/App/ 
CLI.pm line 116.
t/01help.........................NOK 65#     Failed test (t/01help.t  
at line 29)
#                   'Error in option spec: "SVK::Command::Help=HASH 
(0x1c1d9ec)"
# '
#     doesn't match '(?-xism:SYNOPSIS)'
t/01help.........................ok 66/87Odd number of elements in  
hash assignment at /sw/lib/perl5/5.8.1/App/CLI.pm line 115.
Use of uninitialized value in hash element at /sw/lib/perl5/5.8.1/App/ 
CLI.pm line 116.
Use of uninitialized value in hash element at /sw/lib/perl5/5.8.1/App/ 
CLI.pm line 116.
t/01help.........................NOK 67#     Failed test (t/01help.t  
at line 29)
#                   'Error in option spec: "SVK::Command::Help=HASH 
(0x1c23b80)"
# '
#     doesn't match '(?-xism:SYNOPSIS)'
t/01help.........................ok 68/87Odd number of elements in  
hash assignment at /sw/lib/perl5/5.8.1/App/CLI.pm line 115.
Use of uninitialized value in hash element at /sw/lib/perl5/5.8.1/App/ 
CLI.pm line 116.
Use of uninitialized value in hash element at /sw/lib/perl5/5.8.1/App/ 
CLI.pm line 116.
t/01help.........................NOK 69#     Failed test (t/01help.t  
at line 29)
#                   'Error in option spec: "SVK::Command::Help=HASH 
(0x1c2b040)"
# '
#     doesn't match '(?-xism:SYNOPSIS)'
Odd number of elements in hash assignment at /sw/lib/perl5/5.8.1/App/ 
CLI.pm line 115.
Use of uninitialized value in hash element at /sw/lib/perl5/5.8.1/App/ 
CLI.pm line 116.
Use of uninitialized value in hash element at /sw/lib/perl5/5.8.1/App/ 
CLI.pm line 116.
t/01help.........................NOK 70#     Failed test (t/01help.t  
at line 30)
#                   'Error in option spec: "CODE(0x1c28658)"
# Error in option spec: "SVK::Command::Resolved=HASH(0x1c2b248)"
# '
#     doesn't match '(?-xism:SYNOPSIS)'
Odd number of elements in hash assignment at /sw/lib/perl5/5.8.1/App/ 
CLI.pm line 115.
Use of uninitialized value in hash element at /sw/lib/perl5/5.8.1/App/ 
CLI.pm line 116.
Use of uninitialized value in hash element at /sw/lib/perl5/5.8.1/App/ 
CLI.pm line 116.
t/01help.........................NOK 71#     Failed test (t/01help.t  
at line 29)
#                   'Error in option spec: "SVK::Command::Help=HASH 
(0x1c287e4)"
# '
#     doesn't match '(?-xism:SYNOPSIS)'
t/01help.........................ok 72/87Odd number of elements in  
hash assignment at /sw/lib/perl5/5.8.1/App/CLI.pm line 115.
Use of uninitialized value in hash element at /sw/lib/perl5/5.8.1/App/ 
CLI.pm line 116.
Use of uninitialized value in hash element at /sw/lib/perl5/5.8.1/App/ 
CLI.pm line 116.
t/01help.........................NOK 73#     Failed test (t/01help.t  
at line 29)
#                   'Error in option spec: "SVK::Command::Help=HASH 
(0x1c286f4)"
# '
#     doesn't match '(?-xism:SYNOPSIS)'
t/01help.........................ok 74/87Odd number of elements in  
hash assignment at /sw/lib/perl5/5.8.1/App/CLI.pm line 115.
Use of uninitialized value in hash element at /sw/lib/perl5/5.8.1/App/ 
CLI.pm line 116.
Use of uninitialized value in hash element at /sw/lib/perl5/5.8.1/App/ 
CLI.pm line 116.
t/01help.........................NOK 75#     Failed test (t/01help.t  
at line 29)
#                   'Error in option spec: "SVK::Command::Help=HASH 
(0x1c32580)"
# '
#     doesn't match '(?-xism:SYNOPSIS)'
t/01help.........................ok 76/87Odd number of elements in  
hash assignment at /sw/lib/perl5/5.8.1/App/CLI.pm line 115.
Use of uninitialized value in hash element at /sw/lib/perl5/5.8.1/App/ 
CLI.pm line 116.
Use of uninitialized value in hash element at /sw/lib/perl5/5.8.1/App/ 
CLI.pm line 116.
t/01help.........................NOK 77#     Failed test (t/01help.t  
at line 29)
#                   'Error in option spec: "SVK::Command::Help=HASH 
(0x1c32544)"
# '
#     doesn't match '(?-xism:SYNOPSIS)'
t/01help.........................ok 78/87Odd number of elements in  
hash assignment at /sw/lib/perl5/5.8.1/App/CLI.pm line 115.
Use of uninitialized value in hash element at /sw/lib/perl5/5.8.1/App/ 
CLI.pm line 116.
Use of uninitialized value in hash element at /sw/lib/perl5/5.8.1/App/ 
CLI.pm line 116.
t/01help.........................NOK 79#     Failed test (t/01help.t  
at line 29)
#                   'Error in option spec: "SVK::Command::Help=HASH 
(0x1bd7a68)"
# '
#     doesn't match '(?-xism:SYNOPSIS)'
t/01help.........................ok 80/87Odd number of elements in  
hash assignment at /sw/lib/perl5/5.8.1/App/CLI.pm line 115.
Use of uninitialized value in hash element at /sw/lib/perl5/5.8.1/App/ 
CLI.pm line 116.
Use of uninitialized value in hash element at /sw/lib/perl5/5.8.1/App/ 
CLI.pm line 116.
t/01help.........................NOK 81#     Failed test (t/01help.t  
at line 29)
#                   'Error in option spec: "SVK::Command::Help=HASH 
(0x1c3fbf8)"
# '
#     doesn't match '(?-xism:SYNOPSIS)'
t/01help.........................ok 82/87Odd number of elements in  
hash assignment at /sw/lib/perl5/5.8.1/App/CLI.pm line 115.
Use of uninitialized value in hash element at /sw/lib/perl5/5.8.1/App/ 
CLI.pm line 116.
Use of uninitialized value in hash element at /sw/lib/perl5/5.8.1/App/ 
CLI.pm line 116.
t/01help.........................NOK 83#     Failed test (t/01help.t  
at line 29)
#                   'Error in option spec: "SVK::Command::Help=HASH 
(0x1c3fdd8)"
# '
#     doesn't match '(?-xism:SYNOPSIS)'
t/01help.........................ok 84/87Odd number of elements in  
hash assignment at /sw/lib/perl5/5.8.1/App/CLI.pm line 115.
Use of uninitialized value in hash element at /sw/lib/perl5/5.8.1/App/ 
CLI.pm line 116.
Use of uninitialized value in hash element at /sw/lib/perl5/5.8.1/App/ 
CLI.pm line 116.
t/01help.........................NOK 85#     Failed test (t/01help.t  
at line 36)
#                   'Error in option spec: "SVK::Command::Help=HASH 
(0x1c468d8)"
# '
#     doesn't match '(?-xism:\nALIASES\n\n\s+del, remove, rm\n)'
Odd number of elements in hash assignment at /sw/lib/perl5/5.8.1/App/ 
CLI.pm line 115.
Use of uninitialized value in hash element at /sw/lib/perl5/5.8.1/App/ 
CLI.pm line 116.
Use of uninitialized value in hash element at /sw/lib/perl5/5.8.1/App/ 
CLI.pm line 116.
t/01help.........................NOK 86#     Failed test (t/01help.t  
at line 40)
#                   'Error in option spec: "SVK::Command::Help=HASH 
(0x1adf270)"
# '
#     doesn't match '(?-xism:\nSYNOPSIS\n\n)'
t/01help.........................ok 87/87# Looks like you failed 49  
tests of 87.
t/01help.........................dubious
         Test returned status 49 (wstat 12544, 0x3100)
DIED. FAILED tests 1-2, 5-7, 9, 11, 13, 15, 17, 19, 21, 23, 25, 27,  
29, 31, 33-37, 39-41, 43, 45, 47, 49, 51, 53, 55, 57, 59, 61, 63, 65,  
67, 69-71, 73, 75, 77, 79, 81, 83, 85-86
         Failed 49/87 tests, 43.68% okay
t/01init.........................ok
t/01pod..........................skipped
         all skipped: Test::Pod 1.00 required for testing POD
t/02basic-symlink................ok
t/02basic........................ok
t/03import-mime..................ok
t/03import-nomime................ok
t/03import.......................ok 19/26Attempt to free unreferenced  
scalar during global destruction.
t/03import.......................ok 20/26Attempt to free unreferenced  
scalar during global destruction.
t/03import.......................ok 21/26Attempt to free unreferenced  
scalar during global destruction.
t/03import.......................ok 23/26Attempt to free unreferenced  
scalar during global destruction.
Attempt to free unreferenced scalar during global destruction.
t/03import.......................ok
t/04merge-rename.................ok
t/04merge........................ok 6/16Odd number of elements in  
hash assignment at /sw/lib/perl5/5.8.1/App/CLI.pm line 115.
Use of uninitialized value in hash element at /sw/lib/perl5/5.8.1/App/ 
CLI.pm line 116.
Use of uninitialized value in hash element at /sw/lib/perl5/5.8.1/App/ 
CLI.pm line 116.
t/04merge........................ok
t/05svm-all......................ok 2/20Attempt to free unreferenced  
scalar during global destruction.
Attempt to free unreferenced scalar during global destruction.
Attempt to free unreferenced scalar during global destruction.
t/05svm-all......................ok 3/20Attempt to free unreferenced  
scalar during global destruction.
Attempt to free unreferenced scalar during global destruction.
Attempt to free unreferenced scalar during global destruction.
t/05svm-all......................ok 4/20Attempt to free unreferenced  
scalar during global destruction.
Attempt to free unreferenced scalar during global destruction.
t/05svm-all......................ok 5/20Attempt to free unreferenced  
scalar during global destruction.
t/05svm-all......................ok 13/20#     Failed (TODO) test (t/ 
05svm-all.t at line 142)
#     Structures begin differing at:
#          $got->[0] = 'no mirrors found underneath test/m-default'
#     $expected->[0] = 'test/m-default does not contain a valid  
depotname'
t/05svm-all......................ok 15/20Attempt to free unreferenced  
scalar during global destruction.
t/05svm-all......................ok 16/20Attempt to free unreferenced  
scalar during global destruction.
t/05svm-all......................ok 17/20Attempt to free unreferenced  
scalar during global destruction.
t/05svm-all......................ok 18/20Attempt to free unreferenced  
scalar during global destruction.
Attempt to free unreferenced scalar during global destruction.
Attempt to free unreferenced scalar during global destruction.
Attempt to free unreferenced scalar during global destruction.
t/05svm-all......................ok 19/20Attempt to free unreferenced  
scalar during global destruction.
Attempt to free unreferenced scalar during global destruction.
Attempt to free unreferenced scalar during global destruction.
Attempt to free unreferenced scalar during global destruction.
t/05svm-all......................ok
t/05svm-copy.....................Attempt to free unreferenced scalar  
during global destruction.
Attempt to free unreferenced scalar during global destruction.
Odd number of elements in hash assignment at /sw/lib/perl5/5.8.1/App/ 
CLI.pm line 115.
Use of uninitialized value in hash element at /sw/lib/perl5/5.8.1/App/ 
CLI.pm line 116.
Use of uninitialized value in hash element at /sw/lib/perl5/5.8.1/App/ 
CLI.pm line 116.
t/05svm-copy.....................ok 1/2Attempt to free unreferenced  
scalar during global destruction.
Odd number of elements in hash assignment at /sw/lib/perl5/5.8.1/App/ 
CLI.pm line 115.
Use of uninitialized value in hash element at /sw/lib/perl5/5.8.1/App/ 
CLI.pm line 116.
Use of uninitialized value in hash element at /sw/lib/perl5/5.8.1/App/ 
CLI.pm line 116.
t/05svm-copy.....................ok
t/05svm-empty....................Attempt to free unreferenced scalar  
during global destruction.
t/05svm-empty....................ok 2/5Attempt to free unreferenced  
scalar during global destruction.
Attempt to free unreferenced scalar during global destruction.
t/05svm-empty....................ok 4/5Attempt to free unreferenced  
scalar during global destruction.
t/05svm-empty....................ok
t/05svm-head.....................ok
t/05svm-lock.....................Attempt to free unreferenced scalar  
during global destruction.
         Attempt to free unreferenced scalar during global destruction.
Attempt to free unreferenced scalar during global destruction.
t/05svm-lock.....................ok 3/3# uncleaned txns (1) on //
t/05svm-lock.....................ok
t/05svm-move.....................ok
t/05svm-rm.......................ok 9/11Attempt to free unreferenced  
scalar during global destruction.
Attempt to free unreferenced scalar during global destruction.
t/05svm-rm.......................ok 10/11Attempt to free unreferenced  
scalar during global destruction.
t/05svm-rm.......................ok
t/05svm-skipped..................Odd number of elements in hash  
assignment at /sw/lib/perl5/5.8.1/App/CLI.pm line 115.
Use of uninitialized value in hash element at /sw/lib/perl5/5.8.1/App/ 
CLI.pm line 116.
Use of uninitialized value in hash element at /sw/lib/perl5/5.8.1/App/ 
CLI.pm line 116.
t/05svm-skipped..................NOK 1#     Failed test (t/05svm- 
skipped.t at line 28)
#     Structures begin differing at:
#          $got->[0] = Does not exist
#     $expected->[0] = '/trunk/foo'
Attempt to free unreferenced scalar during global destruction.
Odd number of elements in hash assignment at /sw/lib/perl5/5.8.1/App/ 
CLI.pm line 115.
Use of uninitialized value in hash element at /sw/lib/perl5/5.8.1/App/ 
CLI.pm line 116.
Use of uninitialized value in hash element at /sw/lib/perl5/5.8.1/App/ 
CLI.pm line 116.
t/05svm-skipped..................NOK 2#     Failed test (t/05svm- 
skipped.t at line 36)
#     Structures begin differing at:
#          $got->[0] = Does not exist
#     $expected->[0] = '/m-main/foo'
Odd number of elements in hash assignment at /sw/lib/perl5/5.8.1/App/ 
CLI.pm line 115.
Use of uninitialized value in hash element at /sw/lib/perl5/5.8.1/App/ 
CLI.pm line 116.
Use of uninitialized value in hash element at /sw/lib/perl5/5.8.1/App/ 
CLI.pm line 116.
t/05svm-skipped..................NOK 3#     Failed test (t/05svm- 
skipped.t at line 37)
#     Structures begin differing at:
#          $got->[0] = Does not exist
#     $expected->[0] = '/m-main/foo'
# Looks like you failed 3 tests of 3.
t/05svm-skipped..................dubious
         Test returned status 3 (wstat 768, 0x300)
DIED. FAILED tests 1-3
         Failed 3/3 tests, 0.00% okay
t/05svm..........................ok 8/29Attempt to free unreferenced  
scalar during global destruction.
t/05svm..........................ok 9/29Attempt to free unreferenced  
scalar during global destruction.
Attempt to free unreferenced scalar during global destruction.
t/05svm..........................ok 10/29Attempt to free unreferenced  
scalar during global destruction.
t/05svm..........................ok 11/29Attempt to free unreferenced  
scalar during global destruction.
t/05svm..........................ok 12/29Attempt to free unreferenced  
scalar during global destruction.
t/05svm..........................ok 14/29Attempt to free unreferenced  
scalar during global destruction.
Attempt to free unreferenced scalar during global destruction.
t/05svm..........................ok 29/29# uncleaned txns (3) on //
t/05svm..........................ok
         4/29 skipped: recover not implemented.
t/06keyword......................ok
         4/27 skipped: fix inconsistent eol-style after commit
t/07smerge-anchor-replace........ok
t/07smerge-anchor................Attempt to free unreferenced scalar  
during global destruction.
Attempt to free unreferenced scalar during global destruction.
t/07smerge-anchor................ok 1/5Attempt to free unreferenced  
scalar during global destruction.
t/07smerge-anchor................ok 2/5Attempt to free unreferenced  
scalar during global destruction.
t/07smerge-anchor................ok 5/5# uncleaned txns (2) on //
t/07smerge-anchor................ok
t/07smerge-baseless..............Attempt to free unreferenced scalar  
during global destruction.
Attempt to free unreferenced scalar during global destruction.
t/07smerge-baseless..............ok
t/07smerge-bidi-inc..............Attempt to free unreferenced scalar  
during global destruction.
t/07smerge-bidi-inc..............ok 1/6Attempt to free unreferenced  
scalar during global destruction.
Attempt to free unreferenced scalar during global destruction.
t/07smerge-bidi-inc..............ok 2/6Attempt to free unreferenced  
scalar during global destruction.
t/07smerge-bidi-inc..............ok 3/6Attempt to free unreferenced  
scalar during global destruction.
t/07smerge-bidi-inc..............ok 4/6Attempt to free unreferenced  
scalar during global destruction.
t/07smerge-bidi-inc..............ok 6/6# uncleaned txns (4) on //
t/07smerge-bidi-inc..............ok
t/07smerge-branch-renamed........ok
t/07smerge-copy-co...............ok
t/07smerge-copy..................ok 1/25Odd number of elements in  
hash assignment at /sw/lib/perl5/5.8.1/App/CLI.pm line 115.
Use of uninitialized value in hash element at /sw/lib/perl5/5.8.1/App/ 
CLI.pm line 116.
Use of uninitialized value in hash element at /sw/lib/perl5/5.8.1/App/ 
CLI.pm line 116.
t/07smerge-copy..................NOK 2#     Failed test (t/07smerge- 
copy.t at line 29)
#     Structures begin differing at:
#          $got->[0] = Does not exist
#     $expected->[0] = '/local/A'
Odd number of elements in hash assignment at /sw/lib/perl5/5.8.1/App/ 
CLI.pm line 115.
Use of uninitialized value in hash element at /sw/lib/perl5/5.8.1/App/ 
CLI.pm line 116.
Use of uninitialized value in hash element at /sw/lib/perl5/5.8.1/App/ 
CLI.pm line 116.
t/07smerge-copy..................NOK 3#     Failed test (t/07smerge- 
copy.t at line 36)
#     Structures begin differing at:
#          $got->[0] = Does not exist
#     $expected->[0] = '/local/A'
t/07smerge-copy..................ok 4/25Odd number of elements in  
hash assignment at /sw/lib/perl5/5.8.1/App/CLI.pm line 115.
Use of uninitialized value in hash element at /sw/lib/perl5/5.8.1/App/ 
CLI.pm line 116.
Use of uninitialized value in hash element at /sw/lib/perl5/5.8.1/App/ 
CLI.pm line 116.
t/07smerge-copy..................NOK 5#     Failed test (t/07smerge- 
copy.t at line 46)
#     Structures begin differing at:
#          $got->[0] = Does not exist
#     $expected->[0] = '/local/A-cp-again'
t/07smerge-copy..................ok 6/25Odd number of elements in  
hash assignment at /sw/lib/perl5/5.8.1/App/CLI.pm line 115.
Use of uninitialized value in hash element at /sw/lib/perl5/5.8.1/App/ 
CLI.pm line 116.
Use of uninitialized value in hash element at /sw/lib/perl5/5.8.1/App/ 
CLI.pm line 116.
t/07smerge-copy..................NOK 7#     Failed test (t/07smerge- 
copy.t at line 66)
#     Structures begin differing at:
#          $got->[0] = Does not exist
#     $expected->[0] = '/local/A/Q/qu'
t/07smerge-copy..................ok 8/25Odd number of elements in  
hash assignment at /sw/lib/perl5/5.8.1/App/CLI.pm line 115.
Use of uninitialized value in hash element at /sw/lib/perl5/5.8.1/App/ 
CLI.pm line 116.
Use of uninitialized value in hash element at /sw/lib/perl5/5.8.1/App/ 
CLI.pm line 116.
t/07smerge-copy..................NOK 9#     Failed test (t/07smerge- 
copy.t at line 81)
#     Structures begin differing at:
#          $got->[0] = Does not exist
#     $expected->[0] = '/local/A/Q/qu'
t/07smerge-copy..................ok 16/25Odd number of elements in  
hash assignment at /sw/lib/perl5/5.8.1/App/CLI.pm line 115.
Use of uninitialized value in hash element at /sw/lib/perl5/5.8.1/App/ 
CLI.pm line 116.
Use of uninitialized value in hash element at /sw/lib/perl5/5.8.1/App/ 
CLI.pm line 116.
t/07smerge-copy..................NOK 17#     Failed test (t/07smerge- 
copy.t at line 163)
#     Structures begin differing at:
#          $got->[0] = Does not exist
#     $expected->[0] = '/local-new/B-fromlocal'
Odd number of elements in hash assignment at /sw/lib/perl5/5.8.1/App/ 
CLI.pm line 115.
Use of uninitialized value in hash element at /sw/lib/perl5/5.8.1/App/ 
CLI.pm line 116.
Use of uninitialized value in hash element at /sw/lib/perl5/5.8.1/App/ 
CLI.pm line 116.
t/07smerge-copy..................NOK 18#     Failed test (t/07smerge- 
copy.t at line 168)
#     Structures begin differing at:
#          $got->[0] = Does not exist
#     $expected->[0] = '/local-new/B'
t/07smerge-copy..................ok 23/25Odd number of elements in  
hash assignment at /sw/lib/perl5/5.8.1/App/CLI.pm line 115.
Use of uninitialized value in hash element at /sw/lib/perl5/5.8.1/App/ 
CLI.pm line 116.
Use of uninitialized value in hash element at /sw/lib/perl5/5.8.1/App/ 
CLI.pm line 116.
t/07smerge-copy..................NOK 24#     Failed test (t/07smerge- 
copy.t at line 259)
#     Structures begin differing at:
#          $got->[0] = Does not exist
#     $expected->[0] = '/outside'
t/07smerge-copy..................ok 25/25# Looks like you failed 8  
tests of 25.
t/07smerge-copy..................dubious
         Test returned status 8 (wstat 2048, 0x800)
DIED. FAILED tests 2-3, 5, 7, 9, 17-18, 24
         Failed 8/25 tests, 68.00% okay
t/07smerge-delete................ok 5/25Odd number of elements in  
hash assignment at /sw/lib/perl5/5.8.1/App/CLI.pm line 115.
Use of uninitialized value in hash element at /sw/lib/perl5/5.8.1/App/ 
CLI.pm line 116.
Use of uninitialized value in hash element at /sw/lib/perl5/5.8.1/App/ 
CLI.pm line 116.
t/07smerge-delete................ok 15/25Odd number of elements in  
hash assignment at /sw/lib/perl5/5.8.1/App/CLI.pm line 115.
Use of uninitialized value in hash element at /sw/lib/perl5/5.8.1/App/ 
CLI.pm line 116.
Use of uninitialized value in hash element at /sw/lib/perl5/5.8.1/App/ 
CLI.pm line 116.
t/07smerge-delete................ok 18/25Odd number of elements in  
hash assignment at /sw/lib/perl5/5.8.1/App/CLI.pm line 115.
Use of uninitialized value in hash element at /sw/lib/perl5/5.8.1/App/ 
CLI.pm line 116.
Use of uninitialized value in hash element at /sw/lib/perl5/5.8.1/App/ 
CLI.pm line 116.
t/07smerge-delete................NOK 19#     Failed test (t/07smerge- 
delete.t at line 187)
#     Structures begin differing at:
#          $got->[0] = 'Auto-merging (5, 8) /trunk to /local (base / 
trunk:5).'
#     $expected->[0] = 'Auto-merging (5, 9) /trunk to /local (base / 
trunk:5).'
t/07smerge-delete................NOK 20#     Failed test (t/07smerge- 
delete.t at line 191)
#     Structures begin differing at:
#          $got->[0] = 'C   t/checkout/smerge-delete/A/deep/foo'
#     $expected->[0] = 'D   t/checkout/smerge-delete/test.pl'
t/07smerge-delete................NOK 21#     Failed test (t/07smerge- 
delete.t at line 197)
#     Structures begin differing at:
#          $got->[0] = 'Auto-merging (2, 8) /trunk to /local (base / 
trunk:2).'
#     $expected->[0] = 'Auto-merging (5, 9) /trunk to /local (base / 
trunk:5).'
t/07smerge-delete................NOK 22#     Failed test (t/07smerge- 
delete.t at line 205)
#     Structures begin differing at:
#          $got->[0] = 'Auto-merging (2, 9) /trunk to /local (base / 
trunk:2).'
#     $expected->[0] = 'Auto-merging (5, 10) /trunk to /local (base / 
trunk:5).'
Cannot overwrite t/checkout/smerge-delete/C/unversioned.txt: No such  
file or directory at /sw/src/fink.build/svk-pm581-1.99-04-11/ 
SVK-1.99_04/blib/lib/SVK/Test.pm line 282
         SVK::Test::overwrite_file('t/checkout/smerge-delete/C/ 
unversioned.txt','I am here\x{a}') called at t/07smerge-delete.t line  
215
# Looks like you planned 25 tests but only ran 22.
# Looks like your test died just after 22.
t/07smerge-delete................dubious
         Test returned status 255 (wstat 65280, 0xff00)
DIED. FAILED tests 19-25
         Failed 7/25 tests, 72.00% okay
t/07smerge-external..............ok
t/07smerge-file..................Attempt to free unreferenced scalar  
during global destruction.
Attempt to free unreferenced scalar during global destruction.
t/07smerge-file..................ok 3/9Attempt to free unreferenced  
scalar during global destruction.
t/07smerge-file..................ok
t/07smerge-foreign...............Attempt to free unreferenced scalar  
during global destruction.
Attempt to free unreferenced scalar during global destruction.
Attempt to free unreferenced scalar during global destruction.
Attempt to free unreferenced scalar during global destruction.
t/07smerge-foreign...............ok
t/07smerge-incremental...........Attempt to free unreferenced scalar  
during global destruction.
t/07smerge-incremental...........ok 4/11Attempt to free unreferenced  
scalar during global destruction.
Attempt to free unreferenced scalar during global destruction.
t/07smerge-incremental...........ok 6/11Attempt to free unreferenced  
scalar during global destruction.
t/07smerge-incremental...........ok 8/11Attempt to free unreferenced  
scalar during global destruction.
Attempt to free unreferenced scalar during global destruction.
Attempt to free unreferenced scalar during global destruction.
Attempt to free unreferenced scalar during global destruction.
t/07smerge-incremental...........ok 10/11Attempt to free unreferenced  
scalar during global destruction.
Attempt to free unreferenced scalar during global destruction.
t/07smerge-incremental...........ok 11/11# uncleaned txns (6) on //
t/07smerge-incremental...........ok
t/07smerge-log...................ok
t/07smerge-mixanchor.............Attempt to free unreferenced scalar  
during global destruction.
Attempt to free unreferenced scalar during global destruction.
t/07smerge-mixanchor.............ok 2/3Attempt to free unreferenced  
scalar during global destruction.
t/07smerge-mixanchor.............ok
t/07smerge-multi.................ok
t/07smerge-prop..................ok
t/07smerge-relayed...............Attempt to free unreferenced scalar  
during global destruction.
t/07smerge-relayed...............ok 1/4Attempt to free unreferenced  
scalar during global destruction.
t/07smerge-relayed...............ok 3/4Odd number of elements in hash  
assignment at /sw/lib/perl5/5.8.1/App/CLI.pm line 115.
Use of uninitialized value in hash element at /sw/lib/perl5/5.8.1/App/ 
CLI.pm line 116.
Use of uninitialized value in hash element at /sw/lib/perl5/5.8.1/App/ 
CLI.pm line 116.
t/07smerge-relayed...............ok
t/07smerge-rename................ok
t/07smerge-to-from...............ok
t/07smerge-tree..................ok
t/07smerge-upload................Attempt to free unreferenced scalar  
during global destruction.
Attempt to free unreferenced scalar during global destruction.
Attempt to free unreferenced scalar during global destruction.
t/07smerge-upload................ok
t/07smerge.......................Attempt to free unreferenced scalar  
during global destruction.
Attempt to free unreferenced scalar during global destruction.
t/07smerge.......................ok 9/31Attempt to free unreferenced  
scalar during global destruction.
t/07smerge.......................ok 13/31Attempt to free unreferenced  
scalar during global destruction.
t/07smerge.......................ok 20/31Attempt to free unreferenced  
scalar during global destruction.
Attempt to free unreferenced scalar during global destruction.
t/07smerge.......................ok 22/31Attempt to free unreferenced  
scalar during global destruction.
Attempt to free unreferenced scalar during global destruction.
t/07smerge.......................ok 23/31Attempt to free unreferenced  
scalar during global destruction.
t/07smerge.......................ok 24/31Attempt to free unreferenced  
scalar during global destruction.
t/07smerge.......................ok 28/31Attempt to free unreferenced  
scalar during global destruction.
t/07smerge.......................ok 29/31Attempt to free unreferenced  
scalar during global destruction.
t/07smerge.......................ok 31/31# uncleaned txns (7) on //
t/07smerge.......................ok
t/09cmerge.......................ok
t/10switch.......................ok
t/11checkout.....................ok
t/12copy-cache...................Odd number of elements in hash  
assignment at /sw/lib/perl5/5.8.1/App/CLI.pm line 115.
Use of uninitialized value in hash element at /sw/lib/perl5/5.8.1/App/ 
CLI.pm line 116.
Use of uninitialized value in hash element at /sw/lib/perl5/5.8.1/App/ 
CLI.pm line 116.
t/12copy-cache...................NOK 1#     Failed test (t/12copy- 
cache.t at line 18)
#     Structures begin differing at:
#          $got->[0] = Does not exist
#     $expected->[0] = '/foo'
Odd number of elements in hash assignment at /sw/lib/perl5/5.8.1/App/ 
CLI.pm line 115.
Use of uninitialized value in hash element at /sw/lib/perl5/5.8.1/App/ 
CLI.pm line 116.
Use of uninitialized value in hash element at /sw/lib/perl5/5.8.1/App/ 
CLI.pm line 116.
t/12copy-cache...................NOK 2#     Failed test (t/12copy- 
cache.t at line 20)
#     Structures begin differing at:
#          $got->[0] = Does not exist
#     $expected->[0] = '/foo/B/S/P'
Odd number of elements in hash assignment at /sw/lib/perl5/5.8.1/App/ 
CLI.pm line 115.
Use of uninitialized value in hash element at /sw/lib/perl5/5.8.1/App/ 
CLI.pm line 116.
Use of uninitialized value in hash element at /sw/lib/perl5/5.8.1/App/ 
CLI.pm line 116.
t/12copy-cache...................NOK 3#     Failed test (t/12copy- 
cache.t at line 23)
#     Structures begin differing at:
#          $got->[0] = Does not exist
#     $expected->[0] = '/foo/B/S/P/pe'
Odd number of elements in hash assignment at /sw/lib/perl5/5.8.1/App/ 
CLI.pm line 115.
Use of uninitialized value in hash element at /sw/lib/perl5/5.8.1/App/ 
CLI.pm line 116.
Use of uninitialized value in hash element at /sw/lib/perl5/5.8.1/App/ 
CLI.pm line 116.
t/12copy-cache...................NOK 4#     Failed test (t/12copy- 
cache.t at line 26)
#     Structures begin differing at:
#          $got->[0] = Does not exist
#     $expected->[0] = '/foo/A'
Odd number of elements in hash assignment at /sw/lib/perl5/5.8.1/App/ 
CLI.pm line 115.
Use of uninitialized value in hash element at /sw/lib/perl5/5.8.1/App/ 
CLI.pm line 116.
Use of uninitialized value in hash element at /sw/lib/perl5/5.8.1/App/ 
CLI.pm line 116.
t/12copy-cache...................NOK 5#     Failed test (t/12copy- 
cache.t at line 28)
#     Structures begin differing at:
#          $got->[0] = Does not exist
#     $expected->[0] = '/bar/B'
Odd number of elements in hash assignment at /sw/lib/perl5/5.8.1/App/ 
CLI.pm line 115.
Use of uninitialized value in hash element at /sw/lib/perl5/5.8.1/App/ 
CLI.pm line 116.
Use of uninitialized value in hash element at /sw/lib/perl5/5.8.1/App/ 
CLI.pm line 116.
t/12copy-cache...................NOK 6#     Failed test (t/12copy- 
cache.t at line 31)
#     Structures begin differing at:
#          $got->[0] = Does not exist
#     $expected->[0] = '/bar/B/S'
Odd number of elements in hash assignment at /sw/lib/perl5/5.8.1/App/ 
CLI.pm line 115.
Use of uninitialized value in hash element at /sw/lib/perl5/5.8.1/App/ 
CLI.pm line 116.
Use of uninitialized value in hash element at /sw/lib/perl5/5.8.1/App/ 
CLI.pm line 116.
#     Failed test (t/12copy-cache.t at line 37)
#     Structures begin differing at:
#          $got->[0] = Does not exist
#     $expected->[0] = '/baz/fnord'
t/12copy-cache...................ok 12/12# Looks like you failed 7  
tests of 12.
t/12copy-cache...................dubious
         Test returned status 7 (wstat 1792, 0x700)
DIED. FAILED tests 1-7
         Failed 7/12 tests, 41.67% okay
t/12copy.........................ok 9/70Odd number of elements in  
hash assignment at /sw/lib/perl5/5.8.1/App/CLI.pm line 115.
Use of uninitialized value in hash element at /sw/lib/perl5/5.8.1/App/ 
CLI.pm line 116.
Use of uninitialized value in hash element at /sw/lib/perl5/5.8.1/App/ 
CLI.pm line 116.
t/12copy.........................NOK 10#     Failed test (t/12copy.t  
at line 48)
#     Structures begin differing at:
#          $got->[0] = Does not exist
#     $expected->[0] = '/V/me'
Odd number of elements in hash assignment at /sw/lib/perl5/5.8.1/App/ 
CLI.pm line 115.
Use of uninitialized value in hash element at /sw/lib/perl5/5.8.1/App/ 
CLI.pm line 116.
Use of uninitialized value in hash element at /sw/lib/perl5/5.8.1/App/ 
CLI.pm line 116.
t/12copy.........................NOK 11#     Failed test (t/12copy.t  
at line 49)
#     Structures begin differing at:
#          $got->[0] = Does not exist
#     $expected->[0] = '/V/me'
Odd number of elements in hash assignment at /sw/lib/perl5/5.8.1/App/ 
CLI.pm line 115.
Use of uninitialized value in hash element at /sw/lib/perl5/5.8.1/App/ 
CLI.pm line 116.
Use of uninitialized value in hash element at /sw/lib/perl5/5.8.1/App/ 
CLI.pm line 116.
t/12copy.........................NOK 12#     Failed test (t/12copy.t  
at line 50)
#     Structures begin differing at:
#          $got->[0] = Does not exist
#     $expected->[0] = '/V/D/de'
Odd number of elements in hash assignment at /sw/lib/perl5/5.8.1/App/ 
CLI.pm line 115.
Use of uninitialized value in hash element at /sw/lib/perl5/5.8.1/App/ 
CLI.pm line 116.
Use of uninitialized value in hash element at /sw/lib/perl5/5.8.1/App/ 
CLI.pm line 116.
t/12copy.........................NOK 13#     Failed test (t/12copy.t  
at line 51)
#     Structures begin differing at:
#          $got->[0] = Does not exist
#     $expected->[0] = '/V/D'
t/12copy.........................ok 15/70Odd number of elements in  
hash assignment at /sw/lib/perl5/5.8.1/App/CLI.pm line 115.
Use of uninitialized value in hash element at /sw/lib/perl5/5.8.1/App/ 
CLI.pm line 116.
Use of uninitialized value in hash element at /sw/lib/perl5/5.8.1/App/ 
CLI.pm line 116.
t/12copy.........................NOK 16#     Failed test (t/12copy.t  
at line 59)
#     Structures begin differing at:
#          $got->[0] = Does not exist
#     $expected->[0] = '/V/me'
Odd number of elements in hash assignment at /sw/lib/perl5/5.8.1/App/ 
CLI.pm line 115.
Use of uninitialized value in hash element at /sw/lib/perl5/5.8.1/App/ 
CLI.pm line 116.
Use of uninitialized value in hash element at /sw/lib/perl5/5.8.1/App/ 
CLI.pm line 116.
t/12copy.........................NOK 17#     Failed test (t/12copy.t  
at line 60)
#     Structures begin differing at:
#          $got->[0] = Does not exist
#     $expected->[0] = '/V/D'
t/12copy.........................ok 22/70Odd number of elements in  
hash assignment at /sw/lib/perl5/5.8.1/App/CLI.pm line 115.
Use of uninitialized value in hash element at /sw/lib/perl5/5.8.1/App/ 
CLI.pm line 116.
Use of uninitialized value in hash element at /sw/lib/perl5/5.8.1/App/ 
CLI.pm line 116.
t/12copy.........................NOK 23#     Failed test (t/12copy.t  
at line 75)
#     Structures begin differing at:
#          $got->[0] = Does not exist
#     $expected->[0] = '/V/D/de'
t/12copy.........................ok 29/70Odd number of elements in  
hash assignment at /sw/lib/perl5/5.8.1/App/CLI.pm line 115.
Use of uninitialized value in hash element at /sw/lib/perl5/5.8.1/App/ 
CLI.pm line 116.
Use of uninitialized value in hash element at /sw/lib/perl5/5.8.1/App/ 
CLI.pm line 116.
t/12copy.........................NOK 30#     Failed test (t/12copy.t  
at line 116)
#     Structures begin differing at:
#          $got->[0] = Does not exist
#     $expected->[0] = '/V/D'
t/12copy.........................ok 31/70Odd number of elements in  
hash assignment at /sw/lib/perl5/5.8.1/App/CLI.pm line 115.
Use of uninitialized value in hash element at /sw/lib/perl5/5.8.1/App/ 
CLI.pm line 116.
Use of uninitialized value in hash element at /sw/lib/perl5/5.8.1/App/ 
CLI.pm line 116.
t/12copy.........................NOK 32#     Failed test (t/12copy.t  
at line 121)
#     Structures begin differing at:
#          $got->[0] = Does not exist
#     $expected->[0] = '/V/me'
Attempt to free unreferenced scalar during global destruction.
t/12copy.........................ok 34/70Odd number of elements in  
hash assignment at /sw/lib/perl5/5.8.1/App/CLI.pm line 115.
Use of uninitialized value in hash element at /sw/lib/perl5/5.8.1/App/ 
CLI.pm line 116.
Use of uninitialized value in hash element at /sw/lib/perl5/5.8.1/App/ 
CLI.pm line 116.
t/12copy.........................NOK 35#     Failed test (t/12copy.t  
at line 137)
#     Structures begin differing at:
#          $got->[0] = Does not exist
#     $expected->[0] = '/V/me'
Attempt to free unreferenced scalar during global destruction.
t/12copy.........................ok 36/70Odd number of elements in  
hash assignment at /sw/lib/perl5/5.8.1/App/CLI.pm line 115.
Use of uninitialized value in hash element at /sw/lib/perl5/5.8.1/App/ 
CLI.pm line 116.
Use of uninitialized value in hash element at /sw/lib/perl5/5.8.1/App/ 
CLI.pm line 116.
t/12copy.........................NOK 37#     Failed test (t/12copy.t  
at line 147)
#     Structures begin differing at:
#          $got->[0] = Does not exist
#     $expected->[0] = '/foo-remote/me'
Odd number of elements in hash assignment at /sw/lib/perl5/5.8.1/App/ 
CLI.pm line 115.
Use of uninitialized value in hash element at /sw/lib/perl5/5.8.1/App/ 
CLI.pm line 116.
Use of uninitialized value in hash element at /sw/lib/perl5/5.8.1/App/ 
CLI.pm line 116.
t/12copy.........................NOK 38#     Failed test (t/12copy.t  
at line 148)
#     Structures begin differing at:
#          $got->[0] = Does not exist
#     $expected->[0] = '/me'
t/12copy.........................ok 39/70Attempt to free unreferenced  
scalar during global destruction.
Odd number of elements in hash assignment at /sw/lib/perl5/5.8.1/App/ 
CLI.pm line 115.
Use of uninitialized value in hash element at /sw/lib/perl5/5.8.1/App/ 
CLI.pm line 116.
Use of uninitialized value in hash element at /sw/lib/perl5/5.8.1/App/ 
CLI.pm line 116.
t/12copy.........................NOK 40#     Failed test (t/12copy.t  
at line 157)
#     Structures begin differing at:
#          $got->[0] = Does not exist
#     $expected->[0] = '/foo-remote/me'
Odd number of elements in hash assignment at /sw/lib/perl5/5.8.1/App/ 
CLI.pm line 115.
Use of uninitialized value in hash element at /sw/lib/perl5/5.8.1/App/ 
CLI.pm line 116.
Use of uninitialized value in hash element at /sw/lib/perl5/5.8.1/App/ 
CLI.pm line 116.
t/12copy.........................NOK 41#     Failed test (t/12copy.t  
at line 158)
#     Structures begin differing at:
#          $got->[0] = Does not exist
#     $expected->[0] = '/me'
t/12copy.........................ok 44/70Attempt to free unreferenced  
scalar during global destruction.
Odd number of elements in hash assignment at /sw/lib/perl5/5.8.1/App/ 
CLI.pm line 115.
Use of uninitialized value in hash element at /sw/lib/perl5/5.8.1/App/ 
CLI.pm line 116.
Use of uninitialized value in hash element at /sw/lib/perl5/5.8.1/App/ 
CLI.pm line 116.
t/12copy.........................NOK 45#     Failed test (t/12copy.t  
at line 171)
#     Structures begin differing at:
#          $got->[0] = Does not exist
#     $expected->[0] = '/me'
t/12copy.........................ok 54/70Odd number of elements in  
hash assignment at /sw/lib/perl5/5.8.1/App/CLI.pm line 115.
Use of uninitialized value in hash element at /sw/lib/perl5/5.8.1/App/ 
CLI.pm line 116.
Use of uninitialized value in hash element at /sw/lib/perl5/5.8.1/App/ 
CLI.pm line 116.
t/12copy.........................NOK 55#     Failed test (t/12copy.t  
at line 212)
#     Structures begin differing at:
#          $got->[0] = Does not exist
#     $expected->[0] = '/V/me'
t/12copy.........................ok 57/70Odd number of elements in  
hash assignment at /sw/lib/perl5/5.8.1/App/CLI.pm line 115.
Use of uninitialized value in hash element at /sw/lib/perl5/5.8.1/App/ 
CLI.pm line 116.
Use of uninitialized value in hash element at /sw/lib/perl5/5.8.1/App/ 
CLI.pm line 116.
t/12copy.........................NOK 58#     Failed test (t/12copy.t  
at line 219)
#     Structures begin differing at:
#          $got->[0] = Does not exist
#     $expected->[0] = '/V/me'
t/12copy.........................ok 59/70Odd number of elements in  
hash assignment at /sw/lib/perl5/5.8.1/App/CLI.pm line 115.
Use of uninitialized value in hash element at /sw/lib/perl5/5.8.1/App/ 
CLI.pm line 116.
Use of uninitialized value in hash element at /sw/lib/perl5/5.8.1/App/ 
CLI.pm line 116.
t/12copy.........................NOK 60#     Failed test (t/12copy.t  
at line 231)
#     Structures begin differing at:
#          $got->[0] = Does not exist
#     $expected->[0] = '/V/me'
t/12copy.........................ok 61/70Attempt to free unreferenced  
scalar during global destruction.
t/12copy.........................ok 64/70Attempt to free unreferenced  
scalar during global destruction.
t/12copy.........................ok 65/70Attempt to free unreferenced  
scalar during global destruction.
t/12copy.........................ok 70/70# Looks like you failed 18  
tests of 70.
t/12copy.........................dubious
         Test returned status 18 (wstat 4608, 0x1200)
DIED. FAILED tests 10-13, 16-17, 23, 30, 32, 35, 37-38, 40-41, 45,  
55, 58, 60
         Failed 18/70 tests, 74.29% okay
t/13patch........................ok 4/49Attempt to free unreferenced  
scalar during global destruction.
t/13patch........................ok 14/49Attempt to free unreferenced  
scalar during global destruction.
t/13patch........................ok 27/49Attempt to free unreferenced  
scalar during global destruction.
t/13patch........................ok
t/14move.........................ok
t/18replaced.....................ok 13/28Odd number of elements in  
hash assignment at /sw/lib/perl5/5.8.1/App/CLI.pm line 115.
Use of uninitialized value in hash element at /sw/lib/perl5/5.8.1/App/ 
CLI.pm line 116.
Use of uninitialized value in hash element at /sw/lib/perl5/5.8.1/App/ 
CLI.pm line 116.
t/18replaced.....................NOK 14#     Failed test (t/ 
18replaced.t at line 90)
#     Structures begin differing at:
#          $got->[0] = Does not exist
#     $expected->[0] = '/V/T2/T2'
t/18replaced.....................ok 17/28Odd number of elements in  
hash assignment at /sw/lib/perl5/5.8.1/App/CLI.pm line 115.
Use of uninitialized value in hash element at /sw/lib/perl5/5.8.1/App/ 
CLI.pm line 116.
Use of uninitialized value in hash element at /sw/lib/perl5/5.8.1/App/ 
CLI.pm line 116.
t/18replaced.....................NOK 18#     Failed test (t/ 
18replaced.t at line 107)
#     Structures begin differing at:
#          $got->[0] = Does not exist
#     $expected->[0] = '/V/T2'
t/18replaced.....................ok 28/28# Looks like you failed 2  
tests of 28.
t/18replaced.....................dubious
         Test returned status 2 (wstat 512, 0x200)
DIED. FAILED tests 14, 18
         Failed 2/28 tests, 92.86% okay
t/19cleanup......................ok
t/20add-filetype.................# File::Type version 0.22
t/20add-filetype.................ok
t/20add-libmagic.................ok
         2/2 skipped: File::LibMagic is not installed
t/20add-mmagic...................ok
         2/2 skipped: File::MMagic is not installed
t/20add-nomime...................ok
t/20add..........................dubious
         Test returned status 0 (wstat 11, 0xb)
DIED. FAILED tests 33-35
         Failed 3/35 tests, 91.43% okay
t/21delete.......................ok
t/22status.......................ok 11/27Odd number of elements in  
hash assignment at /sw/lib/perl5/5.8.1/App/CLI.pm line 115.
Use of uninitialized value in hash element at /sw/lib/perl5/5.8.1/App/ 
CLI.pm line 116.
Use of uninitialized value in hash element at /sw/lib/perl5/5.8.1/App/ 
CLI.pm line 116.
t/22status.......................ok 25/27Odd number of elements in  
hash assignment at /sw/lib/perl5/5.8.1/App/CLI.pm line 115.
Use of uninitialized value in hash element at /sw/lib/perl5/5.8.1/App/ 
CLI.pm line 116.
Use of uninitialized value in hash element at /sw/lib/perl5/5.8.1/App/ 
CLI.pm line 116.
t/22status.......................NOK 26#     Failed test (t/ 
22status.t at line 213)
#     Structures begin differing at:
#          $got->[0] = 'Error in option spec:  
"SVK::Command::Ignore=HASH(0x1d95730)"'
#     $expected->[0] = ' M  A'
t/22status.......................NOK 27#     Failed test (t/ 
22status.t at line 219)
#     Structures begin differing at:
#          $got->[5] = '?                                  A/bar'
#     $expected->[5] = 'A +        -        6 user6        A/deeper- 
copy'
# Looks like you failed 2 tests of 27.
t/22status.......................dubious
         Test returned status 2 (wstat 512, 0x200)
DIED. FAILED tests 26-27
         Failed 2/27 tests, 92.59% okay
t/23commit-file..................ok
t/23commit-inter-nav.............ok
t/23commit-inter-output..........ok
t/23commit-mirror................Attempt to free unreferenced scalar  
during global destruction.
t/23commit-mirror................ok 3/7Attempt to free unreferenced  
scalar during global destruction.
t/23commit-mirror................ok
t/23commit-multi.................Attempt to free unreferenced scalar  
during global destruction.
Attempt to free unreferenced scalar during global destruction.
Attempt to free unreferenced scalar during global destruction.
Attempt to free unreferenced scalar during global destruction.
t/23commit-multi.................ok
t/23commit-subdir................Attempt to free unreferenced scalar  
during global destruction.
t/23commit-subdir................ok 1/2Attempt to free unreferenced  
scalar during global destruction.
t/23commit-subdir................ok
t/23commit.......................ok
t/24diff.........................ok 29/36Odd number of elements in  
hash assignment at /sw/lib/perl5/5.8.1/App/CLI.pm line 115.
Use of uninitialized value in hash element at /sw/lib/perl5/5.8.1/App/ 
CLI.pm line 116.
Use of uninitialized value in hash element at /sw/lib/perl5/5.8.1/App/ 
CLI.pm line 116.
t/24diff.........................ok
t/25log-filter...................ok
t/25log-xml......................ok 3/13Attempt to free unreferenced  
scalar during global destruction.
t/25log-xml......................ok
t/25log..........................ok 3/20Attempt to free unreferenced  
scalar during global destruction.
t/25log..........................ok
t/26revert-remove................ok
t/26revert.......................ok
t/27mkdir........................ok 14/22Attempt to free unreferenced  
scalar during global destruction.
t/27mkdir........................ok 16/22Attempt to free unreferenced  
scalar during global destruction.
t/27mkdir........................ok
t/28info.........................Odd number of elements in hash  
assignment at /sw/lib/perl5/5.8.1/App/CLI.pm line 115.
Use of uninitialized value in hash element at /sw/lib/perl5/5.8.1/App/ 
CLI.pm line 116.
Use of uninitialized value in hash element at /sw/lib/perl5/5.8.1/App/ 
CLI.pm line 116.
#     Failed test (t/28info.t at line 11)
#                   'Error in option spec: "CODE(0x1c03550)"
# Error in option spec: "SVK::Command::Info=HASH(0x1bdfa30)"
# '
#     doesn't match '(?-xism:not a checkout path)'
Odd number of elements in hash assignment at /sw/lib/perl5/5.8.1/App/ 
CLI.pm line 115.
Use of uninitialized value in hash element at /sw/lib/perl5/5.8.1/App/ 
CLI.pm line 116.
Use of uninitialized value in hash element at /sw/lib/perl5/5.8.1/App/ 
CLI.pm line 116.
Odd number of elements in hash assignment at /sw/lib/perl5/5.8.1/App/ 
CLI.pm line 115.
Use of uninitialized value in hash element at /sw/lib/perl5/5.8.1/App/ 
CLI.pm line 116.
Use of uninitialized value in hash element at /sw/lib/perl5/5.8.1/App/ 
CLI.pm line 116.
#     Failed test (t/28info.t at line 18)
t/28info.........................NOK 3Odd number of elements in hash  
assignment at /sw/lib/perl5/5.8.1/App/CLI.pm line 115.
Use of uninitialized value in hash element at /sw/lib/perl5/5.8.1/App/ 
CLI.pm line 116.
Use of uninitialized value in hash element at /sw/lib/perl5/5.8.1/App/ 
CLI.pm line 116.
#     Failed test (t/28info.t at line 19)
#     Structures begin differing at:
#          $got->[0] = 'Error in option spec: "CODE(0x1c06f30)"'
#     $expected->[0] = 'Checkout Path: /sw/src/fink.build/svk- 
pm581-1.99-04-11/SVK-1.99_04/t/checkout/info'
Odd number of elements in hash assignment at /sw/lib/perl5/5.8.1/App/ 
CLI.pm line 115.
Use of uninitialized value in hash element at /sw/lib/perl5/5.8.1/App/ 
CLI.pm line 116.
Use of uninitialized value in hash element at /sw/lib/perl5/5.8.1/App/ 
CLI.pm line 116.
#     Failed test (t/28info.t at line 20)
#     Structures begin differing at:
t/28info.........................NOK 5#          $got->[0] = 'Error  
in option spec: "CODE(0x1bd2354)"'
#     $expected->[0] = 'Checkout Path: /sw/src/fink.build/svk- 
pm581-1.99-04-11/SVK-1.99_04/t/checkout/info'
Odd number of elements in hash assignment at /sw/lib/perl5/5.8.1/App/ 
CLI.pm line 115.
Use of uninitialized value in hash element at /sw/lib/perl5/5.8.1/App/ 
CLI.pm line 116.
Use of uninitialized value in hash element at /sw/lib/perl5/5.8.1/App/ 
CLI.pm line 116.
#     Failed test (t/28info.t at line 21)
#     Structures begin differing at:
#          $got->[0] = 'Error in option spec: "SVK::Command::Info=HASH 
(0x1c28720)"'
#     $expected->[0] = 'Checkout Path: /sw/src/fink.build/svk- 
pm581-1.99-04-11/SVK-1.99_04/t/checkout/info'
Odd number of elements in hash assignment at /sw/lib/perl5/5.8.1/App/ 
CLI.pm line 115.
Use of uninitialized value in hash element at /sw/lib/perl5/5.8.1/App/ 
CLI.pm line 116.
Use of uninitialized value in hash element at /sw/lib/perl5/5.8.1/App/ 
CLI.pm line 116.
#     Failed test (t/28info.t at line 23)
#     Structures begin differing at:
t/28info.........................NOK 7#          $got->[0] = 'Error  
in option spec: "CODE(0x1c06f84)"'
#     $expected->[0] = 'Depot Path: //info-root'
Odd number of elements in hash assignment at /sw/lib/perl5/5.8.1/App/ 
CLI.pm line 115.
Use of uninitialized value in hash element at /sw/lib/perl5/5.8.1/App/ 
CLI.pm line 116.
Use of uninitialized value in hash element at /sw/lib/perl5/5.8.1/App/ 
CLI.pm line 116.
t/28info.........................NOK 8#     Failed test (t/28info.t  
at line 26)
Odd number of elements in hash assignment at /sw/lib/perl5/5.8.1/App/ 
CLI.pm line 115.
Use of uninitialized value in hash element at /sw/lib/perl5/5.8.1/App/ 
CLI.pm line 116.
Use of uninitialized value in hash element at /sw/lib/perl5/5.8.1/App/ 
CLI.pm line 116.
t/28info.........................NOK 9#     Failed test (t/28info.t  
at line 27)
#     Structures begin differing at:
#          $got->[0] = 'Error in option spec: "SVK::Command::Info=HASH 
(0x1c42eb8)"'
#     $expected->[0] = 'Checkout Path: /sw/src/fink.build/svk- 
pm581-1.99-04-11/SVK-1.99_04/t/checkout/info'
Odd number of elements in hash assignment at /sw/lib/perl5/5.8.1/App/ 
CLI.pm line 115.
Use of uninitialized value in hash element at /sw/lib/perl5/5.8.1/App/ 
CLI.pm line 116.
Use of uninitialized value in hash element at /sw/lib/perl5/5.8.1/App/ 
CLI.pm line 116.
t/28info.........................NOK 10#     Failed test (t/28info.t  
at line 28)
#     Structures begin differing at:
#          $got->[0] = 'Error in option spec: "SVK::Command::Info=HASH 
(0x1c286f0)"'
#     $expected->[0] = 'Checkout Path: /sw/src/fink.build/svk- 
pm581-1.99-04-11/SVK-1.99_04/t/checkout/info'
Odd number of elements in hash assignment at /sw/lib/perl5/5.8.1/App/ 
CLI.pm line 115.
Use of uninitialized value in hash element at /sw/lib/perl5/5.8.1/App/ 
CLI.pm line 116.
Use of uninitialized value in hash element at /sw/lib/perl5/5.8.1/App/ 
CLI.pm line 116.
t/28info.........................NOK 11#     Failed test (t/28info.t  
at line 29)
#     Structures begin differing at:
#          $got->[0] = 'Error in option spec: "CODE(0x1c42e28)"'
#     $expected->[0] = 'Checkout Path: /sw/src/fink.build/svk- 
pm581-1.99-04-11/SVK-1.99_04/t/checkout/info'
Odd number of elements in hash assignment at /sw/lib/perl5/5.8.1/App/ 
CLI.pm line 115.
Use of uninitialized value in hash element at /sw/lib/perl5/5.8.1/App/ 
CLI.pm line 116.
Use of uninitialized value in hash element at /sw/lib/perl5/5.8.1/App/ 
CLI.pm line 116.
t/28info.........................ok 12/17Odd number of elements in  
hash assignment at /sw/lib/perl5/5.8.1/App/CLI.pm line 115.
Use of uninitialized value in hash element at /sw/lib/perl5/5.8.1/App/ 
CLI.pm line 116.
Use of uninitialized value in hash element at /sw/lib/perl5/5.8.1/App/ 
CLI.pm line 116.
t/28info.........................NOK 13#     Failed test (t/28info.t  
at line 32)
#     Structures begin differing at:
#          $got->[0] = 'Error in option spec: "CODE(0x1c42f6c)"'
#     $expected->[0] = 'Path //info-root does not exist.'
Odd number of elements in hash assignment at /sw/lib/perl5/5.8.1/App/ 
CLI.pm line 115.
Use of uninitialized value in hash element at /sw/lib/perl5/5.8.1/App/ 
CLI.pm line 116.
Use of uninitialized value in hash element at /sw/lib/perl5/5.8.1/App/ 
CLI.pm line 116.
t/28info.........................NOK 14#     Failed test (t/28info.t  
at line 34)
#     Structures begin differing at:
#          $got->[0] = 'Error in option spec: "CODE(0x1c03544)"'
#     $expected->[0] = 'Path //info-root/blah does not exist.'
Odd number of elements in hash assignment at /sw/lib/perl5/5.8.1/App/ 
CLI.pm line 115.
Use of uninitialized value in hash element at /sw/lib/perl5/5.8.1/App/ 
CLI.pm line 116.
Use of uninitialized value in hash element at /sw/lib/perl5/5.8.1/App/ 
CLI.pm line 116.
t/28info.........................NOK 15#     Failed test (t/28info.t  
at line 36)
#     Structures begin differing at:
#          $got->[0] = 'Error in option spec: "CODE(0x1c42e34)"'
#     $expected->[0] = 'Depot Path: //info-root'
t/28info.........................ok 16/17Odd number of elements in  
hash assignment at /sw/lib/perl5/5.8.1/App/CLI.pm line 115.
Use of uninitialized value in hash element at /sw/lib/perl5/5.8.1/App/ 
CLI.pm line 116.
Use of uninitialized value in hash element at /sw/lib/perl5/5.8.1/App/ 
CLI.pm line 116.
t/28info.........................NOK 17#     Failed test (t/28info.t  
at line 43)
#     Structures begin differing at:
#          $got->[0] = 'Error in option spec: "CODE(0x1c46b80)"'
#     $expected->[0] = 'Checkout Path: /sw/src/fink.build/svk- 
pm581-1.99-04-11/SVK-1.99_04/t/checkout/info/blah'
# Looks like you failed 14 tests of 17.
t/28info.........................dubious
         Test returned status 14 (wstat 3584, 0xe00)
DIED. FAILED tests 1, 3-11, 13-15, 17
         Failed 14/17 tests, 17.65% okay
t/29update-mix...................ok
t/30annotate.....................ok
t/31cat..........................ok
t/32list.........................ok
t/33prop.........................ok
t/34revprop......................ok
t/35admin........................ok
t/36push-pull-cross..............ok 3/3# uncleaned txns (8) on //
t/36push-pull-cross..............ok
t/36push-pull-local..............ok
t/36push-pull....................Attempt to free unreferenced scalar  
during global destruction.
t/36push-pull....................ok 1/15Attempt to free unreferenced  
scalar during global destruction.
Attempt to free unreferenced scalar during global destruction.
t/36push-pull....................ok 2/15Attempt to free unreferenced  
scalar during global destruction.
t/36push-pull....................ok 3/15Attempt to free unreferenced  
scalar during global destruction.
t/36push-pull....................ok 4/15Attempt to free unreferenced  
scalar during global destruction.
t/36push-pull....................ok 6/15Attempt to free unreferenced  
scalar during global destruction.
t/36push-pull....................ok 9/15Attempt to free unreferenced  
scalar during global destruction.
t/36push-pull....................ok 10/15Attempt to free unreferenced  
scalar during global destruction.
t/36push-pull....................ok 12/15Attempt to free unreferenced  
scalar during global destruction.
t/36push-pull....................ok 13/15Attempt to free unreferenced  
scalar during global destruction.
t/36push-pull....................ok 14/15Attempt to free unreferenced  
scalar during global destruction.
Attempt to free unreferenced scalar during global destruction.
t/36push-pull....................ok 15/15# uncleaned txns (4) on //
t/36push-pull....................ok
t/37revspec......................ok
t/38stall-schedule...............ok
t/50dav..........................skipped
         all skipped: Apache::Test 1.18 required for testing dav
t/60patchset.....................skipped
         all skipped: Text::Thread required for testing patchset
t/70symlink......................Useless use of a constant in void  
context at t/70symlink.t line 217.
t/70symlink......................ok
t/71autovivify...................ok 3/14Attempt to free unreferenced  
scalar during global destruction.
t/71autovivify...................ok 9/14Use of uninitialized value in  
join or string at (eval 142) line 2.
Use of uninitialized value in join or string at (eval 142) line 2.
t/71autovivify...................ok 10/14Odd number of elements in  
hash assignment at /sw/lib/perl5/5.8.1/App/CLI.pm line 115.
Use of uninitialized value in hash element at /sw/lib/perl5/5.8.1/App/ 
CLI.pm line 116.
Use of uninitialized value in hash element at /sw/lib/perl5/5.8.1/App/ 
CLI.pm line 116.
t/71autovivify...................NOK 11#     Failed test (t/ 
71autovivify.t at line 88)
#     Structures begin differing at:
#          $got->[0] = Does not exist
#     $expected->[0] = '/mirror/C'
Use of uninitialized value in join or string at (eval 142) line 2.
Use of uninitialized value in join or string at (eval 142) line 2.
t/71autovivify...................ok 12/14Odd number of elements in  
hash assignment at /sw/lib/perl5/5.8.1/App/CLI.pm line 115.
Use of uninitialized value in hash element at /sw/lib/perl5/5.8.1/App/ 
CLI.pm line 116.
Use of uninitialized value in hash element at /sw/lib/perl5/5.8.1/App/ 
CLI.pm line 116.
t/71autovivify...................NOK 13#     Failed test (t/ 
71autovivify.t at line 96)
#     Structures begin differing at:
#          $got->[0] = Does not exist
#     $expected->[0] = '/mirror/C'
Use of uninitialized value in join or string at (eval 142) line 2.
Use of uninitialized value in join or string at (eval 142) line 2.
t/71autovivify...................ok 14/14# Looks like you failed 2  
tests of 14.
t/71autovivify...................dubious
         Test returned status 2 (wstat 512, 0x200)
DIED. FAILED tests 11, 13
         Failed 2/14 tests, 85.71% okay
t/72sign.........................skipped
         all skipped: gnupg not found
t/73i18n.........................skipped
         all skipped: darwin wants all filenames in utf8.
t/74chgspec......................ok
t/74view-mirror..................ok 1/22Attempt to free unreferenced  
scalar during global destruction.
t/74view-mirror..................ok
t/74view.........................ok
t/75hook.........................ok 1/2Attempt to free unreferenced  
scalar during global destruction.
t/75hook.........................ok
t/76ignore.......................ok 2/6Odd number of elements in hash  
assignment at /sw/lib/perl5/5.8.1/App/CLI.pm line 115.
Use of uninitialized value in hash element at /sw/lib/perl5/5.8.1/App/ 
CLI.pm line 116.
Use of uninitialized value in hash element at /sw/lib/perl5/5.8.1/App/ 
CLI.pm line 116.
t/76ignore.......................NOK 3#     Failed test (t/76ignore.t  
at line 26)
#     Structures begin differing at:
#          $got->[0] = 'Error in option spec:  
"SVK::Command::Ignore=HASH(0x1ba6524)"'
#     $expected->[0] = ' M  t/checkout/ignore1'
Odd number of elements in hash assignment at /sw/lib/perl5/5.8.1/App/ 
CLI.pm line 115.
Use of uninitialized value in hash element at /sw/lib/perl5/5.8.1/App/ 
CLI.pm line 116.
Use of uninitialized value in hash element at /sw/lib/perl5/5.8.1/App/ 
CLI.pm line 116.
t/76ignore.......................NOK 4#     Failed test (t/76ignore.t  
at line 30)
#     Structures begin differing at:
#          $got->[0] = 'Error in option spec:  
"SVK::Command::Ignore=HASH(0x2e5edfc)"'
#     $expected->[0] = 'Already ignoring 't/checkout/ignore1/foo''
t/76ignore.......................NOK 5#     Failed test (t/76ignore.t  
at line 34)
#     Structures begin differing at:
#          $got->[0] = '?   t/checkout/ignore1/foo'
#     $expected->[0] = ' M  t/checkout/ignore1'
t/76ignore.......................NOK 6#     Failed test (t/76ignore.t  
at line 37)
#     Structures begin differing at:
#          $got->[0] = '?   t/checkout/ignore2/bar'
#     $expected->[0] = ' M  t/checkout/ignore2'
# Looks like you failed 4 tests of 6.
t/76ignore.......................dubious
         Test returned status 4 (wstat 1024, 0x400)
DIED. FAILED tests 3-6
         Failed 4/6 tests, 33.33% okay
t/77floating.....................ok
t/api/mirror.....................ok
t/copy-escape....................ok
t/copy-replace...................ok
t/diff/mixed-checkout............ok
t/mirror/dav-authz...............skipped
         all skipped: Apache::Test 1.18 required for testing dav
t/mirror/relocate................ok
t/mirror/sync-crazy-replace......ok 6/21Attempt to free unreferenced  
scalar during global destruction.
t/mirror/sync-crazy-replace......ok 17/21Attempt to free unreferenced  
scalar during global destruction.
t/mirror/sync-crazy-replace......ok 18/21Odd number of elements in  
hash assignment at /sw/lib/perl5/5.8.1/App/CLI.pm line 115.
Use of uninitialized value in hash element at /sw/lib/perl5/5.8.1/App/ 
CLI.pm line 116.
Use of uninitialized value in hash element at /sw/lib/perl5/5.8.1/App/ 
CLI.pm line 116.
t/mirror/sync-crazy-replace......NOK 19#     Failed test (t/mirror/ 
sync-crazy-replace.t at line 134)
#     Structures begin differing at:
#          $got->[0] = Does not exist
#     $expected->[0] = '/m/A'
Odd number of elements in hash assignment at /sw/lib/perl5/5.8.1/App/ 
CLI.pm line 115.
Use of uninitialized value in hash element at /sw/lib/perl5/5.8.1/App/ 
CLI.pm line 116.
Use of uninitialized value in hash element at /sw/lib/perl5/5.8.1/App/ 
CLI.pm line 116.
t/mirror/sync-crazy-replace......NOK 20#     Failed test (t/mirror/ 
sync-crazy-replace.t at line 135)
#     Structures begin differing at:
#          $got->[0] = Does not exist
#     $expected->[0] = '/m/A/Q/qu'
t/mirror/sync-crazy-replace......ok 21/21# Looks like you failed 2  
tests of 21.
t/mirror/sync-crazy-replace......dubious
         Test returned status 2 (wstat 512, 0x200)
DIED. FAILED tests 19-20
         Failed 2/21 tests, 90.48% okay
t/mirror/sync-empty..............Attempt to free unreferenced scalar  
during global destruction.
t/mirror/sync-empty..............ok
t/mirror/sync-escape.............ok 3/7Attempt to free unreferenced  
scalar during global destruction.
t/mirror/sync-escape.............ok 4/7Attempt to free unreferenced  
scalar during global destruction.
t/mirror/sync-escape.............ok 5/7Attempt to free unreferenced  
scalar during global destruction.
t/mirror/sync-escape.............ok 6/7Attempt to free unreferenced  
scalar during global destruction.
t/mirror/sync-escape.............ok
t/mirror/sync-failed-hook........Attempt to free unreferenced scalar  
during global destruction.
t/mirror/sync-failed-hook........ok 2/3Attempt to free unreferenced  
scalar during global destruction.
t/mirror/sync-failed-hook........ok
t/mirror/sync-replaced-nocopy....ok 2/3Attempt to free unreferenced  
scalar during global destruction.
t/mirror/sync-replaced-nocopy....ok
t/mirror/sync-replaced...........Attempt to free unreferenced scalar  
during global destruction.
t/mirror/sync-replaced...........ok 1/7Attempt to free unreferenced  
scalar during global destruction.
t/mirror/sync-replaced...........ok 4/7Attempt to free unreferenced  
scalar during global destruction.
t/mirror/sync-replaced...........ok
t/mirror/sync-replicate..........ok 1/3Attempt to free unreferenced  
scalar during global destruction.
t/mirror/sync-replicate..........ok 2/3Attempt to free unreferenced  
scalar during global destruction.
t/mirror/sync-replicate..........ok
Failed Test                   Stat Wstat Total Fail  Failed  List of  
Failed
------------------------------------------------------------------------ 
-------
t/01help.t                      49 12544    87   49  56.32%  1-2 5-7  
9 11 13 15
                                                              17 19  
21 23 25 27
                                                              29 31  
33-37 39-41
                                                              43 45  
47 49 51 53
                                                              55 57  
59 61 63 65
                                                              67  
69-71 73 75 77
                                                              79 81  
83 85-86
t/05svm-skipped.t                3   768     3    3 100.00%  1-3
t/07smerge-copy.t                8  2048    25    8  32.00%  2-3 5 7  
9 17-18 24
t/07smerge-delete.t            255 65280    25   10  40.00%  19-25
t/12copy-cache.t                 7  1792    12    7  58.33%  1-7
t/12copy.t                      18  4608    70   18  25.71%  10-13  
16-17 23 30
                                                              32 35  
37-38 40-41
                                                              45 55  
58 60
t/18replaced.t                   2   512    28    2   7.14%  14 18
t/20add.t                        0    11    35    6  17.14%  33-35
t/22status.t                     2   512    27    2   7.41%  26-27
t/28info.t                      14  3584    17   14  82.35%  1 3-11  
13-15 17
t/71autovivify.t                 2   512    14    2  14.29%  11 13
t/76ignore.t                     4  1024     6    4  66.67%  3-6
t/mirror/sync-crazy-replace.t    2   512    21    2   9.52%  19-20
6 tests and 15 subtests skipped.
Failed 13/113 test scripts, 88.50% okay. 121/1797 subtests failed,  
93.27% okay.



More information about the svk-devel mailing list