On Tue, Sep 27, 2011 at 11:43 PM, Marvin Humphrey <[email protected]> wrote: > Text::Balanced and Switch are not dependencies of Lucy, so the reasons they > are being loaded conditionally lie elsewhere.
Yikes, you were right - they were being sucked in via Net::Google::SafeBrowsing2, etc (Devel::TraceUse is your friend for this kind of thing). Sorry about the noise. >> On slow machine, the following fails: >> t/core/051-fs_file_handle.t .......... Failed 42/46 subtests >> t/core/103-fs_folder.t ............... 1/108 Can't clean up directory _fstest >> S_tear_down at >> /home/gk/projects/lucy/lucy/perl/../core/Lucy/Test/Store/TestFSFolder.c >> line 67 >> at t/core/103-fs_folder.t line 20 >> t/core/103-fs_folder.t ............... Dubious, test returned 39 >> (wstat 9984, 0x2700) >> Failed 106/108 subtests > > The TestFSFolder test file fails intermittently on certain systems (I've seen > it most often with MSVC), and I've never figured out why; then when it fails, > it does not clean up after itself properly. Delete that _fstest dir and the > test may well pass afterwards. If it continues to fail, that's great news -- > you can help me debug it. :) Weird - I'll play around with the tests a bit and see what I can report back. Thanks for the help!
