Commit Graph

1740 Commits

Author SHA1 Message Date
Pierre Joye
2c3e14e47a - make it work on win, simplify expect using expectf 2010-01-25 13:49:47 +00:00
Pierre Joye
e4582ac281 - fix test, dir separator agnostic 2010-01-24 17:57:40 +00:00
Pierre Joye
75a2056eb6 - add win32 version of the test, damned error msg with eol in them 2010-01-24 17:53:10 +00:00
Pierre Joye
6700528c80 - nl fix 2010-01-24 14:41:47 +00:00
Pierre Joye
4c0108e037 - \n or \r\n (phpt are text in svn) 2010-01-24 14:38:34 +00:00
Pierre Joye
2961be0296 - #50690, putenv does assign value when their length is one char 2010-01-24 13:49:47 +00:00
Pierre Joye
5ff3358b02 - \n or \r\n as phpt are txt file in svn 2010-01-24 12:27:29 +00:00
Pierre Joye
ebe64b427b - skip if proc_nice is not available 2010-01-24 12:05:58 +00:00
Jani Taskinen
c696de6eb9 - Add missing skipif 2010-01-19 12:31:29 +00:00
Ilia Alshanetsky
58dbf56dbf Fixed bug #50732 (exec() adds single byte twice to $output array). 2010-01-13 13:44:58 +00:00
Moriyoshi Koizumi
139c26f795 - MFB: Fix bug #46478 (htmlentities() uses obsolete mapping table for character
entity references)
  (this should be gone to r292467)
2009-12-24 09:32:52 +00:00
Dmitry Stogov
e3b901796a Fixed tests 2009-12-16 11:16:32 +00:00
Pierre Joye
2dd0d9cabe - add a test case and update the skip clause 2009-12-16 10:09:34 +00:00
Dmitry Stogov
d61f88b61f Fixed urldecode() and rawurldecode() to accept ASCII-Unicode strings 2009-12-14 13:46:46 +00:00
Pierre Joye
48c7eedebf - #50334, add CRYPT_SHA* constants and tests [DOC] 2009-12-09 01:43:23 +00:00
Stanislav Malyshev
dcd5670e55 win32 should have different test 2009-12-08 01:52:57 +00:00
Stanislav Malyshev
7353e234b4 add realpath cache inspect functions 2009-12-08 01:35:08 +00:00
Moriyoshi Koizumi
b1ec98147c - Take account of surrogate pairs. 2009-12-07 15:41:43 +00:00
Stanislav Malyshev
837f46854c proper fix for bug #50006
add modify protection to all user array sorts
2009-11-29 08:35:01 +00:00
Rasmus Lerdorf
c0cb085621 Another test that doesn't work as root 2009-11-25 04:00:55 +00:00
Felipe Pena
d3849fc38c - Fixed bug #49936 (crash with ftp stream in php_stream_context_get_option())
(patch by Pierrick)
2009-11-15 20:30:57 +00:00
Jani Taskinen
a5531c13fc - Fix bad section names (extra - in the end..) 2009-11-09 17:08:48 +00:00
Pierre Joye
03ccb71ddc - Fixed #50052, Different Hashes on Windows and Linux on wrong Salt size 2009-11-02 20:46:52 +00:00
Felipe Pena
3cb630fbe8 - Fixed bug #49244 (Floating point NaN cause garbage characters). (patch by Sjoerd) 2009-11-02 17:37:32 +00:00
Felipe Pena
1d789babdb - Fixed bug #50006 (Segfault caused by uksort()) [5_2 only] 2009-11-01 17:30:55 +00:00
Ilia Alshanetsky
c45fd9a150 Fixed test 2009-10-22 19:39:08 +00:00
Johannes Schlüter
62127453f2 Fix test to remove temporary files 2009-10-19 21:50:08 +00:00
Moriyoshi Koizumi
bbf9a7234a - Bug #49785: take 5. What the hell happened to me... 2009-10-13 05:18:37 +00:00
Moriyoshi Koizumi
c2997af2fd - A couple more fix for my previous fix.
(one of the fix by Arnaud Le Blanc. Thanks!)
2009-10-11 23:52:33 +00:00
Moriyoshi Koizumi
593854a867 - More tests to go. 2009-10-09 17:13:05 +00:00
Moriyoshi Koizumi
04d30c947c - Fixed bug #49785 (insufficient input string validation of htmlspecialchars()). 2009-10-09 10:02:38 +00:00
Rafael Machado Dohms
7f293b32a1 Fixing tests for head and wrong SKIPIF blocks 2009-09-29 14:34:06 +00:00
Rafael Machado Dohms
c047bd6648 Adding tests for bug #49692 2009-09-28 22:57:41 +00:00
Dmitry Stogov
fe796df92d Fixed tests ("\r" and "\n" mismatch) 2009-09-23 16:34:05 +00:00
Dmitry Stogov
d906bd09f0 Fixed tests which fail from time to time because of race conditions ("echo" command didn't wait for all the data php tried to send and as result php got a SIGPIPE) 2009-09-22 14:52:47 +00:00
Jani Taskinen
7ae78572e2 - Move tests in the right location 2009-09-22 09:41:39 +00:00
Dmitry Stogov
d79b83ed87 Fixed tests ("none" is an alias of "false" and it can't be used as a string value of ini option) 2009-09-21 14:32:20 +00:00
Dmitry Stogov
a7a3d28f6d Fixed tests 2009-09-21 11:38:14 +00:00
Jani Taskinen
8974c5e051 - Fix skips 2009-09-10 15:05:49 +00:00
Ilia Alshanetsky
0a54e5b768 Fixed test 2009-09-10 02:15:08 +00:00
Pierre Joye
a733fe2521 - add test for #48746 2009-09-05 18:10:31 +00:00
Zoe Slattery
36a338a569 The last of the 2009 testfest tests 2009-08-30 18:18:50 +00:00
Zoe Slattery
b08aef70ab More tests from 2009 testfest 2009-08-30 12:19:50 +00:00
Zoe Slattery
d4ba889aa4 More tests from 2009 testfest 2009-08-30 09:30:13 +00:00
Zoe Slattery
0ee945e727 Fixed to allow for http etc 2009-08-30 08:18:53 +00:00
andy wharmby
83b40961b7 New basic network function tests. Tested on Windows, Linux and Linux 64 bit 2009-08-28 22:46:43 +00:00
Zoe Slattery
157453148a More tests from 2009 testfest 2009-08-28 14:31:19 +00:00
Zoe Slattery
7effcd5f6c Test from 2009 testfest 2009-08-26 17:17:58 +00:00
Pierre Joye
1a372313ca - fix test and use __DIR__ as usual 2009-08-26 16:07:05 +00:00
Pierre Joye
3a5edf568e - add win32 version 2009-08-26 14:09:45 +00:00