[pcre-dev] [Bug 1222] New: Test failures on powerpc-darwin8

Top Page
Delete this message
Author: David Fang
Date:  
To: pcre-dev
Subject: [pcre-dev] [Bug 1222] New: Test failures on powerpc-darwin8
------- You are receiving this mail because: -------
You are on the CC list for the bug.

http://bugs.exim.org/show_bug.cgi?id=1222
           Summary: Test failures on powerpc-darwin8
           Product: PCRE
           Version: 8.30
          Platform: Macintosh
        OS/Version: MacOS X
            Status: NEW
          Severity: bug
          Priority: medium
         Component: Code
        AssignedTo: ph10@???
        ReportedBy: fang@???
                CC: pcre-dev@???



On powerpc-darwin8, xcode 2.5 (gcc-4.0.1), I'm getting the following test
failures:

Test 3: locale-specific features (using 'fr_FR' locale)
--- ./testdata/testoutput3      2009-09-26 08:38:59.000000000 -0700
+++ testtry     2012-03-26 13:50:30.000000000 -0700
@@ -156,7 +156,7 @@
 ------------------------------------------------------------------
         Bra
         [A-Za-z\xaa\xb5\xba\xc0-\xd6\xd8-\xf6\xf8-\xff]
-        [a-z\xb5\xdf-\xf6\xf8-\xff]
+        [a-z\xaa\xb5\xba\xdf-\xf6\xf8-\xff]
         [A-Z\xc0-\xd6\xd8-\xde]
         Ket
         End


Locale test did not run entirely successfully.
This usually means that there is a problem with the locale
settings rather than a bug in PCRE.


Test 3: locale-specific features (using 'fr_FR' locale)
--- ./testdata/testoutput3      2009-09-26 08:38:59.000000000 -0700
+++ testtry     2012-03-26 13:50:46.000000000 -0700
@@ -156,7 +156,7 @@
 ------------------------------------------------------------------
         Bra
         [A-Za-z\xaa\xb5\xba\xc0-\xd6\xd8-\xf6\xf8-\xff]
-        [a-z\xb5\xdf-\xf6\xf8-\xff]
+        [a-z\xaa\xb5\xba\xdf-\xf6\xf8-\xff]
         [A-Z\xc0-\xd6\xd8-\xde]
         Ket
         End


Locale test did not run entirely successfully.
This usually means that there is a problem with the locale
settings rather than a bug in PCRE.

Test 8: DFA matching main functionality
--- ./testdata/testoutput8      2011-12-28 08:57:54.000000000 -0800
+++ testtry     2012-03-26 13:50:50.000000000 -0700
@@ -979,7 +979,7 @@
    abc\P
 Partial match: abc
    def\R 
- 0: def
+No match


 /(?<=foo)bar/
    xyzfo\P 
@@ -987,7 +987,7 @@
    foob\P\>2 
 Partial match: foob
    foobar...\R\P\>4 
- 0: ar
+No match
    xyzfo\P
 No match
    foobar\>2  
@@ -1005,11 +1005,11 @@
     lkjhlkjhlkjhlkjhabbbbbbcdaefabbbbbbbefa\P\B\Z
 Partial match: abbbbbbcdaefabbbbbbbefa
     cdabbbbbbbb\P\R\B\Z
-Partial match: cdabbbbbbbb
+No match
     efabbbbbbbbbbbbbbbb\P\R\B\Z
-Partial match: efabbbbbbbbbbbbbbbb
+No match
     bbbbbbbbbbbbcdXyasdfadf\P\R\B\Z    
- 0: bbbbbbbbbbbbcdX
+No match


 /(a|b)/SF>testsavedregex
 Compiled pattern written to testsavedregex
@@ -6522,7 +6522,7 @@
     123\P
 Partial match: 123
     4\P\R
- 0: 4
+No match


 /^/mg
     a\nb\nc\n
FAIL: RunTest



Complete build/test log at: http://paste.lisp.org/display/128579

Are these failures fatal? Is this library still usable?
Locale is known to be quirky on OS X 10.4 (darwin8).
Let me know what other information I can provide.


--
Configure bugmail: http://bugs.exim.org/userprefs.cgi?tab=email