|
From: Perrick Penet-A. <pe...@no...> - 2012-01-20 08:59:06
|
Thanks for those results... It looks like everything is OK with 5.3.6 and 5.1.6 (notices are OK, we're throwing them on purpose in errors_test.php). Thank you so much, Perrick On 20/01/12 09:01, Manuel Vacelet wrote: > I ran tests twice, first with php 5.3.6 (ubuntu 10.11) then with php 5.1.6 > (centos 5) > > Here are the results: > $> php --version > PHP 5.3.6-13ubuntu3.3 with Suhosin-Patch (cli) (built: Dec 13 2011 > 18:18:37) > Copyright (c) 1997-2011 The PHP Group > Zend Engine v2.3.0, Copyright (c) 1998-2011 Zend Technologies > with Xdebug v2.1.0, Copyright (c) 2002-2010, by Derick Rethans > $> php all_tests.php > E_USER_NOTICE: Ouch! in > /srv/manuel/workspace/simpletest/test/errors_test.php on line 60 > E_USER_NOTICE: a in /srv/manuel/workspace/simpletest/test/errors_test.php > on line 66 > E_USER_NOTICE: b in /srv/manuel/workspace/simpletest/test/errors_test.php > on line 67 > E_USER_NOTICE: Ouch! in > /srv/manuel/workspace/simpletest/test/errors_test.php on line 72 > E_USER_NOTICE: Ouch! in > /srv/manuel/workspace/simpletest/test/errors_test.php on line 77 > E_USER_NOTICE: % in /srv/manuel/workspace/simpletest/test/errors_test.php > on line 82 > E_USER_NOTICE: Ouch! in > /srv/manuel/workspace/simpletest/test/errors_test.php on line 100 > E_USER_NOTICE: Ouch! in > /srv/manuel/workspace/simpletest/test/errors_test.php on line 106 > E_USER_WARNING: Ouch! in > /srv/manuel/workspace/simpletest/test/errors_test.php on line 112 > E_USER_ERROR: Ouch! in > /srv/manuel/workspace/simpletest/test/errors_test.php on line 118 > E_USER_NOTICE: % in /srv/manuel/workspace/simpletest/test/errors_test.php > on line 143 > E_RECOVERABLE_ERROR: Argument 1 passed to > RecoverableErrorTestingStub::ouch() must be an instance of > RecoverableErrorTestingStub, instance of stdClass given, called in > /srv/manuel/workspace/simpletest/test/errors_test.php on line 164 and > defined in /srv/manuel/workspace/simpletest/test/errors_test.php(160) : > eval()'d code on line 3 > Skip: E_USER_ERROR not tested for PHP 5.2 and above at > [/srv/manuel/workspace/simpletest/test/errors_test.php line 172] > E_USER_NOTICE: Error 1 in > /srv/manuel/workspace/simpletest/test/errors_test.php on line 211 > E_USER_NOTICE: Error 2 in > /srv/manuel/workspace/simpletest/test/errors_test.php on line 212 > E_USER_NOTICE: Error 1 in > /srv/manuel/workspace/simpletest/test/errors_test.php on line 196 > E_USER_WARNING: Ouch in /srv/manuel/workspace/simpletest/mock_objects.php > on line 622 > E_USER_NOTICE: Method [aMissingMethod] is not mocked in > /srv/manuel/workspace/simpletest/mock_objects.php(1314) : eval()'d code on > line 115 > E_USER_ERROR: Cannot set expected arguments as $args parameter is not an > array in /srv/manuel/workspace/simpletest/mock_objects.php on line 691 > E_USER_ERROR: Ouch! in /srv/manuel/workspace/simpletest/mock_objects.php on > line 622 > E_USER_ERROR: Ouch! in /srv/manuel/workspace/simpletest/mock_objects.php on > line 622 > E_USER_ERROR: Ouch! in /srv/manuel/workspace/simpletest/mock_objects.php on > line 622 > E_USER_NOTICE: Method [aMissingMethod] is not mocked in > /srv/manuel/workspace/simpletest/mock_objects.php(1336) : eval()'d code on > line 107 > E_WARNING: Missing argument 1 for MockDummyInterface::anotherMethod(), > called in /srv/manuel/workspace/simpletest/test/interfaces_test.php on line > 34 and defined in /srv/manuel/workspace/simpletest/mock_objects.php(1311) : > eval()'d code on line 10 > Skip: Install 'tidy' php extension to enable html tidy based parser at > [/srv/manuel/workspace/simpletest/test/parsing_test.php line 631] > OK > Test cases run: 147/154, Passes: 2677, Failures: 0, Exceptions: 0 > > -------------------- > > $> php --version > PHP 5.1.6 (cli) (built: Nov 29 2010 16:47:46) > Copyright (c) 1997-2006 The PHP Group > Zend Engine v2.1.0, Copyright (c) 1998-2006 Zend Technologies > with Xdebug v2.0.5, Copyright (c) 2002-2008, by Derick Rethans > $> php all_tests.php > > E_USER_NOTICE: Ouch! in > /opt/manuel/workspace/simpletest/test/errors_test.php on line 60 > E_USER_NOTICE: a in /opt/manuel/workspace/simpletest/test/errors_test.php > on line 66 > E_USER_NOTICE: b in /opt/manuel/workspace/simpletest/test/errors_test.php > on line 67 > E_USER_NOTICE: Ouch! in > /opt/manuel/workspace/simpletest/test/errors_test.php on line 72 > E_USER_NOTICE: Ouch! in > /opt/manuel/workspace/simpletest/test/errors_test.php on line 77 > E_USER_NOTICE: % in /opt/manuel/workspace/simpletest/test/errors_test.php > on line 82 > E_USER_NOTICE: Ouch! in > /opt/manuel/workspace/simpletest/test/errors_test.php on line 100 > E_USER_NOTICE: Ouch! in > /opt/manuel/workspace/simpletest/test/errors_test.php on line 106 > E_USER_WARNING: Ouch! in > /opt/manuel/workspace/simpletest/test/errors_test.php on line 112 > E_USER_ERROR: Ouch! in > /opt/manuel/workspace/simpletest/test/errors_test.php on line 118 > E_USER_NOTICE: % in /opt/manuel/workspace/simpletest/test/errors_test.php > on line 143 > Skip: E_RECOVERABLE_ERROR not tested for PHP below 5.2 at > [/opt/manuel/workspace/simpletest/test/errors_test.php line 151] > E_USER_NOTICE: Error 1 in > /opt/manuel/workspace/simpletest/test/errors_test.php on line 211 > E_USER_NOTICE: Error 2 in > /opt/manuel/workspace/simpletest/test/errors_test.php on line 212 > E_USER_NOTICE: Error 1 in > /opt/manuel/workspace/simpletest/test/errors_test.php on line 196 > E_USER_WARNING: Ouch in /opt/manuel/workspace/simpletest/mock_objects.php > on line 622 > E_USER_NOTICE: Method [aMissingMethod] is not mocked in > /opt/manuel/workspace/simpletest/mock_objects.php(1314) : eval()'d code on > line 115 > E_USER_ERROR: Cannot set expected arguments as $args parameter is not an > array in /opt/manuel/workspace/simpletest/mock_objects.php on line 691 > E_USER_ERROR: Ouch! in /opt/manuel/workspace/simpletest/mock_objects.php on > line 622 > E_USER_ERROR: Ouch! in /opt/manuel/workspace/simpletest/mock_objects.php on > line 622 > E_USER_ERROR: Ouch! in /opt/manuel/workspace/simpletest/mock_objects.php on > line 622 > E_USER_NOTICE: Method [aMissingMethod] is not mocked in > /opt/manuel/workspace/simpletest/mock_objects.php(1336) : eval()'d code on > line 107 > E_WARNING: Missing argument 1 for MockDummyInterface::anotherMethod(), > called in /opt/manuel/workspace/simpletest/test/interfaces_test.php on line > 34 and defined in /opt/manuel/workspace/simpletest/mock_objects.php(1311) : > eval()'d code on line 10 > Skip: Install 'tidy' php extension to enable html tidy based parser at > [/opt/manuel/workspace/simpletest/test/parsing_test.php line 631] > OK > Test cases run: 147/154, Passes: 2676, Failures: 0, Exceptions: 0 > > > On Thu, Jan 19, 2012 at 6:32 PM, Perrick Penet-Avez > <pe...@no...>wrote: > >> Hi Manuel, >> >>> I'm volunteering for runing the test suite on PHP5.1.6 (RHEL/Centos 5 >>> compat). >>> What do I have to do ? >> >> Simple enough : you checkout the SVN version of SimpleTest, then you run >> the test suit (all_test.php). And finally you can send me the results >> (without forgetting the PHP version ;-) >> >> Thanks in advance, >> Perrick >> >> >> >> >> ------------------------------------------------------------------------------ >> Keep Your Developer Skills Current with LearnDevNow! >> The most comprehensive online learning library for Microsoft developers >> is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3, >> Metro Style Apps, more. Free future releases when you subscribe now! >> http://p.sf.net/sfu/learndevnow-d2d >> _______________________________________________ >> Simpletest-support mailing list >> Sim...@li... >> https://lists.sourceforge.net/lists/listinfo/simpletest-support >> > > > |