summaryrefslogtreecommitdiff
path: root/t/op/lfs.t
Commit message (Expand)AuthorAgeFilesLines
* Purge sfio support, which has been broken for a decade.Nicholas Clark2013-12-271-1/+1
* Refactor 5 tests to use skip_all(), instead of generating TAP locally.Nicholas Clark2011-03-071-6/+4
* skip_all() is a separate function in test.plJan Dubois2010-12-141-4/+4
* Convert ext/Fcntl/t/syslfs.t to Test::More and t/op/lfs.t to test.plNicholas Clark2010-12-141-52/+24
* In Fcntl's syslfs.t and t/op/lfs.t, eliminate bye().Nicholas Clark2010-12-141-23/+16
* In Fcntl's syslfs.t and t/op/lfs.t, eliminate zap().Nicholas Clark2010-12-141-7/+1
* Refactor syslfs.t and lfs.t to call bye() directly from explain() when skipping.Nicholas Clark2010-12-141-4/+4
* Reduce inconsistencies between ext/Fcntl/t/syslfs.t and t/op/lfs.tNicholas Clark2010-12-141-14/+16
* Check return values in the test programs run by syslfs.t and lfs.tNicholas Clark2010-12-141-4/+5
* Check that sparse files hold at least a block (bug in eCryptfs: https://bugs....Leon Brocard2009-09-281-1/+2
* Use test.pl's tempfile().Nicholas Clark2008-08-071-28/+29
* Skip nit in t/op/lfs.tSteve Peters2005-07-041-1/+1
* integrate 5.8-maint: changes #18174 18187 18189-92 18202 18209 18214-5Hugo van der Sanden2002-12-021-3/+3
* [perl #18065] LFS related bug in perl-5.8.0 testsuitedavid@dhaller.de2002-11-071-1/+5
* Clean up 1_compile.t; move tests to more consistentJarkko Hietaniemi2001-09-071-1/+1
* NetWare port from Guruprasad S <SGURUPRASAD@novell.com>.Jarkko Hietaniemi2001-06-161-1/+1
* Autoflush in tests as appropriateMike Guy2001-05-011-0/+2
* Test nits.Jarkko Hietaniemi2000-12-301-5/+5
* Re: [ID 20001229.001] Not OK: perl v5.7.0 +DEVEL8221 on i686-linux 2.4.0-test...Andreas König2000-12-301-2/+10
* Make the large file tests more robust/talkative as suggested byAndreas König2000-12-291-4/+27
* Integrate the "skip" messages to explain().Jarkko Hietaniemi2000-12-051-16/+22
* $^O win32 -> MSWin32Robert Spier2000-11-291-3/+3
* Use minimal @INC in tests, most of the time just '../lib',Mike Guy2000-08-291-1/+1
* Make large file tests deal with SIGXFSZM. J. T. Guy2000-07-251-9/+18
* Make file sparseness detection more portable (Scott Henry)Jarkko Hietaniemi2000-03-011-22/+44
* Try to fix largefileness so that it "works" without a quad IV.Jarkko Hietaniemi1999-11-131-10/+15
* Turn on largefileness always if available andJarkko Hietaniemi1999-11-111-6/+0
* Be understanding about large file systems.Jarkko Hietaniemi1999-10-021-0/+6
* Cleanup cleanup.Jarkko Hietaniemi1999-09-221-0/+4
* UNICOS does support large files but doesn't support sparse filesJarkko Hietaniemi1999-09-171-0/+7
* Portable blocksize (replaces #4171).Jarkko Hietaniemi1999-09-171-5/+1
* (replaced by #4172)Jarkko Hietaniemi1999-09-171-1/+5
* Detypo #4169.Jarkko Hietaniemi1999-09-171-1/+1
* Diagnose possible quota limits.Jarkko Hietaniemi1999-09-171-3/+5
* Filesystem quotas may stop you from using large files.Jarkko Hietaniemi1999-09-171-6/+15
* Enhance lfs tests: check every seek and sysseekJarkko Hietaniemi1999-09-011-12/+34
* Batch of small 64-bit/long double/large file support tweaks:Jarkko Hietaniemi1999-08-161-5/+6
* Catch the case of filesize limits.Jarkko Hietaniemi1999-08-141-16/+31
* Don't quit before printing out the message.Jarkko Hietaniemi1999-08-131-3/+3
* st_blocks is in 512 byte blocks.Jarkko Hietaniemi1999-08-121-2/+3
* Simply exit() early if lfs support seems unlikely.Jarkko Hietaniemi1999-08-121-2/+2
* Minor niggles on the lfs tests.Jarkko Hietaniemi1999-08-121-4/+6
* Don't bother with lfs testing if off_t is too small.Jarkko Hietaniemi1999-08-111-0/+6
* Add a hopefully comforting message if there seems to be no LFS. Jarkko Hietaniemi1999-08-111-11/+33
* Add sysio large file support testing.Jarkko Hietaniemi1999-08-111-53/+22
* LFS testing robustness.Jarkko Hietaniemi1999-08-101-16/+71
* Large file support testing.Jarkko Hietaniemi1999-08-101-0/+84