[PHP-QA] com phpruntests: Added a way of distributing the tasks across processors based on the times that they have taken to run in a previous run. This is invoked with the command line option -g. Als

2013-03-02 Thread Zoe Slattery
Commit:8c104424b9d647a530f545292b7ed117fb6d57d6 Author:zoe slattery Sat, 2 Mar 2013 20:32:36 + Parents: 88dfb30b0348aff3a7989c11d4e64125d6d67deb Branches: master Link: http://git.php.net/?p=phpruntests.git;a=commitdiff;h=8c104424b9d647a530f545292b7ed117fb6d57d6 Log

[PHP-QA] com phpruntests: Changed the name of the group skip file so it's easier to compare with old version: phpt-tests/group_of_tests/skip_group_if.inc phpt-tests/group_of_tests/skipif.inc src/testg

2013-03-02 Thread Zoe Slattery
Commit:88dfb30b0348aff3a7989c11d4e64125d6d67deb Author:zoe slattery Thu, 28 Feb 2013 08:56:47 + Parents: 68730ea02f1d723b6bfa75055365add8fad7ebc0 Branches: master Link: http://git.php.net/?p=phpruntests.git;a=commitdiff;h=88dfb30b0348aff3a7989c11d4e64125d6d67deb

[PHP-QA] com phpruntests: Adding debug option - needs rework: src/configuration/rtCommandLineOptions.php src/taskScheduler/rtTaskScheduler.php src/taskScheduler/rtTaskSchedulerFile.php src/testgroup/r

2012-10-17 Thread Zoe Slattery
Commit:5b5cec2bc466d6fe9c9d5b4e6998bb0febff1c9c Author:zoe slattery Wed, 17 Oct 2012 16:53:42 +0100 Parents: 7e640bec2f6cc190a87906316095c59e14970773 Branches: master Link: http://git.php.net/?p=phpruntests.git;a=commitdiff;h=5b5cec2bc466d6fe9c9d5b4e6998bb0febff1c9c

[PHP-QA] Re: [PHP-DEV] Re: [PHP-QA] Parallel run-tests

2012-10-17 Thread zoe slattery
me results as run-tests. There is still work to do on performance but I think it might at this stage be worth trying a bigger sample. Zoe Alright, thanks for the reply! I'll try to have a look at the code and give it a try next weekend. Nuno -Original Message- From: zoe slattery

Re: [PHP-QA] Parallel run-tests

2012-10-15 Thread zoe slattery
eply! I'll try to have a look at the code and give it a try next weekend. Nuno -Original Message- From: zoe slattery Sent: Monday, May 21, 2012 8:26 AM Subject: Re: [PHP-QA] Parallel run-tests On 21/05/2012 06:45, Nuno Lopes wrote: Hi Zoe, Thanks for undertaking this project! I

[PHP-QA] com phpruntests: Task scheduler test: tests/rtTaskSchedulerTest.php

2012-10-13 Thread Zoe Slattery
Commit:7e640bec2f6cc190a87906316095c59e14970773 Author:zoe slattery Sat, 13 Oct 2012 17:29:49 +0100 Parents: b2e14bfd6b93f94e624988db9ed1544332529a1a Branches: master Link: http://git.php.net/?p=phpruntests.git;a=commitdiff;h=7e640bec2f6cc190a87906316095c59e14970773

[PHP-QA] com phpruntests: fix bugs in output writer, add .phpt to putput file names: QA/compareNewOld.php src/testcase/output/rtTestOutputWriterCSV.php src/testcase/rtTestOutputWriter.php src/testrun/

2012-10-13 Thread Zoe Slattery
Commit:b2e14bfd6b93f94e624988db9ed1544332529a1a Author:zoe slattery Sat, 13 Oct 2012 12:59:24 +0100 Parents: 3fde97a0ea76fa12f6534a7e207e32ebd5332bbd Branches: master Link: http://git.php.net/?p=phpruntests.git;a=commitdiff;h=b2e14bfd6b93f94e624988db9ed1544332529a1a

