Skip to content

GitLab

  • Projects
  • Groups
  • Snippets
  • Help
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
aports
aports
  • Project overview
    • Project overview
    • Details
    • Activity
    • Releases
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 647
    • Issues 647
    • List
    • Boards
    • Labels
    • Service Desk
    • Milestones
  • Merge Requests 177
    • Merge Requests 177
  • CI / CD
    • CI / CD
    • Pipelines
    • Jobs
    • Schedules
  • Operations
    • Operations
    • Environments
  • Analytics
    • Analytics
    • CI / CD
    • Repository
    • Value Stream
  • Members
    • Members
  • Collapse sidebar
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
  • alpine
  • aportsaports
  • Issues
  • #12095

Closed
Open
Opened Nov 10, 2020 by Andy Postnikov@andypostDeveloper1 of 1 task completed1/1 task
  • Report abuse
  • New issue
Report abuse New issue

Fix test failures of php7 with pcre2 10.35/10.36

The following discussion from !14061 (merged) should be addressed:

  • @andypost started a discussion: (+6 comments)

    New test failures

     FAILED TEST SUMMARY
    ---------------------------------------------------------------------
    Bug #79846 (8c67c166996 broke simple regexp) [ext/pcre/tests/bug79846.phpt]
    Bug #80118 (Erroneous whitespace match with JIT only) [ext/pcre/tests/bug80118.phpt]
    ...
    TEST 4070/10844 [ext/pcre/tests/bug79846.phpt]
    ========DIFF========
    001+ array(0) {
    001- array(3) {
    002-   [0]=>
    003-   string(17) "component_phase_1"
    004-   [1]=>
    005-   string(15) "component_phase"
    006-   [2]=>
    007-   string(1) "1"
    ========DONE========
    FAIL Bug #79846 (8c67c166996 broke simple regexp) [ext/pcre/tests/bug79846.phpt] 
    ========DIFF========
    001+ array(1) {
    002+   [0]=>
    003+   string(1) " "
    001- array(0) {
    ========DONE========
    FAIL Bug #80118 (Erroneous whitespace match with JIT only) [ext/pcre/tests/bug80118.phpt] 

    but this tests pass on s390x because of --without-pcre-jit

     FAILED TEST SUMMARY
    ---------------------------------------------------------------------
    ...
    Test ReflectionZendExtension class [ext/reflection/tests/ReflectionZendExtension.phpt]

Caused by tests expectations of newer (10.36) pcre2 library commits added

TODO: enable 2 disabled tests when pcre-jit fixed (may need to disable php-pcre-jit for all arches)

Edited Jan 06, 2021 by Andy Postnikov
To upload designs, you'll need to enable LFS and have admin enable hashed storage. More information
Assignee
Assign to
None
Milestone
None
Assign milestone
Time tracking
None
Due date
None
2
Labels
lang:php type:bug
Assign labels
  • View project labels
Reference: alpine/aports#12095