From: Christopher Jones Date: Tue, 4 Mar 2008 21:05:01 +0000 (+0000) Subject: Attempt greater test portability X-Git-Tag: RELEASE_2_0_0a1~256 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=f5af5850e91f4651a5e4cea61a7e89f973d32dda;p=php Attempt greater test portability --- diff --git a/ext/oci8/tests/pecl_bug10194_blob.phpt b/ext/oci8/tests/pecl_bug10194_blob.phpt index 1a44e4494f..85b56c7017 100644 --- a/ext/oci8/tests/pecl_bug10194_blob.phpt +++ b/ext/oci8/tests/pecl_bug10194_blob.phpt @@ -3,17 +3,17 @@ PECL Bug #10194 (segfault in Instant Client when memory_limit is reached inside --SKIPIF-- --INI-- -memory_limit=10M +memory_limit=9M --FILE-- load())); /* here it should fail */ @@ -44,4 +46,6 @@ require dirname(__FILE__).'/drop_table.inc'; echo "Done\n"; ?> --EXPECTF-- +Before load() + Fatal error: Allowed memory size of %d bytes exhausted%s(tried to allocate %d bytes) in %s on line %d