1
0
mirror of https://github.com/php/php-src.git synced 2026-04-29 19:23:22 +02:00
Commit Graph

45549 Commits

Author SHA1 Message Date
Xinchen Hui 1159cd2002 move it to right place 2011-09-06 09:45:21 +00:00
Xinchen Hui df2504b0ff Add skipif 2011-09-06 09:29:04 +00:00
Pierre Joye 423816ef64 - move it to the right place 2011-09-06 09:23:10 +00:00
Xinchen Hui 3d107d07ee Added skipif 2011-09-06 09:22:06 +00:00
Pierre Joye f15401086b - fix skipif msg 2011-09-06 09:20:14 +00:00
Xinchen Hui 30d1410817 Added skipif 2011-09-06 09:19:46 +00:00
Xinchen Hui 3901f5abb8 Added skipif 2011-09-06 09:17:12 +00:00
Xinchen Hui 13eb205d6c add skipif 2011-09-06 08:11:37 +00:00
Pierre Joye 84954e1869 - add skipif 2011-09-06 07:49:31 +00:00
Pierre Joye 09e3a1c2de - fix test 2011-09-06 07:47:20 +00:00
Pierre Joye e240c51632 - skip on win 2011-09-06 07:32:37 +00:00
Pierre Joye b660f32dab - add skipif 2011-09-06 07:29:59 +00:00
Pierre Joye 9fa90f8a90 - add skipif 2011-09-06 07:28:38 +00:00
Pierre Joye f438a87d90 - use something we know it exists... 2011-09-06 07:26:05 +00:00
Pierre Joye c97a56e77f - skip on win, name.. name. are not valid names 2011-09-06 07:23:20 +00:00
Pierre Joye 9d33b167af - add skipif 2011-09-06 07:09:56 +00:00
Pierre Joye 24f71e30cb - force LF 2011-09-06 07:03:48 +00:00
Pierre Joye 7bdb10f479 - force LF 2011-09-06 07:00:05 +00:00
Pierre Joye 9a6b6f3dc7 - add skipif 2011-09-06 06:57:53 +00:00
Pierre Joye 8f7fab9358 - add skipif 2011-09-06 06:52:26 +00:00
Pierre Joye 0295d0d1aa - add skipif 2011-09-06 06:50:56 +00:00
Pierre Joye 17f78b92c4 - add skipif 2011-09-06 06:47:12 +00:00
Pierre Joye 8ab88f2e72 - add skipif 2011-09-06 06:44:59 +00:00
Pierre Joye 7e9bc5f70b - add skipif 2011-09-05 19:59:42 +00:00
Ulf Wendel d6e15cc517 No more test failure for libmysql, http://news.php.net/php.internals/55210 2011-09-05 16:24:40 +00:00
Andrey Hristov 3a510c616d missing from previous commit for #55582 2011-09-05 15:37:58 +00:00
Andrey Hristov 13c5106f43 Fix for Bug #55582 mysqli_num_rows() returns always 0 for unbuffered, when mysqlnd is used 2011-09-05 15:29:45 +00:00
Shein Alexey 491df98386 Reduced timeout in this test to 1ms, no need to wait further. 2011-09-05 14:43:08 +00:00
Pierre Joye 5d62cd1530 - add skipif 2011-09-05 13:52:24 +00:00
Pierre Joye 07fae45eb7 - add skipif 2011-09-05 13:41:01 +00:00
Pierre Joye af203fc7c4 - close the stream before removing the file (win and other system may lock it) and use test dir for tmp data 2011-09-05 13:31:13 +00:00
Pierre Joye 3c3fa89bf5 - 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 8acede547d - 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
Hannes Magnusson ddb7740944 typo 2011-09-05 12:00:24 +00:00
Pierre Joye 4a99471b07 - force LF 2011-09-05 11:46:05 +00:00
Hannes Magnusson c6f9556f37 Fix the test in 5.4 and trunk.
older libraries will emmit error here, while new won't. So lets just suppress it rather then making the test uselessly fail for random people.
2011-09-05 11:07:38 +00:00
Pierre Joye a65e04be53 - not used anymore, one version to rule them all 2011-09-05 11:00:52 +00:00
Shein Alexey fae3000d44 Make the test faster, what was done:
1) replaced multiple htmlentities calls with one call to get_html_translation table since they share the same code internally
2) reduced the upper range of the "for" loop to 0x2710 (10000), according to http://www.w3.org/TR/html4/sgml/entities.html it's enough
3) placed additional check to make sure all entities from get_html_translation_table were checked in the test
2011-09-05 11:00:14 +00:00
Pierre Joye 4b17810a7a - force LF and enable it on windows now 2011-09-05 10:59:26 +00:00
Hannes Magnusson a1ecf8c887 Fix test to use microtime() as time() doesn't always catchup fast enough :] 2011-09-05 10:55:07 +00:00
Pierre Joye 25b4dfdc51 - force LF 2011-09-05 10:52:01 +00:00
Hannes Magnusson cd8f903d7e Fix test, one skipif is enough 2011-09-05 10:30:41 +00:00
Stanislav Malyshev cc9483f19e fix tests 2011-09-05 00:49:03 +00:00
Gustavo André dos Santos Lopes dbe8c7c4fa - Fixed bad xor in signed types due to integer promotion.
- Replaced undefined signed overflow with char -> unsigned char conversion.
2011-09-05 00:39:39 +00:00
Gustavo André dos Santos Lopes cc45ce4586 - Fixed bug #55576: Cannot conditionally move uploaded file without race
condition.
2011-09-04 23:00:47 +00:00
Gustavo André dos Santos Lopes 08f78070a5 - Fixed borked refactoring in r307437 (using SUCCESS/FAILURE return instead of
out parameter).
- Fixed signature of php_stream_copy_to_stream_ex to return int in 5.4/trunk
  instead of size_t, as the function only returns SUCCESS/FAILURE.
2011-09-04 22:36:33 +00:00
Pierre Joye d7be9cf675 - add skipif 2011-09-04 22:21:58 +00:00
Pierre Joye fdb22b418d - force LF eol 2011-09-04 22:12:42 +00:00