From b38d56616bca2b21830767740a5e97b90ee9b9ed Mon Sep 17 00:00:00 2001 From: Ferenc Kovacs Date: Sun, 23 Oct 2011 10:09:29 +0000 Subject: [PATCH] adding SKIP_SLOW_TESTS checks for the slow tests, and additionaly sync the domains used in the ext/standard/tests/network/getmxrr.phpt with the other branches --- ext/standard/tests/file/file_get_contents_error001.phpt | 1 + ext/standard/tests/file/lstat_stat_basic.phpt | 1 + ext/standard/tests/file/lstat_stat_variation10.phpt | 1 + ext/standard/tests/file/lstat_stat_variation11.phpt | 1 + ext/standard/tests/file/lstat_stat_variation12.phpt | 1 + ext/standard/tests/file/lstat_stat_variation13.phpt | 1 + ext/standard/tests/file/lstat_stat_variation15.phpt | 1 + ext/standard/tests/file/lstat_stat_variation16.phpt | 1 + ext/standard/tests/file/lstat_stat_variation17.phpt | 1 + ext/standard/tests/file/lstat_stat_variation21.phpt | 1 + ext/standard/tests/file/lstat_stat_variation4.phpt | 1 + ext/standard/tests/file/lstat_stat_variation5.phpt | 1 + ext/standard/tests/file/lstat_stat_variation6.phpt | 3 ++- ext/standard/tests/file/lstat_stat_variation8.phpt | 1 + ext/standard/tests/file/touch_basic.phpt | 1 + ext/standard/tests/general_functions/bug39322.phpt | 1 + ext/standard/tests/general_functions/sleep_basic.phpt | 4 ++++ ext/standard/tests/general_functions/usleep_basic.phpt | 4 ++++ ext/standard/tests/misc/time_sleep_until_basic.phpt | 5 ++++- ext/standard/tests/network/gethostbyname_basic001.phpt | 4 ++++ ext/standard/tests/network/gethostbyname_basic002.phpt | 4 ++++ ext/standard/tests/network/gethostbyname_error004.phpt | 4 ++++ ext/standard/tests/network/getmxrr.phpt | 5 +++-- ext/standard/tests/network/http-stream.phpt | 5 ++++- tests/lang/045.phpt | 4 ++++ 25 files changed, 52 insertions(+), 5 deletions(-) diff --git a/ext/standard/tests/file/file_get_contents_error001.phpt b/ext/standard/tests/file/file_get_contents_error001.phpt index ced0da032c..127901ad79 100644 --- a/ext/standard/tests/file/file_get_contents_error001.phpt +++ b/ext/standard/tests/file/file_get_contents_error001.phpt @@ -7,6 +7,7 @@ file_get_contents() test using offset parameter out of range display_errors=false --SKIPIF-- diff --git a/ext/standard/tests/file/lstat_stat_basic.phpt b/ext/standard/tests/file/lstat_stat_basic.phpt index 362fcfe869..0d1476d68d 100644 --- a/ext/standard/tests/file/lstat_stat_basic.phpt +++ b/ext/standard/tests/file/lstat_stat_basic.phpt @@ -2,6 +2,7 @@ Test lstat() & stat() functions: basic functionality --SKIPIF-- --SKIPIF-- --FILE-- diff --git a/ext/standard/tests/general_functions/sleep_basic.phpt b/ext/standard/tests/general_functions/sleep_basic.phpt index cfc00c6eab..5d7fe536f1 100644 --- a/ext/standard/tests/general_functions/sleep_basic.phpt +++ b/ext/standard/tests/general_functions/sleep_basic.phpt @@ -1,5 +1,9 @@ --TEST-- Test sleep() function : basic functionality +--SKIPIF-- + --FILE-- --FILE-- + --CREDITS-- Manuel Baldassarri mb@ideato.it Michele Orselli mo@ideato.it diff --git a/ext/standard/tests/network/gethostbyname_basic001.phpt b/ext/standard/tests/network/gethostbyname_basic001.phpt index 0cfc1b4f53..e917b59920 100644 --- a/ext/standard/tests/network/gethostbyname_basic001.phpt +++ b/ext/standard/tests/network/gethostbyname_basic001.phpt @@ -2,6 +2,10 @@ gethostbyname() function - basic type return test --CREDITS-- "Sylvain R." +--SKIPIF-- + --FILE-- +--SKIPIF-- + --FILE-- +--SKIPIF-- + --FILE-- --FILE-- --EXPECT-- -Hosts: 2, weights: 2 Hosts: 1, weights: 1 +Hosts: 2, weights: 2 diff --git a/ext/standard/tests/network/http-stream.phpt b/ext/standard/tests/network/http-stream.phpt index e70caf9823..6ee035a241 100644 --- a/ext/standard/tests/network/http-stream.phpt +++ b/ext/standard/tests/network/http-stream.phpt @@ -1,7 +1,10 @@ --TEST-- http-stream test --SKIPIF-- - + --INI-- allow_url_fopen=1 --FILE-- diff --git a/tests/lang/045.phpt b/tests/lang/045.phpt index 399fac7f60..11598cf035 100644 --- a/tests/lang/045.phpt +++ b/tests/lang/045.phpt @@ -1,5 +1,9 @@ --TEST-- Timeout again inside register_shutdown_function +--SKIPIF-- + --FILE--