Marcus Boerger
3981be30a8
do not use $GLOBAL[]
2003-03-04 19:32:06 +00:00
Marcus Boerger
cbb3e6fd2f
fix problem in current HEAD
...
# 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.
2003-03-02 15:12:12 +00:00
Derick Rethans
0799d2db84
- Add check for proc_open() being available
2003-02-18 20:07:59 +00:00
Wez Furlong
0a18a9d744
A add much more useful select(2) implementation than is provided by
...
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.
2003-02-16 03:48:49 +00:00
Wez Furlong
e035fe14e0
If a test does not have any data after 60 seconds of waiting, assume that
...
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.
2003-02-15 18:09:52 +00:00
Derick Rethans
db0897161c
- Make VIM highlighting happy
2003-02-03 12:14:13 +00:00
Melvyn Sopacua
c4eecf9199
Make it easier to diff results of several runs in one day.
2003-02-01 13:28:32 +00:00
Marcus Boerger
494bec466b
Simplify
2003-01-26 17:17:44 +00:00
Marcus Boerger
a7d10f8aa4
Bug #21751 : Part one never let this happen again...
2003-01-25 19:45:11 +00:00
Jan Lehnardt
c98f4e9f32
- fix typo
2003-01-12 11:42:29 +00:00
Ilia Alshanetsky
b1fab873c2
Added a check for availability of PCRE extension needed by test-suite.
2003-01-07 15:21:34 +00:00
Melvyn Sopacua
e03bccb1ad
Delete some security related env variables
2002-12-22 12:48:49 +00:00
Melvyn Sopacua
a4d56067e2
MFB: libtool detection
2002-12-20 00:28:08 +00:00
Derick Rethans
8507eb00f6
- Also send reports when there are no failed tests
2002-12-17 19:07:15 +00:00
Ilia Alshanetsky
2d8945247b
Fix a possible E_NOTICE warning message.
2002-12-12 16:14:32 +00:00
Derick Rethans
c4342de561
- MFB
2002-12-11 20:13:43 +00:00
Ilia Alshanetsky
30f83207fe
Ask the user for their e-mail address so that we can contact them if need be.
2002-12-11 16:49:00 +00:00
Marcus Boerger
c7dc6c0e00
Move up general tests
...
# if MFH is needed should be decided by QA team: because the output # sequence changes
2002-11-23 16:57:25 +00:00
Marcus Boerger
d3e095004c
Revert that unwanted debug thing - thanks to Sander Robol
2002-11-21 16:48:39 +00:00
Marcus Boerger
64e45b1287
Force showing the question
2002-11-21 15:09:45 +00:00
Marcus Boerger
b7cd48efdd
Make it possible to test language features like newly introduced 'abstract'
...
independantly from debug mode.
2002-11-21 14:56:06 +00:00
Marcus Boerger
7ba0d505af
Use eregi is better (noticed by Jon)
2002-11-15 16:33:05 +00:00
Marcus Boerger
0f66b352e9
-Allow skip in upper letters.
...
-Add 'info' result to --SKIPIF-- -> see following dba commits
2002-11-15 15:57:00 +00:00
Marcus Boerger
ea971db849
Show Zend version
2002-11-15 14:23:40 +00:00
Sander Roobol
8fb395bb9e
Move the build-environment stuff down or the test results up, so you
...
don't need to scroll down to see the failed tests.
2002-11-15 10:37:41 +00:00
Marcus Boerger
5ad332f846
Add magic_quotes_runtime which affects several tests
2002-11-14 21:02:24 +00:00
Marcus Boerger
6048db9005
Only set the overwrites once
2002-11-14 20:12:36 +00:00
Ilia Alshanetsky
eef51c3d6b
Disable safe_mode as it interferes with just about every test that needs
...
to access the file system, set enviroment variables or execute commands.
2002-11-14 18:38:19 +00:00
Melvyn Sopacua
138a1695f5
- Make it possible for people to save results and/or remove unwanted ENV
...
data.
- Use more options for the CC 'version' flag
2002-11-10 08:56:28 +00:00
Ilia Alshanetsky
7a552596a4
This option is needed if we need to track errors inside the skip condition.
2002-11-08 01:11:05 +00:00
Marcus Boerger
a71f734dec
move the run-test tests to the top
...
#if one of these fails there is no need for further testing
2002-11-04 10:45:41 +00:00
Marcus Boerger
abdf302599
sort them
2002-11-04 10:09:42 +00:00
Marcus Boerger
604f333113
better use 'Off' here
...
#thx to Moriyoshi
2002-11-03 20:28:35 +00:00
Marcus Boerger
b0dac08dff
without these nearly all tests fail if for example php.ini contains
...
output_handler=mb_string
mbstring.http_output=UCS-2LE
2002-11-03 17:43:24 +00:00
Marcus Boerger
388bf9f542
force showing progress of test
2002-11-03 17:40:34 +00:00
Ilia Alshanetsky
a078f6ecc6
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.
2002-11-03 15:42:59 +00:00
Marcus Boerger
ee7f37ae58
pass params used for info call to skipif also
...
#try php.ini with
#output_handler=mb_string
#mbstring.http_output=UCS-2LE
2002-11-03 10:52:19 +00:00
Marcus Boerger
9e73bcaa33
copy paste error
...
#all these different versions here....
2002-11-02 22:06:03 +00:00
Marcus Boerger
29e8b92f22
-allow parameters to be directories
...
-"${dir}" -> $dir
2002-11-02 21:48:05 +00:00
Marcus Boerger
8b80515659
older versions do not have this functions
2002-11-02 12:55:06 +00:00
Marcus Boerger
22375de5e6
ws
2002-11-02 12:44:36 +00:00
Marcus Boerger
524994d9e2
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
2002-11-02 12:33:24 +00:00
Marcus Boerger
ad414f28a9
-move -d stuff into function and update settings for info call
2002-11-01 13:03:30 +00:00
Derick Rethans
55a7590f3d
Discuss first!
2002-10-31 14:01:58 +00:00
Yasuo Ohgaki
1fb8331fc0
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.
2002-10-31 13:52:58 +00:00
Ilia Alshanetsky
6514fac1c0
Corrected my email address.
2002-10-30 18:36:39 +00:00
Marcus Boerger
fde7dffabd
Enough discussion on display_erros it seems
2002-10-30 12:18:48 +00:00
Marcus Boerger
b968f90580
Get infos from php running tests not from php running run-test.php
2002-10-30 10:42:55 +00:00
Marcus Boerger
02d35d26cd
better use array_diff_assoc
...
the old way resulted in erroneus .diff
2002-10-29 14:13:11 +00:00
Ilia Alshanetsky
47e1163e01
This patch addresses the bogus test failures due to error logging/reporting
...
confusion.
2002-10-28 18:48:07 +00:00