From 96f8501ccd520573a87f75da55e792091a57fa89 Mon Sep 17 00:00:00 2001 From: Christopher Jones Date: Tue, 4 Mar 2008 21:05:47 +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 1a44e4494f9..05c653bd0c0 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=3M --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