[Pcre-svn] [724] code/trunk/RunTest.bat: Remove reference to…

Inizio della pagina
Delete this message
Autore: Subversion repository
Data:  
To: pcre-svn
Oggetto: [Pcre-svn] [724] code/trunk/RunTest.bat: Remove reference to stack overflow from RunTest.bat.
Revision: 724
          http://www.exim.org/viewvc/pcre2?view=rev&revision=724
Author:   ph10
Date:     2017-04-01 10:38:24 +0100 (Sat, 01 Apr 2017)
Log Message:
-----------
Remove reference to stack overflow from RunTest.bat.


Modified Paths:
--------------
    code/trunk/RunTest.bat


Modified: code/trunk/RunTest.bat
===================================================================
--- code/trunk/RunTest.bat    2017-03-31 17:06:43 UTC (rev 723)
+++ code/trunk/RunTest.bat    2017-04-01 09:38:24 UTC (rev 724)
@@ -284,15 +284,6 @@


 if errorlevel 1 (
   echo.          failed comparison: fc /n %srcdir%\testdata\%testoutput% %2%bits%\%testoutput%
-  if [%1]==[2] (
-    echo.
-    echo ** Test 2 requires a lot of stack. PCRE2 can be configured to
-    echo ** use heap for recursion. Otherwise, to pass Test 2
-    echo ** you generally need to allocate 8 mb stack to PCRE2.
-    echo ** See the 'pcre2stack' page for a discussion of PCRE2's
-    echo ** stack usage.
-    echo.
-)
   if [%1]==[3] (
     echo.
     echo ** Test 3 failure usually means french locale is not