[Pcre-svn] [1600] code/trunk: Remove use of /dev/null in tes…

トップ ページ
このメッセージを削除
著者: Subversion repository
日付:  
To: pcre-svn
題目: [Pcre-svn] [1600] code/trunk: Remove use of /dev/null in test 2 because Windows doesn 't like it.
Revision: 1600
          http://vcs.pcre.org/viewvc?view=rev&revision=1600
Author:   ph10
Date:     2015-09-02 09:54:57 +0100 (Wed, 02 Sep 2015)
Log Message:
-----------
Remove use of /dev/null in test 2 because Windows doesn't like it.


Modified Paths:
--------------
    code/trunk/ChangeLog
    code/trunk/testdata/testinput2
    code/trunk/testdata/testoutput2


Modified: code/trunk/ChangeLog
===================================================================
--- code/trunk/ChangeLog    2015-09-02 08:50:31 UTC (rev 1599)
+++ code/trunk/ChangeLog    2015-09-02 08:54:57 UTC (rev 1600)
@@ -149,11 +149,14 @@
     exactly enough group forward references such that the last one extended
     into the workspace safety margin. The next one would have expanded the 
     workspace. The test for overflow was not including the safety margin.
-
+    
 40. A match limit issue is fixed in JIT which was found by Karl Skomski
     with a custom LLVM fuzzer.


+41. Remove the use of /dev/null in testdata/testinput2, because it doesn't
+    work under Windows. (Why has it taken so long for anyone to notice?) 


+
Version 8.37 28-April-2015
--------------------------


Modified: code/trunk/testdata/testinput2
===================================================================
--- code/trunk/testdata/testinput2    2015-09-02 08:50:31 UTC (rev 1599)
+++ code/trunk/testdata/testinput2    2015-09-02 08:54:57 UTC (rev 1600)
@@ -1380,7 +1380,7 @@
     1X
     123456\P


-//KF>/dev/null
+//KF>testsavedregex

/abc/IS>testsavedregex
<testsavedregex

Modified: code/trunk/testdata/testoutput2
===================================================================
--- code/trunk/testdata/testoutput2    2015-09-02 08:50:31 UTC (rev 1599)
+++ code/trunk/testdata/testoutput2    2015-09-02 08:54:57 UTC (rev 1600)
@@ -5614,9 +5614,9 @@
     123456\P
 No match


-//KF>/dev/null
-Compiled pattern written to /dev/null
-Study data written to /dev/null
+//KF>testsavedregex
+Compiled pattern written to testsavedregex
+Study data written to testsavedregex

/abc/IS>testsavedregex
Capturing subpattern count = 0