ptarjan
ecbe4af0de
fix many parallel test issues
...
While running these on HHVM I've run into a lot of parallelism issues.
I'm backporting all the fixes I had to do in
https://github.com/facebook/hiphop-php/blob/master/hphp/tools/import_zend_test.py#L650
to php core.
Most of these changes were just filenames that were shared between
tests, but I did more surgery on the fixed ports. I can apreciate port
31337 as much as the next nerd, but random ports are better for tests.
2013-09-26 00:30:23 -07:00
Xinchen Hui
47ac4f8670
Fixed tests (inet_pton behaves differently on Darwin)
2013-08-02 18:43:08 +08:00
Anatol Belski
2873b5b6eb
added some tests based on bug #64395
2013-06-19 16:24:30 +02:00
Sara Golemon
ead2e1708d
Merge branch 'PHP-5.4' into PHP-5.5
...
* PHP-5.4:
http-stream test requires network connectivity
2013-02-21 03:22:09 -08:00
Sara Golemon
c16d6befd4
Merge branch 'PHP-5.3' into PHP-5.4
...
* PHP-5.3:
http-stream test requires network connectivity
2013-02-21 03:21:49 -08:00
Sara Golemon
bc55a8eb9f
http-stream test requires network connectivity
2013-02-21 03:21:23 -08:00
Lars Strojny
ec2fff80e7
Bug #23955 : allow specifiy max age for setcookie()
2013-01-06 03:22:44 +01:00
Xinchen Hui
610c7fbe7b
Remove executable permission on phpt
2012-10-10 10:27:49 +08:00
Xinchen Hui
e081c55fb5
Merge branch 'PHP-5.3' into PHP-5.4
2012-10-10 10:31:31 +08:00
Remi Collet
79db2855f7
Bug #63147 : SKIP_ONLINE_TESTS, for getmxrr
2012-09-30 19:40:52 -07:00
Remi Collet
71c61921f3
Bug #63147 : introduce SKIP_ONLINE_TESTS, for gethostbyname
2012-09-30 19:40:43 -07:00
Remi Collet
189b99aee1
gethostbyname_basic002.phpt is a duplicate to gethostbyname_error004.phpt
2012-09-30 19:40:36 -07:00
Xinchen Hui
4b152e5470
Merge branch 'PHP-5.4'
2012-10-10 10:32:38 +08:00
Stanislav Malyshev
4ba2d546c8
Merge branch 'PHP-5.4'
...
* PHP-5.4:
add news for --offline
add --offline option to run-tests command
Bug #63147 : SKIP_ONLINE_TESTS, for getmxrr
Bug #63147 : introduce SKIP_ONLINE_TESTS, for gethostbyname
gethostbyname_basic002.phpt is a duplicate to gethostbyname_error004.phpt
2012-09-30 19:41:54 -07:00
Ferenc Kovacs
b38d56616b
adding SKIP_SLOW_TESTS checks for the slow tests, and additionaly sync the domains used in the ext/standard/tests/network/getmxrr.phpt with the other branches
2011-10-23 10:09:29 +00:00
Ferenc Kovacs
8066746c73
adding SKIP_SLOW_TESTS checks for the slow tests, and additionaly sync the domains used in the ext/standard/tests/network/getmxrr.phpt with the other branches
2011-10-23 10:09:29 +00:00
Ferenc Kovacs
11de3aeedb
adding SKIP_SLOW_TESTS checks for the slow tests, and additionaly sync the domains used in the ext/standard/tests/network/getmxrr.phpt with the other branches
2011-10-23 10:09:29 +00:00
Pierre Joye
3c3fa89bf5
- stupid me.
2011-09-05 13:06:51 +00:00
Pierre Joye
d6acaddca2
- stupid me.
2011-09-05 13:06:51 +00:00
Pierre Joye
ea6b874ef0
- stupid me.
2011-09-05 13:06:51 +00:00
Pierre Joye
60a0348ccc
- disable on win
2011-09-05 13:05:28 +00:00
Pierre Joye
ff0f145768
- disable on win
2011-09-05 13:05:28 +00:00
Pierre Joye
cd749225d5
- disable on win
2011-09-05 13:05:28 +00:00
Pierre Joye
8acede547d
- disable on win
2011-09-05 13:04:12 +00:00
Pierre Joye
5dc49bebaa
- disable on win
2011-09-05 13:04:12 +00:00
Pierre Joye
90237836f8
- disable on win
2011-09-05 13:04:12 +00:00
Pierre Joye
df4515dec8
- other hostname can be defined or returned first
2011-09-05 12:34:55 +00:00
Pierre Joye
997a86ebb9
- other hostname can be defined or returned first
2011-09-05 12:34:55 +00:00
Pierre Joye
b2eed23e0c
- other hostname can be defined or returned first
2011-09-05 12:34:55 +00:00
Pierre Joye
8d0096e2d9
- unify warning between win and unix and enable test
2011-09-04 21:48:22 +00:00
Pierre Joye
7e5d92106b
- unify warning between win and unix and enable test
2011-09-04 21:48:22 +00:00
Pierre Joye
861dac9726
- unify warning between win and unix and enable test
2011-09-04 21:48:22 +00:00
Ferenc Kovacs
f551ed4189
fix the test with the removal of the unnecessary newline
2011-05-16 23:33:05 +00:00
Ferenc Kovacs
41533cdee1
fix the test with the removal of the unnecessary newline
2011-05-16 23:33:05 +00:00
Ferenc Kovacs
b3d32b153d
fix the test with the removal of the unnecessary newline
2011-05-16 23:33:05 +00:00
Ferenc Kovacs
a944f7a663
reverting 311103,311105-311109, will commit them to all three branches
2011-05-16 23:22:17 +00:00
Ferenc Kovacs
76425aaca1
fix the test with the removal of the unnecessary newline
2011-05-16 19:51:39 +00:00
Rasmus Lerdorf
d19c366c4a
Missed merging this into the new PHP_5_4 branch
2011-05-15 05:21:01 +00:00
Rasmus Lerdorf
a8df376b91
We can't really predict what will happen on an unknown host lookup
...
since bogus ISPs like Comcast and many others try to "help" by resolving
everything to their own search page.
2011-05-15 01:52:07 +00:00
Rasmus Lerdorf
24be7e2106
We can't really predict what will happen on an unknown host lookup
...
since bogus ISPs like Comcast and many others try to "help" by resolving
everything to their own search page.
2011-05-15 01:52:07 +00:00
Martin Jansen
a389c77ce2
Changed test case to use our new dummy MX records.
2010-05-25 05:01:03 +00:00
Adam Harvey
574e578629
Alter the getmxrr() test to use lists.php.net (which we presumably control)
...
instead of ez.no (which we presumably don't) for the single MX record test.
2010-05-04 09:41:47 +00:00
Adam Harvey
e0e0147003
Alter the getmxrr() test to use lists.php.net (which we presumably control)
...
instead of ez.no (which we presumably don't) for the single MX record test.
2010-05-04 09:41:47 +00:00
Kalle Sommer Nielsen
8087be61d0
* Changed the way removed ini directives are shown so its easier to add new ones
...
* Removed define_syslog_variables and its associated functions
2010-04-12 01:52:55 +00:00
Jani Taskinen
01eae78ec3
- not needed anymore
2009-12-10 09:23:06 +00:00
Jani Taskinen
5e7fddab93
- Fix test mess (testing the deprecated ini option is pointless when using the func does same thing)
2009-12-10 09:22:54 +00:00
Dmitry Stogov
7bfe056174
Fixed tests
2009-09-21 09:52:19 +00:00
andy wharmby
037f617a60
New basic network function tests. Tested on Windows, Linux and Linux 64 bit
2009-08-28 22:46:43 +00:00
Felipe Pena
06a10f3789
- New tests (testfest Quebec)
2009-05-16 18:26:59 +00:00
Felipe Pena
d64db73483
- Fixed tests
2009-05-05 18:19:16 +00:00