[pcre-dev] [Bug 1223] Test failure on 10.7/i386 with JIT

Top Page
Delete this message
Author: Lawrence Velázquez
Date:  
To: pcre-dev
Old-Topics: [pcre-dev] [Bug 1223] New: Test failure on 10.7/i386 with JIT
Subject: [pcre-dev] [Bug 1223] Test failure on 10.7/i386 with JIT
------- You are receiving this mail because: -------
You are on the CC list for the bug.

http://bugs.exim.org/show_bug.cgi?id=1223




--- Comment #36 from Lawrence Velázquez <larryv@???> 2013-02-20 08:31:40 ---
(In reply to comment #35)
> If everything happens as I described, then my theory is correct about how mac
> works.


I think you’ve got it!

1. Unpatched trunk passes all tests.

2. Trunk patched with 618 fails with the following.

    =====================================
       PCRE 8.33-RC1: ./test-suite.log
    =====================================


    # TOTAL: 6
    # PASS:  5
    # SKIP:  0
    # XFAIL: 0
    # FAIL:  1
    # XPASS: 0
    # ERROR: 0


    .. contents:: :depth: 2


    FAIL: RunTest
    =============



    PCRE C library tests using test data from ./testdata
    PCRE version 8.33-RC1 2012-12-07


    ---- Testing 8-bit library ----


    Test 1: Main functionality (Compatible with Perl >= 5.10)
      OK
      OK with study
    ./RunTest: line 441: 69717 Segmentation fault: 11  $sim $valgrind
./pcretest -q $bmode $opt $testdata/testinput1 testtry


3. Trunk patched with 618 and 616 passes all tests.

4. Trunk patched with 618 and the first part of 616 fails as follows.

    =====================================
       PCRE 8.33-RC1: ./test-suite.log
    =====================================


    # TOTAL: 6
    # PASS:  4
    # SKIP:  0
    # XFAIL: 0
    # FAIL:  2
    # XPASS: 0
    # ERROR: 0


    .. contents:: :depth: 2


    FAIL: pcre_jit_test
    ===================


    Running JIT regression tests
      target CPU of SLJIT compiler: x86 32bit (little endian + unaligned)
      in  8 bit mode with UTF-8  enabled and ucp enabled:
      in 16 bit mode with UTF-16 enabled and ucp enabled:
    ............................................................
    ............................................................
    ............................................................
    ............................................................
    ............................................................
    ............................................................
    ..................................


    FAIL: RunTest
    =============



    PCRE C library tests using test data from ./testdata
    PCRE version 8.33-RC1 2012-12-07


    ---- Testing 8-bit library ----


    Test 1: Main functionality (Compatible with Perl >= 5.10)
      OK
      OK with study
    ./RunTest: line 441: 77044 Segmentation fault: 11  $sim $valgrind
./pcretest -q $bmode $opt $testdata/testinput1 testtry



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