From 236bf63b8bfdb7d43d604770123bccf887fde039 Mon Sep 17 00:00:00 2001 From: Ferenc Kovacs Date: Tue, 1 Nov 2011 21:27:57 +0000 Subject: [PATCH] allocating more than 2GB memory is slow. --- Zend/tests/bug55509.phpt | 1 + 1 file changed, 1 insertion(+) diff --git a/Zend/tests/bug55509.phpt b/Zend/tests/bug55509.phpt index 3f8657facd..212cc9bbc0 100644 --- a/Zend/tests/bug55509.phpt +++ b/Zend/tests/bug55509.phpt @@ -5,6 +5,7 @@ Bug #55509 (segfault on x86_64 using more than 2G memory) if (PHP_INT_SIZE == 4) { die('skip Not for 32-bits OS'); } +if (getenv("SKIP_SLOW_TESTS")) die("skip slow test"); // check the available memory if (PHP_OS == 'Linux') { $lines = file('/proc/meminfo'); -- 2.50.1