Tatsuhiko Miyagawa wrote: > At Thu, 04 Jul 2002 18:46:26 +0800, > Stas Bekman wrote: > > >>Does you 'make test' pass properly? Though it doesn't test the thing you >>are talking about. Therefore I upgraded the reverse test filter to test >>for $filter->print(). Before I commit it, please try it first, it works >>for me. > > > first try with: > perl 5.8.0 RC2 > httpd 2.0.39 (worker MPM) > mod_perl CVS > > filter tests pass okay, but > > Failed Test Stat Wstat Total Fail Failed List of Failed > ------------------------------------------------------------------------------- > apache/compat2.t 50 1 2.00% 46 > apr/perlio.t 11 1 9.09% 2 > > > here's a detail: > > # testing : Apache::Util::parsedate > # expected: 1025779533 > # received: '0' > not ok 46
this one is weird, can you run this one in debug mode? This precooked gdb script should make it really easy to debug the internals on your side. http://perl.apache.org/release/docs/2.0/devel/debug_c/debug_c.html#Precooked_gdb_Startup_Scripts If you need help, shout. > # write to a file: > # This is a test: 15197 > # testing : expected failure > # expected: 'No such file or directory' > # received: 'そのようなファイルやディレクトリはありません' > not ok 2 > ok 3 > > Well, it seems to be due to locale (japanese) stuff in my linux box. That's a tough on. We are definitely not going to supply a set of error messages in all possible errors. Is C "errno" variable's numerical value the same everywhere? If that's the case we could compare the numerical value __________________________________________________________________ Stas Bekman JAm_pH ------> Just Another mod_perl Hacker http://stason.org/ mod_perl Guide ---> http://perl.apache.org mailto:[EMAIL PROTECTED] http://use.perl.org http://apacheweek.com http://modperlbook.org http://apache.org http://ticketmaster.com --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
