Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Replace dirname(__FILE__) by __DIR__ in tests | Fabien Villepinte | 2019-03-15 | 1 | -1/+1 |
| | |||||
* | Implement fine-grained conflict handling | Nikita Popov | 2019-02-20 | 1 | -0/+1 |
| | | | | | | Tests can specify conflict keys, either in --CONFLICTS-- or a per-directory CONFLICTS file. Non-conflicting tests may be run in parallel. | ||||
* | Sync leading and final newlines in *.phpt sections | Peter Kokot | 2018-10-15 | 43 | -43/+0 |
| | | | | | | | | | | | | | | | | | | | | | | | This patch adds missing newlines, trims multiple redundant final newlines into a single one, and trims redundant leading newlines in all *.phpt sections. According to POSIX, a line is a sequence of zero or more non-' <newline>' characters plus a terminating '<newline>' character. [1] Files should normally have at least one final newline character. C89 [2] and later standards [3] mention a final newline: "A source file that is not empty shall end in a new-line character, which shall not be immediately preceded by a backslash character." Although it is not mandatory for all files to have a final newline fixed, a more consistent and homogeneous approach brings less of commit differences issues and a better development experience in certain text editors and IDEs. [1] http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/V1_chap03.html#tag_03_206 [2] https://port70.net/~nsz/c/c89/c89-draft.html#2.1.1.2 [3] https://port70.net/~nsz/c/c99/n1256.html#5.1.1.2 | ||||
* | Trim trailing whitespace in tests | Gabriel Caruso | 2018-10-14 | 7 | -7/+7 |
| | |||||
* | Sync leading and final newlines in source code files | Peter Kokot | 2018-10-14 | 1 | -1/+0 |
| | | | | | | | | | | | | | | | | | | | | | | This patch adds missing newlines, trims multiple redundant final newlines into a single one, and trims redundant leading newlines. According to POSIX, a line is a sequence of zero or more non-' <newline>' characters plus a terminating '<newline>' character. [1] Files should normally have at least one final newline character. C89 [2] and later standards [3] mention a final newline: "A source file that is not empty shall end in a new-line character, which shall not be immediately preceded by a backslash character." Although it is not mandatory for all files to have a final newline fixed, a more consistent and homogeneous approach brings less of commit differences issues and a better development experience in certain text editors and IDEs. [1] http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/V1_chap03.html#tag_03_206 [2] https://port70.net/~nsz/c/c89/c89-draft.html#2.1.1.2 [3] https://port70.net/~nsz/c/c99/n1256.html#5.1.1.2 | ||||
* | Make more tests run on Linux | Gabriel Caruso | 2018-08-28 | 1 | -6/+0 |
| | |||||
* | Remove trailing whitespace in inc files | Gabriel Caruso | 2018-02-10 | 1 | -4/+4 |
| | |||||
* | Change PHP_OS_FAMILY slightly | Kalle Sommer Nielsen | 2017-02-22 | 8 | -10/+10 |
| | | | | | * PHP_OS_FAMILY is now a macro, to allow extensions to take advantage of it, it is defined in php.h * Values are not upper-case-first, not always uppercase. Windows is no longer just "Win", if we want the short version for testing then PHP_OS is always WINNT anyway | ||||
* | add PHP_OS_FAMILY constant to determine on which os we are | Stricted | 2017-01-25 | 8 | -8/+8 |
| | |||||
* | fix these tests so they properly clean up after themselves. | Ferenc Kovacs | 2014-01-20 | 2 | -0/+2 |
| | |||||
* | Merge branch 'PHP-5.3' into PHP-5.4 | Johannes Schlüter | 2012-11-15 | 1 | -0/+3 |
|\ | |||||
| * | Skip test if directory does not exist | Johannes Schlüter | 2012-11-15 | 1 | -0/+3 |
| | | | | | | | | | | Would be good to run this using a directory which is existing everywhere. | ||||
| * | - move it to the right place | Pierre Joye | 2011-09-06 | 1 | -0/+22 |
| | | |||||
| * | - use %s, bad c/p | Pierre Joye | 2011-09-01 | 2 | -87/+21 |
| | | |||||
| * | - win and nux work the same way | Pierre Joye | 2011-09-01 | 1 | -6/+0 |
| | | |||||
| * | Update the tests committed in r305098 (as part of the fix for bug #53226) to | Adam Harvey | 2010-11-08 | 1 | -3/+1 |
| | | | | | | | | | | use the PHP_MAXPATHLEN constant, as recommended by Pierre. | ||||
| * | Fix bug #53226 (file_exists fails on big filenames). | Adam Harvey | 2010-11-05 | 1 | -0/+31 |
| | | |||||
* | | - move it to the right place | Pierre Joye | 2011-09-06 | 1 | -0/+22 |
| | | |||||
* | | - use %s, bad c/p | Pierre Joye | 2011-09-01 | 1 | -14/+14 |
| | | |||||
* | | - fix test | Pierre Joye | 2011-09-01 | 1 | -28/+21 |
| | | |||||
* | | - win and nux work the same way | Pierre Joye | 2011-09-01 | 2 | -65/+0 |
| | | |||||
* | | fix tests | Stanislav Malyshev | 2011-08-31 | 2 | -6/+7 |
| | | |||||
* | | Delete empty test files (old MQ tests) | Pierrick Charron | 2011-07-22 | 1 | -0/+0 |
| | | |||||
* | | - remove magic quotes support, functions are kept (see the NEWS entry for ↵ | Pierre Joye | 2011-07-22 | 1 | -13/+0 |
| | | | | | | | | the details) for BC reasons but do not allow to set enable MQ, missing tests changes in 5.4 | ||||
* | | MFH: Fixes for broken tests. | Stanislav Malyshev | 2011-05-27 | 1 | -3/+1 |
| | | |||||
* | | MFH: Fix for failing test. | Stanislav Malyshev | 2011-05-27 | 1 | -3/+1 |
| | | |||||
* | | Update the tests committed in r305098 (as part of the fix for bug #53226) to | Adam Harvey | 2010-11-08 | 1 | -3/+1 |
| | | | | | | | | | | use the PHP_MAXPATHLEN constant, as recommended by Pierre. | ||||
* | | Fix bug #53226 (file_exists fails on big filenames). | Adam Harvey | 2010-11-05 | 1 | -0/+31 |
|/ | |||||
* | - Fix test | Jani Taskinen | 2009-12-11 | 1 | -0/+1 |
| | |||||
* | - Fix tests .oO(why are there so many things broken in this branch..?) | Jani Taskinen | 2009-07-25 | 2 | -4/+70 |
| | |||||
* | MFH: The exact error message might differ (it's "Not owner" on Solaris) ↵ | Patrick Allaert | 2009-07-22 | 1 | -7/+7 |
| | | | | (r265951) | ||||
* | Remove empty sections. Fix bad use of --SKIP-- | Zoe Slattery | 2009-07-21 | 2 | -70/+4 |
| | |||||
* | - Fixed ini deprecation message issues in tests. | Jani Taskinen | 2009-05-06 | 1 | -1/+0 |
| | | | | | # CGI headers are stripped and the error ends up there with CGI.. | ||||
* | Added E_DEPRECATED startup notice (5.3 only) | Kalle Sommer Nielsen | 2009-05-04 | 1 | -0/+1 |
| | |||||
* | fixed subtle bugs regarding attempting to chdir, plus cleanup issues. ↵ | Dave Kelsey | 2009-01-22 | 27 | -91/+142 |
| | | | | improved tempnam test, removed hardcoded line number. tested on windows, linux and linux 64bit. | ||||
* | Added test for magic_quotes_gpc | Stefan Esser | 2008-12-11 | 1 | -0/+12 |
| | |||||
* | - MFH: The exact error message might differ (it's "Not owner" on Solaris) | Johannes Schlüter | 2008-09-07 | 9 | -72/+72 |
| | |||||
* | MFH: Check the relevant path for open_basedir in symlink() | Arnaud Le Blanc | 2008-08-11 | 1 | -0/+9 |
| | |||||
* | fix test | Antony Dovgal | 2008-06-09 | 1 | -0/+1 |
| | |||||
* | Collect all the open_basedir security tests into one place | Ant Phillips | 2008-05-09 | 47 | -0/+2959 |