summaryrefslogtreecommitdiff
path: root/run-tests.php
Commit message (Collapse)AuthorAgeFilesLines
* updating for new listJames Cox2003-03-211-1/+1
|
* * email address changeStig Bakken2003-03-181-1/+1
|
* Be sure we get the correct version..foobar2003-03-171-1/+2
|
* added the version info to be send as-is to buildtest-processfoobar2003-03-171-6/+10
|
* summary for selective tests if more than oneMarcus Boerger2003-03-081-44/+72
| | | | | # maybe i'll change to present summary only when at least one dir selected
* do not use $GLOBAL[]Marcus Boerger2003-03-041-6/+11
|
* fix problem in current HEADMarcus Boerger2003-03-021-2/+2
| | | | | | # strange why on earth does $GLOBALS['cwd'] produce a warning here? # however we already have a global declarations so we use it for cwd, too.
* - Add check for proc_open() being availableDerick Rethans2003-02-181-0/+13
|
* A add much more useful select(2) implementation than is provided byWez Furlong2003-02-161-5/+11
| | | | | | | | | | | | | windows sockets. The winsock implementation will only work with sockets; our implementation works with sockets and file descriptors. By association, stream_select() will now operate correctly with files, pipes and sockets. This change required linking against the winsock2 library. In terms of compatibility, only older versions of windows 95 do not have winsock2 installed by default. It is available as a redistributable file, and is most likely installed by any OS patches (eg: Internet Explorer) applied by the user. Also, add a win32 compatible pipe test when opening a stream from a pipe. This test will only work on NT, win2k and XP platforms. Without this test, interleaved fread() and select() calls would cause the read buffer to be clobbered. I will be working on a fix for this issue for win9x.
* If a test does not have any data after 60 seconds of waiting, assume thatWez Furlong2003-02-151-1/+36
| | | | | | | it died a horrible death and kill it. This is useful on windows when a message box is popped-up during an automated test-run.
* - Make VIM highlighting happyDerick Rethans2003-02-031-1/+1
|
* Make it easier to diff results of several runs in one day.Melvyn Sopacua2003-02-011-1/+1
|
* SimplifyMarcus Boerger2003-01-261-4/+1
|
* Bug #21751: Part one never let this happen again...Marcus Boerger2003-01-251-3/+8
|
* - fix typoJan Lehnardt2003-01-121-1/+1
|
* Added a check for availability of PCRE extension needed by test-suite.Ilia Alshanetsky2003-01-071-0/+21
|
* Delete some security related env variablesMelvyn Sopacua2002-12-221-0/+5
|
* MFB: libtool detectionMelvyn Sopacua2002-12-201-1/+2
|
* - Also send reports when there are no failed testsDerick Rethans2002-12-171-20/+30
|
* Fix a possible E_NOTICE warning message.Ilia Alshanetsky2002-12-121-1/+3
|
* - MFBDerick Rethans2002-12-111-1/+1
|
* Ask the user for their e-mail address so that we can contact them if need be.Ilia Alshanetsky2002-12-111-1/+12
|
* Move up general testsMarcus Boerger2002-11-231-3/+3
| | | | | # if MFH is needed should be decided by QA team: because the output # sequence changes
* Revert that unwanted debug thing - thanks to Sander RobolMarcus Boerger2002-11-211-1/+1
|
* Force showing the questionMarcus Boerger2002-11-211-1/+2
|
* Make it possible to test language features like newly introduced 'abstract'Marcus Boerger2002-11-211-4/+5
| | | | | independantly from debug mode.
* Use eregi is better (noticed by Jon)Marcus Boerger2002-11-151-2/+2
|
* -Allow skip in upper letters.Marcus Boerger2002-11-151-1/+7
| | | | | -Add 'info' result to --SKIPIF-- -> see following dba commits
* Show Zend versionMarcus Boerger2002-11-151-0/+1
|
* Move the build-environment stuff down or the test results up, so youSander Roobol2002-11-151-10/+11
| | | | | don't need to scroll down to see the failed tests.
* Add magic_quotes_runtime which affects several testsMarcus Boerger2002-11-141-0/+1
|
* Only set the overwrites onceMarcus Boerger2002-11-141-26/+18
|
* Disable safe_mode as it interferes with just about every test that needsIlia Alshanetsky2002-11-141-0/+1
| | | | | to access the file system, set enviroment variables or execute commands.
* - Make it possible for people to save results and/or remove unwanted ENVMelvyn Sopacua2002-11-101-5/+18
| | | | | | data. - Use more options for the CC 'version' flag
* This option is needed if we need to track errors inside the skip condition.Ilia Alshanetsky2002-11-081-0/+1
|
* move the run-test tests to the topMarcus Boerger2002-11-041-2/+14
| | | | | #if one of these fails there is no need for further testing
* sort themMarcus Boerger2002-11-041-0/+1
|
* better use 'Off' hereMarcus Boerger2002-11-031-2/+2
| | | | | #thx to Moriyoshi
* without these nearly all tests fail if for example php.ini containsMarcus Boerger2002-11-031-0/+2
| | | | | | output_handler=mb_string mbstring.http_output=UCS-2LE
* force showing progress of testMarcus Boerger2002-11-031-1/+3
|
* Fixed ini argument parsing. We now support ini options with = in the argument,Ilia Alshanetsky2002-11-031-1/+1
| | | | | | such as the one being used in session test #21, which is once again working properly.
* pass params used for info call to skipif alsoMarcus Boerger2002-11-031-6/+6
| | | | | | | #try php.ini with #output_handler=mb_string #mbstring.http_output=UCS-2LE
* copy paste errorMarcus Boerger2002-11-021-1/+1
| | | | | #all these different versions here....
* -allow parameters to be directoriesMarcus Boerger2002-11-021-10/+9
| | | | | -"${dir}" -> $dir
* older versions do not have this functionsMarcus Boerger2002-11-021-1/+1
|
* wsMarcus Boerger2002-11-021-1/+1
|
* this would break tests by modifying EXPECT sectionsMarcus Boerger2002-11-021-1/+2
| | | | | #it took a LONG time to realize that tests were ok but failed due to this ini
* -move -d stuff into function and update settings for info callMarcus Boerger2002-11-011-26/+43
|
* Discuss first!Derick Rethans2002-10-311-2/+1
|
* Fixed more ini settings.Yasuo Ohgaki2002-10-311-1/+2
| | | | | | | | # Derick. Be responsible to your change and opinion. # These are settings I know that should be set. # There may be other settingis must be set to make # run-tests.php work as expected.