Edit report at https://bugs.php.net/bug.php?id=65497&edit=1

 ID:                 65497
 Updated by:         johan...@php.net
 Reported by:        cmbecker69 at gmx dot de
 Summary:            All tests are failing
-Status:             Open
+Status:             Feedback
 Type:               Bug
 Package:            Testing related
 Operating System:   Cygwin
 PHP Version:        5.5.2
 Block user comment: N
 Private report:     N

 New Comment:

Cygwin is a complicated platform, any reason you're not using "normal" Windows 
or some "normal"  Unix/linux?

That aside: There shouldn't be any dll's or so's being built. Can you please 
check the created .out / .diff files from the tests to see whether the report 
any specific error? If they run at all PHP can't be totally broken as the test 
runner is using PHP, too. I guess it is some php.ini related error.


Previous Comments:
------------------------------------------------------------------------
[2013-08-21 21:38:01] cmbecker69 at gmx dot de

Description:
------------
After compiling PHP 5.5.2 on Cygwin[1] all tests 
of the accompanying test suite are failing.

This might be related to the shared libraries, which don't seem
to be properly build on Cygwin (.so instead of .dll.a, with a filesize
of less than 1 KB).

[1] $ uname -a
    CYGWIN_NT-5.1 RELIANT 1.7.18(0.263/5/3) 2013-04-19 10:39 i686 Cygwin


Test script:
---------------
./configure --enable-opcache=no
make
make test

Expected result:
----------------
The tests succeed.

Actual result:
--------------
All tests fail.


------------------------------------------------------------------------



-- 
Edit this bug report at https://bugs.php.net/bug.php?id=65497&edit=1

Reply via email to