Author: rhuijben
Date: Fri Mar 13 08:55:30 2015
New Revision: 1666375

URL: http://svn.apache.org/r1666375
Log:
On the Windows buildbots: stop testing swig-perl on <= 1.8. Modern
perl versions only have clean compilation support for mingw, and our
fixes for other compilersare only part of the dependency refactoring
in 1.9.

* tools/buildbot/slaves/win32-SharpSvn/svntest-bindings.cmd
* tools/buildbot/slaves/win32-SharpSvn/svntest-build-bindings.cmd
  Remove 1.8 support code, that used to 'work' when we build on the
  VS2008 toolchain on an older VM.

Modified:
    subversion/trunk/tools/buildbot/slaves/win32-SharpSvn/svntest-bindings.cmd
    
subversion/trunk/tools/buildbot/slaves/win32-SharpSvn/svntest-build-bindings.cmd

Modified: 
subversion/trunk/tools/buildbot/slaves/win32-SharpSvn/svntest-bindings.cmd
URL: 
http://svn.apache.org/viewvc/subversion/trunk/tools/buildbot/slaves/win32-SharpSvn/svntest-bindings.cmd?rev=1666375&r1=1666374&r2=1666375&view=diff
==============================================================================
--- subversion/trunk/tools/buildbot/slaves/win32-SharpSvn/svntest-bindings.cmd 
(original)
+++ subversion/trunk/tools/buildbot/slaves/win32-SharpSvn/svntest-bindings.cmd 
Fri Mar 13 08:55:30 2015
@@ -80,29 +80,6 @@ if "%SVN_BRANCH%" GTR "1.9." (
         echo Done.
     )
 
-) ELSE IF "%SVN_BRANCH%" GTR "1.8." (
-
-    mkdir "%TESTDIR%\swig\pl-debug\SVN"
-    mkdir "%TESTDIR%\swig\pl-debug\auto\SVN"
-    xcopy subversion\bindings\swig\perl\native\*.pm 
"%TESTDIR%\swig\pl-debug\SVN" > nul:
-    pushd debug\subversion\bindings\swig\perl\native
-    for %%i in (*.dll) do (
-        set name=%%i
-        mkdir "%TESTDIR%\swig\pl-debug\auto\SVN\!name:~0,-4!"
-        xcopy "!name:~0,-4!.*" "%TESTDIR%\swig\pl-debug\auto\SVN\!name:~0,-4!" 
> nul:
-        xcopy /y "_Core.dll" "%TESTDIR%\swig\pl-debug\auto\SVN\!name:~0,-4!" > 
nul:
-    )
-    popd
-
-
-    SET PERL5LIB=%PERL5LIB%;%TESTDIR%\swig\pl-debug;
-    pushd subversion\bindings\swig\perl\native
-    perl -MExtUtils::Command::MM -e "test_harness()" t\*.t
-    IF ERRORLEVEL 1 (
-        echo [Test runner reported error !ERRORLEVEL!]
-        REM SET result=1
-    )
-    popd
 )
 
 if "%SVN_BRANCH%" GTR "1.9." (

Modified: 
subversion/trunk/tools/buildbot/slaves/win32-SharpSvn/svntest-build-bindings.cmd
URL: 
http://svn.apache.org/viewvc/subversion/trunk/tools/buildbot/slaves/win32-SharpSvn/svntest-build-bindings.cmd?rev=1666375&r1=1666374&r2=1666375&view=diff
==============================================================================
--- 
subversion/trunk/tools/buildbot/slaves/win32-SharpSvn/svntest-build-bindings.cmd
 (original)
+++ 
subversion/trunk/tools/buildbot/slaves/win32-SharpSvn/svntest-build-bindings.cmd
 Fri Mar 13 08:55:30 2015
@@ -31,7 +31,7 @@ IF "%SVN_BRANCH%" LEQ "1.6.x" (
 SET DEBUG_TARGETS=/t:__ALL_TESTS__
 SET RELEASE_TARGETS=/t:__SWIG_PYTHON__
 
-if "%SVN_BRANCH%" GTR "1.8." (
+if "%SVN_BRANCH%" GTR "1.9." (
   SET DEBUG_TARGETS=%DEBUG_TARGETS% /t:__SWIG_PERL__
 )
 


Reply via email to