> -----Original Message----- > From: Patrick LeBoutillier [mailto:[EMAIL PROTECTED] > Sent: Wednesday, March 03, 2004 8:46 PM > > Hi, > > Get it here: http://inline.perl.org/java/download.html > > Basically with this release I've tried to increase portability and > stability, and Solaris, HPUX and AIX testers are especially welcome.
Hi Patrick, On Solaris 7, I fail a couple tests in the Natives section. Complete test output is below, and after that I included an excerpt with TEST_VERBSE=1 in the Java/Natives/ directory. -Ken [sol2:~/downloads/perl/Inline-Java-0.47] % make test make[1]: Entering directory `/home/ken/downloads/perl/Inline-Java-0.47/Java' make[2]: Entering directory `/home/ken/downloads/perl/Inline-Java-0.47/Java/Natives' make[2]: Leaving directory `/home/ken/downloads/perl/Inline-Java-0.47/Java/Natives' make[1]: Leaving directory `/home/ken/downloads/perl/Inline-Java-0.47/Java' PERL_DL_NONLAZY=1 /opt/perl/5.6.1/bin/perl -Iblib/arch -Iblib/lib -I/opt/perl/5.6.1/lib -I/opt/perl/5.6.1/lib -e 'use Test::Harness qw(&runtests $verbose); $verbose=0; runtests @ARGV;' t/*.t t/01_init.............. Perl version is 5.006001 Inline version is 0.44 Inline::Java version is 0.47 J2SDK version is 1.4.1, from /opt/j2sdk1.4.1 CLASSPATH is <empty> t/01_init..............ok t/02_primitives........ok t/03_objects...........ok t/04_members...........ok t/05_arrays............ok t/06_static............ok t/07_polymorph.........ok t/08_study.............ok t/09_usages............ok t/10_1_shared_alone....ok t/10_2_shared_start....ok t/10_3_shared_use......ok t/10_4_shared_stop.....ok t/10_5_shared_fork.....ok t/10_6_shared_sim......ok t/11_exceptions........ok t/12_1_callbacks.......ok t/13_end...............ok All tests successful. Files=18, Tests=305, 101 wallclock secs (64.43 cusr + 9.47 csys = 73.90 CPU) make[1]: Entering directory `/home/ken/downloads/perl/Inline-Java-0.47/Java' make[2]: Entering directory `/home/ken/downloads/perl/Inline-Java-0.47/Java/Natives' make[2]: Leaving directory `/home/ken/downloads/perl/Inline-Java-0.47/Java/Natives' make[2]: Entering directory `/home/ken/downloads/perl/Inline-Java-0.47/Java/Natives' PERL_DL_NONLAZY=1 /opt/perl/5.6.1/bin/perl -I../../blib/arch -I../../blib/lib -I/opt/perl/5.6.1/lib -I/opt/perl/5.6.1/lib -e 'use Test::Harness qw(&runtests $verbose); $verbose=0; runtests @ARGV;' t/*.t t/01_init............ok t/02_perl_natives....Argument "" isn't numeric in addition (+) at t/02_perl_natives.t line 50, <GEN11> line 7. t/02_perl_natives....ok 2/5Argument "" isn't numeric in addition (+) at t/02_perl_natives.t line 50, <GEN11> line 26. t/02_perl_natives....FAILED tests 1, 3 Failed 2/5 tests, 60.00% okay Failed Test Stat Wstat Total Fail Failed List of Failed ---------------------------------------------------------------------------- --- t/02_perl_natives.t 5 2 40.00% 1 3 Failed 1/2 test scripts, 50.00% okay. 2/6 subtests failed, 66.67% okay. make[2]: *** [test_dynamic] Error 11 make[2]: Leaving directory `/home/ken/downloads/perl/Inline-Java-0.47/Java/Natives' make[1]: *** [test] Error 2 make[1]: Leaving directory `/home/ken/downloads/perl/Inline-Java-0.47/Java' make: *** [test] Error 2 ======================================================= t/02_perl_natives....1..5 Argument "" isn't numeric in addition (+) at t/02_perl_natives.t line 50, <GEN11> line 6. not ok 1 # Test 1 got: '1018' (t/02_perl_natives.t at line 23) # Expected: '1024' ok 2 Argument "" isn't numeric in addition (+) at t/02_perl_natives.t line 50, <GEN11> line 25. not ok 3 # Test 3 got: '1018' (t/02_perl_natives.t at line 27) # Expected: '1024' ok 4 ok 5 FAILED tests 1, 3 =======================================================