From d80e2e069cd65a9e1c3bf5796ccc8616b625ac45 Mon Sep 17 00:00:00 2001 From: Anatoliy Belsky Date: Tue, 10 Apr 2012 12:47:01 +0200 Subject: [PATCH 1/6] Fixed bug 61621 Test fail in ext/standard/tests/dir --- ext/standard/tests/dir/dir_variation1.phpt | 6 ++++++ ext/standard/tests/dir/dir_variation5.phpt | 6 ++++++ ext/standard/tests/dir/dir_variation6.phpt | 6 ++++++ ext/standard/tests/dir/dir_variation8.phpt | 6 ++++++ ext/standard/tests/dir/dir_variation9.phpt | 6 ++++++ ext/standard/tests/dir/opendir_error2.phpt | 6 ++++++ ext/standard/tests/dir/opendir_variation1.phpt | 6 ++++++ ext/standard/tests/dir/opendir_variation6.phpt | 6 ++++++ ext/standard/tests/dir/scandir_error2.phpt | 6 ++++++ ext/standard/tests/dir/scandir_variation1.phpt | 6 ++++++ ext/standard/tests/dir/scandir_variation6.phpt | 6 ++++++ 11 files changed, 66 insertions(+) diff --git a/ext/standard/tests/dir/dir_variation1.phpt b/ext/standard/tests/dir/dir_variation1.phpt index ad912c008fd..abb47195047 100644 --- a/ext/standard/tests/dir/dir_variation1.phpt +++ b/ext/standard/tests/dir/dir_variation1.phpt @@ -1,5 +1,11 @@ --TEST-- Test dir() function : usage variations - unexpected value for 'dir' argument +--SKIPIF-- + --FILE-- --FILE-- --FILE-- --FILE-- --FILE-- --FILE-- --FILE-- --FILE-- --FILE-- --FILE-- --FILE-- Date: Tue, 10 Apr 2012 12:57:10 +0200 Subject: [PATCH 2/6] Fixed bug #61632 Test ext\sockets\tests\socket_create_listen.phpt fails --- .../tests/socket_create_listen-win32.phpt | 21 +++++++++++++++++++ ext/sockets/tests/socket_create_listen.phpt | 3 +++ 2 files changed, 24 insertions(+) create mode 100644 ext/sockets/tests/socket_create_listen-win32.phpt diff --git a/ext/sockets/tests/socket_create_listen-win32.phpt b/ext/sockets/tests/socket_create_listen-win32.phpt new file mode 100644 index 00000000000..23bf963c5f7 --- /dev/null +++ b/ext/sockets/tests/socket_create_listen-win32.phpt @@ -0,0 +1,21 @@ +--TEST-- +Test if socket binds on 31338 +--SKIPIF-- + Date: Tue, 10 Apr 2012 13:02:53 +0200 Subject: [PATCH 3/6] Fixed bug #61633 Test ext\sockets\tests\socket_create_pair-wrongparams.phpt fails --- .../socket_create_pair-wrongparams-win32.phpt | 38 +++++++++++++++++++ .../tests/socket_create_pair-wrongparams.phpt | 3 ++ 2 files changed, 41 insertions(+) create mode 100644 ext/sockets/tests/socket_create_pair-wrongparams-win32.phpt diff --git a/ext/sockets/tests/socket_create_pair-wrongparams-win32.phpt b/ext/sockets/tests/socket_create_pair-wrongparams-win32.phpt new file mode 100644 index 00000000000..de33d951f34 --- /dev/null +++ b/ext/sockets/tests/socket_create_pair-wrongparams-win32.phpt @@ -0,0 +1,38 @@ +--TEST-- +Test parameter handling in socket_create_pair() +--SKIPIF-- + Date: Tue, 10 Apr 2012 12:57:10 +0200 Subject: [PATCH 4/6] Fixed bug #61632 Test ext\sockets\tests\socket_create_listen.phpt fails --- .../tests/socket_create_listen-win32.phpt | 21 +++++++++++++++++++ ext/sockets/tests/socket_create_listen.phpt | 3 +++ 2 files changed, 24 insertions(+) create mode 100644 ext/sockets/tests/socket_create_listen-win32.phpt diff --git a/ext/sockets/tests/socket_create_listen-win32.phpt b/ext/sockets/tests/socket_create_listen-win32.phpt new file mode 100644 index 00000000000..23bf963c5f7 --- /dev/null +++ b/ext/sockets/tests/socket_create_listen-win32.phpt @@ -0,0 +1,21 @@ +--TEST-- +Test if socket binds on 31338 +--SKIPIF-- + Date: Tue, 10 Apr 2012 13:02:53 +0200 Subject: [PATCH 5/6] Fixed bug #61633 Test ext\sockets\tests\socket_create_pair-wrongparams.phpt fails --- .../socket_create_pair-wrongparams-win32.phpt | 38 +++++++++++++++++++ .../tests/socket_create_pair-wrongparams.phpt | 3 ++ 2 files changed, 41 insertions(+) create mode 100644 ext/sockets/tests/socket_create_pair-wrongparams-win32.phpt diff --git a/ext/sockets/tests/socket_create_pair-wrongparams-win32.phpt b/ext/sockets/tests/socket_create_pair-wrongparams-win32.phpt new file mode 100644 index 00000000000..de33d951f34 --- /dev/null +++ b/ext/sockets/tests/socket_create_pair-wrongparams-win32.phpt @@ -0,0 +1,38 @@ +--TEST-- +Test parameter handling in socket_create_pair() +--SKIPIF-- + Date: Tue, 10 Apr 2012 13:08:57 +0200 Subject: [PATCH 6/6] Fixed bug #61634 Test ext\sockets\tests\socket_listen-wrongparams.phpt fails --- ext/sockets/tests/socket_listen-wrongparams.phpt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/ext/sockets/tests/socket_listen-wrongparams.phpt b/ext/sockets/tests/socket_listen-wrongparams.phpt index 7dd0d15921f..b5e13548eb9 100644 --- a/ext/sockets/tests/socket_listen-wrongparams.phpt +++ b/ext/sockets/tests/socket_listen-wrongparams.phpt @@ -2,6 +2,9 @@ Test parameter handling in socket_listen(). --SKIPIF--