-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Kevin Ryde wrote: > Oh, sorry, wrong change: > ------------------------------------------------------------------------ > > --- time.test.~1.6.2.4.~ 2006-09-23 10:05:29.000000000 +1000 > +++ time.test 2007-01-25 08:59:24.000000000 +1100 > @@ -34,7 +34,7 @@ > > (alarm 5) > (false-if-exception (gmtime t)) > - (join-thread (begin-thread (catch 'out-of-range > + (join-thread (begin-thread (catch #t > (lambda () (gmtime t)) > (lambda args #f)))) > (alarm 0) > > > ------------------------------------------------------------------------ with that change the output from that first test is:
PASS: gmtime: (in another thread after error 2147483647) PASS: gmtime: (in another thread after error 9223372036854775807) PASS: gmtime: (in another thread after error -1) PASS: gmtime: (in another thread after error -2147483648) PASS: gmtime: (in another thread after error -9223372036854775808) Marijn PS I did have threads enabled. There was a typo in my configure script. When they are really disabled I do get the UNSUPPORTED messages instead of ERRORS. -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.1 (GNU/Linux) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org iD8DBQFFuPEqp/VmCx0OL2wRAu2+AJ9Fp859BaW5LFNMQ3aaDGHAY79HgACfalZr CeXPHoHVVHesLhSw4FhfS/Y= =HLfU -----END PGP SIGNATURE----- _______________________________________________ Bug-guile mailing list [email protected] http://lists.gnu.org/mailman/listinfo/bug-guile
