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

 ID:                 61518
 Comment by:         reeze dot xia at gmail dot com
 Reported by:        mattfic...@php.net
 Summary:            skip on windows -
                     ext/standard/tests/streams/bug60106.phpt
 Status:             Closed
 Type:               Bug
 Package:            Testing related
 Operating System:   Windows
 PHP Version:        5.3.10
 Assigned To:        ab
 Block user comment: N
 Private report:     N

 New Comment:

@mattficken @ab
Indeed bugfix #60106 failed too, this is because php's default 
log_errors_max_len=1024, but trying to output more than that. error log have 
been
trancated. so test failed.

I've sent a pull request https://github.com/php/php-src/pull/55.

Thanks.


Previous Comments:
------------------------------------------------------------------------
[2012-04-02 23:09:28] mattfic...@php.net

For me, patch skips this test on Windows (which its supposed to).

However, on Linux, with PHP5.3.11rc1, the test fails (with or without the 
patch) because the socket name printed in the warning messages doesn't have 
4096 'a' characters like the test expects.

------------------------------------------------------------------------
[2012-03-29 04:23:43] a...@php.net

Automatic comment on behalf of ab
Revision: 
http://git.php.net/?p=php-src.git;a=commit;h=da85d5b4a00943a267db910299bdaee04c081c25
Log: Fix bug #61518 skip on windows, fix on linux - 
ext/standard/tests/streams/bug60106.phpt

------------------------------------------------------------------------
[2012-03-27 17:30:50] a...@php.net

This bug has been fixed in SVN.

Snapshots of the sources are packaged every three hours; this change
will be in the next snapshot. You can grab the snapshot at
http://snaps.php.net/.

 For Windows:

http://windows.php.net/snapshots/
 
Thank you for the report, and for helping us make PHP better.



------------------------------------------------------------------------
[2012-03-27 17:26:06] a...@php.net

Automatic comment on behalf of ab
Revision: 
http://git.php.net/?p=php-src.git;a=commit;h=da85d5b4a00943a267db910299bdaee04c081c25
Log: Fix bug #61518 skip on windows, fix on linux - 
ext/standard/tests/streams/bug60106.phpt

------------------------------------------------------------------------
[2012-03-27 08:58:09] a...@php.net

extended the patch for the test to pass on linux - fixed a's count

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


The remainder of the comments for this report are too long. To view
the rest of the comments, please view the bug report online at

    https://bugs.php.net/bug.php?id=61518


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

Reply via email to