[PHP-QA] com phpruntests: Refactor - add Group results class: src/rtClassMap.php src/taskScheduler/rtTaskScheduler.php src/taskScheduler/rtTaskSchedulerFile.php src/taskScheduler/rtTaskTestGroup.php s

2012-10-12 Thread Zoe Slattery
Commit:3fde97a0ea76fa12f6534a7e207e32ebd5332bbd Author:zoe slattery Fri, 12 Oct 2012 14:28:29 +0100 Parents: b668d1f0fec05a87f29f2aa9601203228b123916 Branches: master Link: http://git.php.net/?p=phpruntests.git;a=commitdiff;h=3fde97a0ea76fa12f6534a7e207e32ebd5332bbd

[PHP-QA] com phpruntests: Some changes to reduce memory usage: src/run-tests.php src/taskScheduler/rtTaskTestGroup.php src/testcase/output/rtTestOutputWriterCSV.php src/testcase/output/rtTestOutputWri

2012-10-11 Thread Zoe Slattery
Commit:b668d1f0fec05a87f29f2aa9601203228b123916 Author:zoe slattery Thu, 11 Oct 2012 16:56:28 +0100 Parents: b3d8d59065990541c66cad5e84ba0d0c836684c2 Branches: master Link: http://git.php.net/?p=phpruntests.git;a=commitdiff;h=b668d1f0fec05a87f29f2aa9601203228b123916

[PHP-QA] com phpruntests: Changes to add default test directories (running from make test): src/configuration/rtCommandLineOptions.php src/run-tests.php src/testrun/rtPhpTestRun.php

2012-10-09 Thread Zoe Slattery
Commit:b3d8d59065990541c66cad5e84ba0d0c836684c2 Author:zoe slattery Tue, 9 Oct 2012 14:57:59 +0100 Parents: 5bfcd27d56f557e23760435c4fd0ca83f6d077ba Branches: master Link: http://git.php.net/?p=phpruntests.git;a=commitdiff;h=b3d8d59065990541c66cad5e84ba0d0c836684c2 Log

[PHP-QA] com phpruntests: Code to generate phar and mods deal with phar relative path issues: .gitignore build.xml build/build.xml build/buildPhar.php build/phpdefinitions.txt_sample phpdefinitions.tx

2012-10-09 Thread Zoe Slattery
Commit:5bfcd27d56f557e23760435c4fd0ca83f6d077ba Author:zoe slattery Tue, 9 Oct 2012 13:34:11 +0100 Parents: 2a000e34b920604b6633d5a96950d30fdd9285d0 Branches: master Link: http://git.php.net/?p=phpruntests.git;a=commitdiff;h=5bfcd27d56f557e23760435c4fd0ca83f6d077ba Log

Re: [PHP-QA] Parallel run-tests

2012-10-05 Thread zoe slattery
run-tests. There is still work to do on performance but I think it might at this stage be worth trying a bigger sample. Zoe Alright, thanks for the reply! I'll try to have a look at the code and give it a try next weekend. Nuno -Original Message----- From: zoe slattery Sent: Mond

[PHP-QA] com phpruntests: Adding new group configuration: src/testgroup/rtGroupConfiguration.php

2012-10-03 Thread Zoe Slattery
Commit:2524e8359a6f0bfa4333f2b0dd650e24c565df5e Author:zoe slattery Wed, 23 May 2012 12:02:06 +0100 Parents: 34d4af0b381063823f25e19a73817540e3292daa Branches: master Link: http://git.php.net/?p=phpruntests.git;a=commitdiff;h=2524e8359a6f0bfa4333f2b0dd650e24c565df5e

[PHP-QA] com phpruntests: Remove redirect changes from scheduler: src/taskScheduler/rtTaskScheduler.php

