Gustavo André dos Santos Lopes
29b76e6de3
- Use our external entity loader only in the context of a PHP request.
2011-09-02 05:14:32 +00:00
Christopher Jones
d002d6d56d
Unmatched %s was still diffing on Linux. Now it matches the whitespace at a minimum
2011-09-01 19:27:14 +00:00
Christopher Jones
375a31fed2
Prevent the magic quotes fatal error causing a diff
2011-09-01 19:01:37 +00:00
Ulf Wendel
2ae90a11ea
Check for LOAD DATA support during SKIPIF
2011-09-01 16:35:13 +00:00
Ulf Wendel
67faaa1cae
Fixing error handling. Skip if load data is not allowed
2011-09-01 15:45:47 +00:00
Ulf Wendel
9996f5f13f
Can't reproduce the server has gone away messages, Andrey. Please, have a look. I tried MySQL 5.1, 5.5 and 5.6.
2011-09-01 15:25:15 +00:00
Johannes Schlüter
781db10c48
Improve speed of finding tests (no more CVS, we're on svn now)
2011-09-01 14:52:55 +00:00
Ulf Wendel
ebc3b34fa0
Fix test. First element within the parantheses is a SQL status code. Should please gcov
2011-09-01 14:04:52 +00:00
Ulf Wendel
7b9d93d18b
Fixing tests debug output
2011-09-01 13:37:49 +00:00
Pierre Joye
d5a6bac766
- use %s, bad c/p
2011-09-01 13:28:00 +00:00
Ulf Wendel
0c26509ff0
Check if MySQL server supports SSL and, if using mysqlnd, check if PHP streams will support SSL
2011-09-01 13:17:16 +00:00
Hannes Magnusson
33fed1066c
Move the XFAILED printout way up the list so we can actually notice the really failing ones
2011-09-01 13:06:12 +00:00
Pierre Joye
2449bd4a10
- fix test
2011-09-01 12:49:26 +00:00
Pierre Joye
abeac6759d
- win and nux work the same way
2011-09-01 12:43:12 +00:00
Pierre Joye
9cf971c7ff
- win and nux work the same way
2011-09-01 12:42:54 +00:00
Pierre Joye
3b7cfc6d2c
- force LF eol style as this test depends on it
2011-09-01 12:35:41 +00:00
Johannes Schlüter
4eff96b99b
- Fix TSRM build
2011-09-01 12:04:54 +00:00
Ulf Wendel
426b388b74
Simplify mysqlnd debug trace marginally for debugging
2011-09-01 11:48:18 +00:00
Pierre Joye
6142c9b4b1
- consider that bison 2.x is used. updated our ci boxes accordingly (windows too), which were using 1.4
2011-09-01 11:40:37 +00:00
Pierre Joye
d01632b499
- consider that bison 2.x is used. updated our ci boxes accordingly (windows too), which were using 1.4
2011-09-01 11:40:23 +00:00
Ulf Wendel
48c1f47979
Hack around http://bugs.mysql.com/62320
2011-09-01 11:27:14 +00:00
Hannes Magnusson
d9d1fb0cee
Seeing thousands of PASS tests flying by is meaningless.
...
Add an option to only print certain result groups.
2011-09-01 11:00:51 +00:00
Pierre Joye
5b0ae3069c
- force LF eol style as this test depends on it
2011-09-01 09:33:43 +00:00
Matteo Beccati
dff6510fc5
Fixed test randomly failing due to different error messages. Also added a skip
...
section in case "fakeURL" resolves to an IP address, as some empty error
messages and HTML can be seen in the reports
2011-09-01 00:45:56 +00:00
Johannes Schlüter
c2ca9678fa
- Change PDO_oci connection defaults to match Oracle XE defaults, higher chance
...
to work out of the box
2011-08-31 23:42:04 +00:00
Pierre Joye
e44ad565f0
- error msg may vary (parser)
2011-08-31 23:12:35 +00:00
Matteo Beccati
03ef913497
Fixed test. Apparently it was already fixed on PHP_5_3 98% of the cases and
...
the fix wasn't ported to trunk/PHP_5_4. However the very same test was failing
on my FreeBSD 6.2 box, that appears to also decode the "ks_c_5601-1987" parts,
so I've made the test more generic.
2011-08-31 22:38:20 +00:00
Matteo Beccati
a3a5b2197c
Fixed false positive failure on gcov
2011-08-31 22:12:53 +00:00
Johannes Schlüter
39b0be5126
- Register extensions using mysqlnd (mysql, myslqi, pdo_mysql) with mysqlnd
2011-08-31 20:30:08 +00:00
Pierre Joye
7953b9b39b
- error msg may vary (parser)
2011-08-31 20:16:11 +00:00
Boris Lytochkin
2c5c7a2ef3
tune text align
2011-08-31 20:15:32 +00:00
Pierre Joye
133b000404
- error msg may vary (parser)
2011-08-31 20:14:13 +00:00
Pierre Joye
05afcc2b26
- error msg may vary
2011-08-31 20:10:22 +00:00
Pierre Joye
b5152bcff2
- typo
2011-08-31 20:07:44 +00:00
Boris Lytochkin
ce6b3f95f2
test coverage for SNMP::ERRNO_MULTIPLE_SET_QUERIES
2011-08-31 19:44:39 +00:00
Tjerk Anne Meesters
892ac1fe58
Fixed expect format to ignore the textual error message from readlink().
...
Bug #55555
2011-08-31 18:26:23 +00:00
Andrey Hristov
604fa1537a
Fix valgrind error (sending of initialized bytes over the network).
...
When the compression was successful the compressed data + uninitialized data
at the end was sent to the server, because the length of the compressed payload
wasn't correctly calculated (actually the length of the uncompressed payload as assumed).
However, the uncompress() function has internally the length of the real payload and skips
the binary trash at the end - thus no data damage occurs!
2011-08-31 18:18:23 +00:00
Johannes Schlüter
35597286d6
- Update PDO_mysql error mapping
2011-08-31 15:46:07 +00:00
Pierre Joye
4fb7afb0bf
- force LF eol style as this test depends on it
2011-08-31 15:44:01 +00:00
Pierre Joye
833451320e
- force LF eol style as this test depends on it
2011-08-31 15:42:42 +00:00
Johannes Schlüter
dd8f68ecb0
- Be less restrictive on the SQL state, some server versions might fool us
2011-08-31 15:25:18 +00:00
Ulf Wendel
af73e4aab6
Please, whenever changing the mysqli API update the tests. Don't wait for me to catch up.
2011-08-31 13:59:28 +00:00
Ulf Wendel
776d1e5ece
New utility function to check for '[1148] The used command is not allowed with this MySQL version' during SKIPIF
2011-08-31 13:50:58 +00:00
Rui Hirokawa
ad24758ee9
added alias for *-mobile encodings.
2011-08-31 13:18:44 +00:00
Ulf Wendel
d920185b9c
Check if server supports LOAD DATA LOCAL INFILE to catch [1148] The used command is not allowed with this MySQL version during SKIPIF
2011-08-31 12:58:25 +00:00
Pierre Joye
11f3294ee0
- force LF eol style as this test depends on it (size)
2011-08-31 12:26:55 +00:00
Christian Stocker
2ea8e38615
simplexml->query returns empty array if no nodes were found
...
and false if libxml thinks the xpath-expression was invalid.
Behaves now the same like DomXPath and fixes Bug #48601
Adjusted a test to reflect that change
2011-08-31 11:44:22 +00:00
Pierre Joye
9dd75489fe
- force LF eol style as this test depends on it (size)
2011-08-31 11:27:36 +00:00
Pierre Joye
e7158d35ab
- force LF eol style as this test depends on it (size)
2011-08-31 11:25:09 +00:00
Pierre Joye
40e09c4b7a
- parser version independent
2011-08-31 11:18:13 +00:00