[pcre-dev] [Bug 1682] New: Test #2 failure related to /dev/n…

Top Page
Delete this message
Author: admin
Date:  
To: pcre-dev
New-Topics: [pcre-dev] [Bug 1682] Test #2 failure related to /dev/null, [pcre-dev] [Bug 1682] Test #2 failure related to /dev/null
Subject: [pcre-dev] [Bug 1682] New: Test #2 failure related to /dev/null
https://bugs.exim.org/show_bug.cgi?id=1682

            Bug ID: 1682
           Summary: Test #2 failure related to /dev/null
           Product: PCRE
           Version: 8.37
          Hardware: x86-64
                OS: Windows
            Status: NEW
          Severity: bug
          Priority: medium
         Component: Code
          Assignee: ph10@???
          Reporter: luke1410@???
                CC: pcre-dev@???


building PCRE 8.37 I'm getting the following test failure when running
RunTest.bat:
Test 2: "Test with Study Override"
failed comparison: fc /n .\testdata\testoutput2 testoutstudy8\testoutput2

Comparing the two files, the following output differs in line 5618f.:

reference file (testdata/testoutput2):
No match

//KF>/dev/null
Compiled pattern written to /dev/null
Study data written to /dev/null

/abc/IS>testsavedregex


test-output file (testoutstudy8/testoutput2):
No match

//KF>/dev/null
Unable to open /dev/null: No such file or directory

/abc/IS>testsavedregex


The cmake command I used to configure the build is:
cmake -G "NMake Makefiles" -DCMAKE_BUILD_TYPE:STRING=RelWithDebInfo
-DBUILD_SHARED_LIBS:BOOL=ON -DCMAKE_EXE_LINKER_FLAGS:STRING=-STACK:8388608
-DCMAKE_INSTALL_PREFIX:PATH=G:\Source\Subversion\dependencies\httpd\srclib\pcre
.

--
You are receiving this mail because:
You are on the CC list for the bug.