summaryrefslogtreecommitdiff
path: root/t/win32
Commit message (Collapse)AuthorAgeFilesLines
* Patch t/win32/system.t for mingw32/64Sisyphus2009-10-141-1/+1
|
* Make t/win32/system.t use the more common compiler checkMax Maischein2009-01-261-1/+1
| | | | | | | | | | | | | | | | | | | | | | | Hello again, much of the Perl test suite uses $Config{cc} =~ /^gcc/i to determine whether the compiler looks/acts like gcc. This patch enables that behaviour in t/win32/system.t too. The reason behind this is that I have a batch file named gcc-ccache.cmd, which I give to dmake as my compiler, and having things like this work everywhere in Perl is nice. Possibly, a more sane way of keeping the kind of compiler handy would be to make $Config{CCTYPE} come into existence and have it store "gcc", "msvc" and what other cc types we support. -max From f2e73cb5249433631fd4db5b46f62d05ff35526c Mon Sep 17 00:00:00 2001 From: Max Maischein <corion@corion.net> Date: Mon, 26 Jan 2009 21:44:36 +0100 Subject: [PATCH] Unbreak the test if your compiler looks like gcc
* RE: $Win32::VERSION problemJan Dubois2007-03-082-65/+0
| | | | | | | | | From: "Jan Dubois" <jand@activestate.com> Message-ID: <00b301c760f6$d28129d0$77837d70$@com> Adds the tests from the dual-lived CPAN distribution Win32-0.27 and removes two old t/win32 tests which are now redundant p4raw-id: //depot/perl@30516
* Fix another Win32 breakage caused by change 23554Steve Hay2004-12-061-1/+3
| | | p4raw-id: //depot/perl@23618
* Fix [perl #27357] Scalar Win32::GetOSVersion() broken in 5.8.3Rafael Garcia-Suarez2004-03-041-0/+13
| | | | | (by Steve Hay) p4raw-id: //depot/perl@22431
* 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..)