tlawrence3 / FAST

FAST: Fast Analysis of Sequences Toolbox
31 stars 10 forks source link

`make test` fails one test on Windows #4

Closed peterbecich closed 8 years ago

peterbecich commented 10 years ago

Running with Strawberry Perl 5.18 on Windows XP, service pack 3, and the latest commit to Master. Strawberry Perl provides dmake instead of make. perl Makefile.PL and dmake went fine.

C:\Documents and Settings\Peter\My Documents\ardell_2014\FAST>dmake test
C:\strawberry\perl\bin\perl.exe "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib\lib', 'blib\arch')" t/*.t
t/00-load.t ...... 1/? # Testing FAST 1.0, Perl 5.018002, C:\strawberry\perl\bin\perl.exe
t/00-load.t ...... ok
t/boilerplate.t .. ok
t/fasfilter.t .... ok
t/fashead.t ...... ok
t/faspaste.t ..... ok
t/fassort.t ...... ok
t/FAST.t ......... 1/2
#   Failed test 'executing bin/fasconvert -i genbank < t/data/AF194338.1.gb'
#   at t/FAST.t line 9.
# Looks like you failed 1 test of 2.
t/FAST.t ......... Dubious, test returned 1 (wstat 256, 0x100)
Failed 1/2 subtests
t/fasuniq.t ...... ok
t/manifest.t ..... skipped: Author tests not required for installation
t/pod.t .......... ok

Test Summary Report
-------------------
t/boilerplate.t (Wstat: 0 Tests: 3 Failed: 0)
  TODO passed:   1, 3
t/FAST.t       (Wstat: 256 Tests: 2 Failed: 1)
  Failed test:  2
  Non-zero exit status: 1
Files=10, Tests=403, 36 wallclock secs ( 0.22 usr +  0.09 sys =  0.31 CPU)
Result: FAIL
Failed 1/10 test programs. 1/403 subtests failed.
dmake:  Error code 255, while making 'test_dynamic'