[PHP-QA] phpt for bug#66711

2014-02-14 Thread Christoph Becker
I have written a phpt for bug#66711. It succeeds on PHP 5.4.25 on Cygwin (I can't test on Linux and other *nix at present, and I did not succeed in building PHP 5.5.x on Cygwin), but fails on PHP 5.5.9 on Windows (I assume all flavors; tested on Win7 Home Premium). The test might go to sapi/cli/t

[PHP-QA] Re: gnupg_verify help needed

2014-06-14 Thread Christoph Becker
Tsvetan Nikolov wrote: > I've been fighting with gnupg_verify for days now and cannot understand how > it works. It returns an array in the form of: > > array ( 0 => array ( 'fingerprint' => 'BLABLABLA' 'validity' => 0 > 'timestamp' => 1402666925 'status' => 117440521 'summary' => 128 ) ) > > I

[PHP-QA] Re: one test, run many times with different files

2014-09-08 Thread Christoph Becker
Gary Johnson wrote: > I am a newbie to phpunit. I have written 20 or so unit tests. > I have done some RTFM. I have a set of tests that can that I want to run > with multiple input files. > > My environment is linux , php 5.3 and up > I can write bash scripts to iterate over the files in a numb

[PHP-QA] Arbitrary test failures on Windows

2015-04-21 Thread Christoph Becker
Hi! I was running the PHP test suite multiple times on my Windows machine lately, and everytime I got some different results. Most of the time I get failures for different tests inside ext/standard/tests/file; particularly, fgetcsv_variation*.phpt and fputcsv_variation*.phpt are affected. Having

[PHP-QA] Re: com php-src: Fixed tests(I am not sure, these tests seems strange, anywayit passes locally now): tests/run-test/test005.phpttests/run-test/test008.phpt tests/run-test/test008a.phpt

2015-08-17 Thread Christoph Becker
On 13.08.2015 at 16:31, Xinchen Hui wrote: > Commit:69dbfa8e9f7a292880a639cad647d8ef8cf28a5c > Author:Xinchen Hui Thu, 13 Aug 2015 22:31:59 > +0800 > Parents: 896cb514995ff98cb03257d88fc7b55aab5186f9 > Branches: master > > Link: > http://git.php.net/?p=php-src.git;a=co

[PHP-QA] Re: Beginning writing tests

2016-01-12 Thread Christoph Becker
Blaize Kaye wrote: > Hi there > > I'd very much like to help the QA effort by writing (and running) tests. > > The QA site suggests writing to get some suggestions on where to focus my > efforts. > > Any guidance would be greatly appreciated. > > I'm really comfortable with PHP and linux. Anyt

[PHP-QA] Re: I Want to Build Karma

2016-02-03 Thread Christoph Becker
On 01.02.2016 at 10:09 Ryan Jentzsch wrote: > Where should I focus my attention to build test scripts? > > I can run tests on this platform: > > Linux Mint x64 > PHP 7.1-dev > > Thanks for any direction or advice you can give me. Have you read ? -- Christoph

[PHP-QA] Re: I Want to Build Karma

2016-02-16 Thread Christoph Becker
On 05.02.2016 at 20:33, Ryan Jentzsch wrote: > Sorry. I misread the instructions in the web page you gave me. > > I can write test cases. I've read about how to do that. > I just need some direction on what testcases need to be created?? You might start by improving the test coverage of the curr

[PHP-QA] Re: Test case for curl_multi_info_read_basic.phpt

2016-05-24 Thread Christoph Becker
On 22.05.2016 at 10:17, Ryan Jentzsch wrote: > --TEST-- > Test function curl_multi_info_read() by calling it with its required > argument > [...] Thanks for the PHPT, Ryan. Would you mind to submit it as Pull Request against , please? -- Christoph M. Becker -

[PHP-QA] Improve GD test suite

2016-06-17 Thread Christoph Becker
Hi! I like to suggest to improve the current test suite of the gd extension. The main issue I see with the current suite is that many (~ 28) tests use md5() to verify that a drawn image is correct. However, as Pierre mentioned long ago[1], md5() does not work (reliably) for this purpose. An alte

[PHP-QA] Re: Improve GD test suite

2016-06-19 Thread Christoph Becker
On 17.06.2016 at 15:54, Pierre Joye wrote: > The current testing code is under new bsd, so there is no license issue > here. Fine! > I plan to improve the current code to be more useful as well as adding > perceptual diff. My initial idea was to use pdiff. It is under gpl but as > it uses only f

[PHP-QA] Re: php.net documentation misprint

2016-07-08 Thread Christoph Becker
Hi! On 08.07.2016 at 10:19, Pavel Pisarev wrote: > I noticed not correct output for example in documentation on PHP.NET > > Please kindly advice where I should address to inform to fix it. Please file a documentation bug at . Thanks. -- Christoph M. Becker -- PHP Qua

[PHP-QA] Re: Test failure of 5.6.24 on OS X 10.11.6

2016-08-03 Thread Christoph Becker
On 03.08.2016 at 09:20, Peter West wrote: > With a straight ./configure, make, make test I get a failure. > > = > FAILED TEST SUMMARY > - > mixed stream_socket_e

Re: [PHP-QA] Re: Test failure of 5.6.24 on OS X 10.11.6

2016-08-03 Thread Christoph Becker
On 03.08.2016 at 12:07, Kalle Sommer Nielsen wrote: > 2016-08-03 11:34 GMT+02:00 Christoph Becker : > >> The first test[1] is supposed to be run on Windows systems only. I'm >> rather surprised that apparently your system reports the following to be >> false: >>