#
a71f734d |
| 04-Nov-2002 |
Marcus Boerger |
move the run-test tests to the top #if one of these fails there is no need for further testing
|
#
abdf3025 |
| 04-Nov-2002 |
Marcus Boerger |
sort them
|
#
604f3331 |
| 03-Nov-2002 |
Marcus Boerger |
better use 'Off' here #thx to Moriyoshi
|
#
b0dac08d |
| 03-Nov-2002 |
Marcus Boerger |
without these nearly all tests fail if for example php.ini contains output_handler=mb_string mbstring.http_output=UCS-2LE
|
#
388bf9f5 |
| 03-Nov-2002 |
Marcus Boerger |
force showing progress of test
|
#
a078f6ec |
| 03-Nov-2002 |
Ilia Alshanetsky |
Fixed ini argument parsing. We now support ini options with = in the argument, such as the one being used in session test #21, which is once again working properly.
|
#
ee7f37ae |
| 03-Nov-2002 |
Marcus Boerger |
pass params used for info call to skipif also #try php.ini with #output_handler=mb_string #mbstring.http_output=UCS-2LE
|
#
9e73bcaa |
| 02-Nov-2002 |
Marcus Boerger |
copy paste error #all these different versions here....
|
#
29e8b92f |
| 02-Nov-2002 |
Marcus Boerger |
-allow parameters to be directories -"${dir}" -> $dir
|
#
8b805156 |
| 02-Nov-2002 |
Marcus Boerger |
older versions do not have this functions
|
#
22375de5 |
| 02-Nov-2002 |
Marcus Boerger |
ws
|
#
524994d9 |
| 02-Nov-2002 |
Marcus Boerger |
this would break tests by modifying EXPECT sections #it took a LONG time to realize that tests were ok but failed due to this ini
|
#
ad414f28 |
| 01-Nov-2002 |
Marcus Boerger |
-move -d stuff into function and update settings for info call
|
#
55a7590f |
| 31-Oct-2002 |
Derick Rethans |
Discuss first!
|
#
1fb8331f |
| 31-Oct-2002 |
Yasuo Ohgaki |
Fixed more ini settings. # 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-
Fixed more ini settings. # 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.
show more ...
|
#
6514fac1 |
| 30-Oct-2002 |
Ilia Alshanetsky |
Corrected my email address.
|
#
fde7dffa |
| 30-Oct-2002 |
Marcus Boerger |
Enough discussion on display_erros it seems
|
#
b968f905 |
| 30-Oct-2002 |
Marcus Boerger |
Get infos from php running tests not from php running run-test.php
|
#
02d35d26 |
| 29-Oct-2002 |
Marcus Boerger |
better use array_diff_assoc the old way resulted in erroneus .diff
|
#
47e1163e |
| 28-Oct-2002 |
Ilia Alshanetsky |
This patch addresses the bogus test failures due to error logging/reporting confusion.
|
#
e816c8b1 |
| 28-Oct-2002 |
Marcus Boerger |
remove last line commited by error revert log_errors
|
#
35a3b071 |
| 28-Oct-2002 |
Marcus Boerger |
forgot 'error_log=' and 'report_memleaks=1' #commenting on php-dev
|
#
44401885 |
| 28-Oct-2002 |
Marcus Boerger |
forgot 'error_log=' and 'report_memleaks=1' #commenting on php-dev
|
#
3034c319 |
| 28-Oct-2002 |
Shane Caraveo |
windows will not have these, so dont bother, but add an OS to the stuff so that it makes sense why they are N/A
|
#
c82c6263 |
| 28-Oct-2002 |
Shane Caraveo |
fix getting ini values that contain the char = fix command line quoting. windows requires double quotes in order to handle & (in ini values) correctly
|