https://bugs.exim.org/show_bug.cgi?id=1675
Bug ID: 1675
Summary: FIX for failing test #14
Product: PCRE
Version: 10.20 (PCRE2)
Hardware: x86
OS: Windows
Status: NEW
Severity: bug
Priority: medium
Component: Code
Assignee: ph10@???
Reporter: Roy.Ivy.III@???
CC: pcre-dev@???
Test #14 has differing outputs depending on the bit size of the PCRE library.
The comparison files are included in the repository, but not used correctly.
This tiny patch to RunTests.bat fixes the test failure by copying the logic
from the other prior bit-variable tests.
```
diff --git a/RunTest.bat b/RunTest.bat
index a6067b7..45bdfcb 100644
--- a/RunTest.bat
+++ b/RunTest.bat
@@ -253,9 +253,6 @@ if [%1]==[11] (
if [%1]==[12] (
set type=-%bits%
)
-if [%1]==[14] (
- set type=-%bits%
-)
```
- Roy
ref:
https://github.com/rivy/PCRE2-mirror/commit/c827a075d18b58d112ba919ee7184ab865c5fb3b
--
You are receiving this mail because:
You are on the CC list for the bug.