Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | once again, make test would not work right with error_reporting=E_ALL | Hartmut Holzgraefe | 2001-07-11 | 1 | -1/+1 |
| | |||||
* | * use ereg functions instead of preg | Stig Bakken | 2001-05-27 | 1 | -10/+10 |
| | | | | | * send stderr to the bit bucket | ||||
* | make run-tests work under win32 too | Daniel Beulshausen | 2001-05-02 | 1 | -42/+40 |
| | | | | | # this whole thing is pretty ugly... | ||||
* | * using CGI -C option, you no longer have to specify "full" path to tests | Stig Bakken | 2001-04-16 | 1 | -3/+6 |
| | |||||
* | Output php version at end of tests. | James Moore | 2001-03-29 | 1 | -1/+1 |
| | |||||
* | I don't like to commit this over and over either, but this client definitely ↵ | André Langhorst | 2001-03-21 | 1 | -1/+0 |
| | | | | seems to dislike branches | ||||
* | fighting against the cvs client, it does not want to let the win32 binary ↵ | André Langhorst | 2001-03-21 | 1 | -18/+17 |
| | | | | safe change go in... | ||||
* | win32 fixes again | André Langhorst | 2001-03-21 | 1 | -1/+0 |
| | |||||
* | Disable maximum execution time for tests. | Sebastian Bergmann | 2001-03-21 | 1 | -0/+1 |
| | |||||
* | 1) fixed tests on *both* win32+linux | André Langhorst | 2001-03-21 | 1 | -37/+117 |
| | | | | | | | 2) made tests more sophisticated (checking against compiled in modules) 3) minor changes 4) win32 improvements | ||||
* | - Fix copyright notices with 2001 | Andi Gutmans | 2001-02-26 | 1 | -1/+1 |
| | |||||
* | Fix "make test" in VPATH environments | Sascha Schumann | 2000-12-24 | 1 | -2/+2 |
| | |||||
* | removed a warning when testing against a single .phpt file | Hartmut Holzgraefe | 2000-12-15 | 1 | -1/+1 |
| | |||||
* | * run-tests.php: fixed a few bugs, including the POST/GET problem reported by | Stig Bakken | 2000-12-15 | 1 | -9/+6 |
| | | | | | Stas | ||||
* | * rename write* to dowrite* to avoid clash with ext/sockets | Stig Bakken | 2000-12-13 | 1 | -19/+20 |
| | | | | | | * sapi/cgi seems to ignore command-line options when running in "real" CGI mode, need to find a way to pass include_path to it... | ||||
* | * output fix for skipped tests | Stig Bakken | 2000-12-08 | 1 | -1/+4 |
| | |||||
* | added TODO comment | Stig Bakken | 2000-12-08 | 1 | -217/+238 |
| | |||||
* | made run-tests.php windows compatible | Andre Langhorst | 2000-12-06 | 1 | -1/+3 |
| | |||||
* | changed run-tests.php to use 'php -q' instead of 'php -f' | Hartmut Holzgraefe | 2000-12-03 | 1 | -4/+4 |
| | |||||
* | Test descriptions showed up blank, fixed. | Stig Bakken | 2000-10-29 | 1 | -1/+1 |
| | |||||
* | have you ever tried to run the regression tests with error_reporting=E_ALL ? | Hartmut Holzgraefe | 2000-10-23 | 1 | -15/+19 |
| | | | | | now it will run smoothly without all theese 'undefined ...' warnings | ||||
* | * don't require "POST" section to be present (TEST, FILE and EXPECT | Stig Bakken | 2000-09-09 | 1 | -1/+5 |
| | | | | | are enough) | ||||
* | Remove deprecated call-time reference | Stanislav Malyshev | 2000-09-03 | 1 | -2/+2 |
| | |||||
* | * all tests should pass now (expect for the interbase stuff that I haven't | Stig Bakken | 2000-08-31 | 1 | -3/+8 |
| | | | | | had the chance to test) | ||||
* | * Added "test" make target so you can do "make test" in any directory. | Stig Bakken | 2000-08-29 | 1 | -0/+21 |
| | | | | | * Added copyright header to run-test.php | ||||
* | @PHP 3 regression testing framework re-born (Stig) | Stig Bakken | 2000-08-27 | 1 | -0/+427 |
Took the old PHP 3 regression testing framework and rewrote it in PHP. Should work on both Windows and UNIX, however I have not tested it on Windows. See tests/README for how to write tests. Added the PHP 3 tests and converted most of them. |