summaryrefslogtreecommitdiff
path: root/t/win32
Commit message (Collapse)AuthorAgeFilesLines
* WinCE many fixesVadim Konovalov2002-04-281-1/+1
| | | | | Message-ID: <00bf01c1eedd$c0c62a00$d25cc3d9@vad> p4raw-id: //depot/perl@16251
* system_tests are relevant only to win32\system.tNikola Knezevic2002-04-262-3/+123
| | | | | Message-ID: <14316006107.20020426153816@tesla.rcub.bg.ac.yu> p4raw-id: //depot/perl@16193
* was: t/win32/system.t Borland too helpfulVadim Konovalov2002-04-231-0/+18
| | | | | Message-ID: <006e01c1eb11$156d2390$695cc3d9@vad> p4raw-id: //depot/perl@16119
* clean up after stray test file litteringGurusamy Sarathy2002-04-221-2/+1
| | | | | | | NOTE: PerlIO/t/via.t leaves behind a via$$ file on windows when it seems that it shouldn't (looks like a handle leak in PerlIO to me) p4raw-id: //depot/perl@16065
* Move also the Win32 system testing to t/win32.Jarkko Hietaniemi2002-04-121-0/+157
| | | p4raw-id: //depot/perl@15881
* Integrate change #15879 from maint-5.6;Jarkko Hietaniemi2002-04-121-0/+52
Win32::GetLongPathName() did not return valid results if there were "." and ".." components in the path; also fix a potential buffer overflow if the long path happens to be longer than MAX_PATH (this can presumably happen if they use \\?\... style paths); add a rather limited testsuite that exercises just the edge cases p4raw-link: @15879 on //depot/maint-5.6/perl: a15439704ef1059bf178ec4b1820fee7b2af7173 p4raw-id: //depot/perl@15880 p4raw-branched: from //depot/maint-5.6/perl@15877 'branch in' t/win32/longpath.t p4raw-integrated: from //depot/maint-5.6/perl@15877 'ignore' MANIFEST (@12747..) 'merge in' t/harness (@11427..) win32/win32.c (@13145..)