From 2b3d6783f38cfc17b34747ef87222bdbe1669d6f Mon Sep 17 00:00:00 2001 From: "Christoph M. Becker" Date: Sat, 29 May 2021 15:28:14 +0200 Subject: [PATCH 1/3] Mark slow tests Each of these tests took more than ten seconds on a recent AppVeyor CI run; that appears to qualify them to be marked as slow tests. --- Zend/tests/bug79514.phpt | 4 ++++ ext/mysqli/tests/bug79375.phpt | 1 + ext/mysqli/tests/mysqli_fetch_array_large.phpt | 1 + ext/openssl/tests/openssl_free_key.phpt | 1 + ext/standard/tests/file/005_variation-win32.phpt | 1 + 5 files changed, 8 insertions(+) diff --git a/Zend/tests/bug79514.phpt b/Zend/tests/bug79514.phpt index 5182489964779..596cd740352f3 100644 --- a/Zend/tests/bug79514.phpt +++ b/Zend/tests/bug79514.phpt @@ -1,5 +1,9 @@ --TEST-- Bug #79514 (Memory leaks while including unexistent file) +--SKIPIF-- + --FILE-- diff --git a/ext/openssl/tests/openssl_free_key.phpt b/ext/openssl/tests/openssl_free_key.phpt index c710562945b77..9b23985062171 100644 --- a/ext/openssl/tests/openssl_free_key.phpt +++ b/ext/openssl/tests/openssl_free_key.phpt @@ -4,6 +4,7 @@ void openssl_free_key ( resource $key_identifier ); marcosptf - - @phpsp - sao paulo - br --SKIPIF-- --FILE-- Date: Sat, 29 May 2021 16:08:28 +0200 Subject: [PATCH 2/3] This test is likely no longer slow --- ext/openssl/tests/openssl_free_key.phpt | 1 - 1 file changed, 1 deletion(-) diff --git a/ext/openssl/tests/openssl_free_key.phpt b/ext/openssl/tests/openssl_free_key.phpt index 9b23985062171..c710562945b77 100644 --- a/ext/openssl/tests/openssl_free_key.phpt +++ b/ext/openssl/tests/openssl_free_key.phpt @@ -4,7 +4,6 @@ void openssl_free_key ( resource $key_identifier ); marcosptf - - @phpsp - sao paulo - br --SKIPIF-- Date: Wed, 2 Jun 2021 23:23:01 +0200 Subject: [PATCH 3/3] This test is no longer slow --- Zend/tests/bug79514.phpt | 4 ---- 1 file changed, 4 deletions(-) diff --git a/Zend/tests/bug79514.phpt b/Zend/tests/bug79514.phpt index 596cd740352f3..5182489964779 100644 --- a/Zend/tests/bug79514.phpt +++ b/Zend/tests/bug79514.phpt @@ -1,9 +1,5 @@ --TEST-- Bug #79514 (Memory leaks while including unexistent file) ---SKIPIF-- - --FILE--