From f5af5850e91f4651a5e4cea61a7e89f973d32dda Mon Sep 17 00:00:00 2001 From: Christopher Jones Date: Tue, 4 Mar 2008 21:05:01 +0000 Subject: [PATCH] Attempt greater test portability --- ext/oci8/tests/pecl_bug10194_blob.phpt | 16 ++++++++++------ 1 file changed, 10 insertions(+), 6 deletions(-) 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 -- 2.50.1