2012-10-03 Thread Zoe Slattery
Commit:f596cdb981324e41f6242f09a3db772502348855 Author:zoe slattery Sun, 5 Aug 2012 13:27:28 +0100 Parents: 2524e8359a6f0bfa4333f2b0dd650e24c565df5e Branches: master Link: http://git.php.net/?p=phpruntests.git;a=commitdiff;h=f596cdb981324e41f6242f09a3db772502348855 Log

[PHP-QA] com phpruntests: More steps towards implementation of REDIRECT: src/rtClassMap.php src/taskScheduler/rtTaskScheduler.php src/testrun/rtPhpTestRun.php

2012-10-03 Thread Zoe Slattery
Commit:34d4af0b381063823f25e19a73817540e3292daa Author:zoe slattery Wed, 23 May 2012 12:01:09 +0100 Parents: 8ccb00b2bca6a04af566e45f386bd46edaa35962 Branches: master Link: http://git.php.net/?p=phpruntests.git;a=commitdiff;h=34d4af0b381063823f25e19a73817540e3292daa

[PHP-QA] com phpruntests: assemble redirected tests, ready to add code to run: phpt-tests/sample_redirect.phpt src/taskScheduler/rtTaskTestGroup.php src/testcase/rtTestResults.php src/testgroup/rtPhpT

2012-10-03 Thread Zoe Slattery
Commit:c899eb4017fab1c4cb3cc0490ea8f49221b83280 Author:zoe slattery Sun, 5 Aug 2012 20:46:41 +0100 Parents: f596cdb981324e41f6242f09a3db772502348855 Branches: master Link: http://git.php.net/?p=phpruntests.git;a=commitdiff;h=c899eb4017fab1c4cb3cc0490ea8f49221b83280 Log

[PHP-QA] com phpruntests: Add logic to check redirect skipif before saving the test: phpt-tests/sample_redirect2.phpt src/testcase/rtPhpTest.php src/testgroup/rtPhpTestGroup.php

2012-10-03 Thread Zoe Slattery
Commit:d212f75880adaeb7e08e1b3cb1f58f8fd616e248 Author:zoe slattery Mon, 6 Aug 2012 11:40:32 +0100 Parents: c899eb4017fab1c4cb3cc0490ea8f49221b83280 Branches: master Link: http://git.php.net/?p=phpruntests.git;a=commitdiff;h=d212f75880adaeb7e08e1b3cb1f58f8fd616e248 Log

[PHP-QA] com phpruntests: committing stable code on the way tio redir impl: src/run-tests.php src/taskScheduler/rtTaskScheduler.php src/taskScheduler/rtTaskSchedulerFile.php src/taskScheduler/rtTaskTe

2012-10-03 Thread Zoe Slattery
Commit:ca7438d6799e51f60e8c56ec93c5a39562f11f71 Author:zoe slattery Tue, 14 Aug 2012 19:44:57 +0100 Parents: d212f75880adaeb7e08e1b3cb1f58f8fd616e248 Branches: master Link: http://git.php.net/?p=phpruntests.git;a=commitdiff;h=ca7438d6799e51f60e8c56ec93c5a39562f11f71

[PHP-QA] com phpruntests: Redirect tests implementaion: phpt-tests/redirected/tests/sample_test.phpt phpt-tests/sample_redirect.phpt phpt-tests/sample_skipif_ini.phpt src/rtUtil.php src/taskScheduler/

2012-10-03 Thread Zoe Slattery
Commit:2a000e34b920604b6633d5a96950d30fdd9285d0 Author:zoe slattery Wed, 3 Oct 2012 21:32:07 +0100 Parents: ca7438d6799e51f60e8c56ec93c5a39562f11f71 Branches: master Link: http://git.php.net/?p=phpruntests.git;a=commitdiff;h=2a000e34b920604b6633d5a96950d30fdd9285d0 Log