php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #59332 SplInt fails make test
Submitted: 2010-07-31 01:12 UTC Modified: 2017-01-10 08:15 UTC
Votes:1
Avg. Score:4.0 ± 0.0
Reproduced:1 of 1 (100.0%)
Same Version:1 (100.0%)
Same OS:0 (0.0%)
From: wlanning at serial-ventures dot com Assigned:
Status: Suspended Package: SPL_Types (PECL)
PHP Version: 5.3.2 OS: debian lenny
Private report: No CVE-ID: None
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes.
If you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: wlanning at serial-ventures dot com
New email:
PHP Version: OS:

 

 [2010-07-31 01:12 UTC] wlanning at serial-ventures dot com
Description:
------------
SplInt fails make test on build. When trying to build SPL_Types from the source, SplInt fails to pass all the tests for "make test." I had to build it from source (applying the patch), because "pecl install SPL_Types" was not working due to this bug:

http://pecl.php.net/bugs/bug.php?id=16067

Note: I am running php 5.3.3 not 5.3.2, but there was no option to select this above at the time of bug reporting.

Reproduce code:
---------------
/usr/src/SPL_Types# phpize
/usr/src/SPL_Types# ./configure
/usr/src/SPL_Types# make test

#fails test at this point

Actual result:
--------------
/usr/src/SPL_Types# make test

Build complete.
Don't forget to run 'make test'.


=====================================================================
PHP         : /usr/bin/php 
PHP_SAPI    : cli
PHP_VERSION : 5.3.3-0.dotdeb.0
ZEND_VERSION: 2.3.0
PHP_OS      : Linux - 2.6.32.1 SMP Mon Feb 22 13:22:15 UTC 2010 x86_64
INI actual  : /usr/src/SPL_Types/tmp-php.ini
More .INIs  :  
CWD         : /usr/src/SPL_Types
Extra dirs  : 
VALGRIND    : Not used
=====================================================================
TIME START 2010-07-30 14:23:33
=====================================================================
PASS SPL: SplEnum [tests/001.phpt] 
PASS SPL: SplEnum, strict mode [tests/002.phpt] 
PASS SPL: SplBool [tests/003.phpt] 
FAIL SPL: SplInt [tests/004.phpt] 
PASS SPL: SplEnum::getConstList() [tests/005.phpt] 
PASS SPL: SplEnum with strings and new parameter parsing api [tests/006.phpt] 
=====================================================================
TIME END 2010-07-30 14:23:33

=====================================================================
TEST RESULT SUMMARY
---------------------------------------------------------------------
Exts skipped    :    0
Exts tested     :   48
---------------------------------------------------------------------

Number of tests :    6                 6
Tests skipped   :    0 (  0.0%) --------
Tests warned    :    0 (  0.0%) (  0.0%)
Tests failed    :    1 ( 16.7%) ( 16.7%)
Expected fail   :    0 (  0.0%) (  0.0%)
Tests passed    :    5 ( 83.3%) ( 83.3%)
---------------------------------------------------------------------
Time taken      :    0 seconds
=====================================================================

=====================================================================
FAILED TEST SUMMARY
---------------------------------------------------------------------
SPL: SplInt [tests/004.phpt]
=====================================================================

Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2017-01-10 08:15 UTC] kalle@php.net
-Status: Open +Status: Suspended
 [2017-01-10 08:15 UTC] kalle@php.net
Suspending this report as the extension have not had a release for almost 5 years.  Please revive this if the extension once again shows life
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Sat Dec 21 18:01:29 2024 UTC