diff options
author | Ilia Alshanetsky <iliaa@php.net> | 2002-10-22 14:19:02 +0000 |
---|---|---|
committer | Ilia Alshanetsky <iliaa@php.net> | 2002-10-22 14:19:02 +0000 |
commit | dd56de8d1e15e1f950fb8c9d9e89aa623679c251 (patch) | |
tree | c45de83389a80fe5f1a05b16d43a958a9d64cf75 | |
parent | 5c53cdafcb56babc720228ccd69550ebd57605b2 (diff) | |
download | php-git-dd56de8d1e15e1f950fb8c9d9e89aa623679c251.tar.gz |
Disable PEAR tests. These tests have too many dependcies such as
pre-installed PEAR, needing to run as root user, most tests
will fail if PEAR install directory is not inside include_path and so on.
-rw-r--r-- | pear/Console/tests/001-getopt.phpt | 2 | ||||
-rw-r--r-- | pear/tests/pear1.phpt | 1 | ||||
-rw-r--r-- | pear/tests/pear_config.phpt | 2 | ||||
-rw-r--r-- | pear/tests/pear_error.phpt | 1 | ||||
-rw-r--r-- | pear/tests/pear_error2.phpt | 1 | ||||
-rw-r--r-- | pear/tests/pear_error3.phpt | 2 | ||||
-rw-r--r-- | pear/tests/pear_error4.phpt | 2 | ||||
-rw-r--r-- | pear/tests/pear_registry.phpt | 2 | ||||
-rw-r--r-- | pear/tests/pear_system.phpt | 1 |
9 files changed, 14 insertions, 0 deletions
diff --git a/pear/Console/tests/001-getopt.phpt b/pear/Console/tests/001-getopt.phpt index 440a8834c9..3985dc9beb 100644 --- a/pear/Console/tests/001-getopt.phpt +++ b/pear/Console/tests/001-getopt.phpt @@ -1,5 +1,7 @@ --TEST-- Console_Getopt +--SKIPIF-- +skip --FILE-- <?php diff --git a/pear/tests/pear1.phpt b/pear/tests/pear1.phpt index c1d5c1d679..2961ff7284 100644 --- a/pear/tests/pear1.phpt +++ b/pear/tests/pear1.phpt @@ -1,6 +1,7 @@ --TEST-- PEAR constructor/destructor test --SKIPIF-- +skip --FILE-- <?php diff --git a/pear/tests/pear_config.phpt b/pear/tests/pear_config.phpt index 24a3514494..7e125ac855 100644 --- a/pear/tests/pear_config.phpt +++ b/pear/tests/pear_config.phpt @@ -1,5 +1,7 @@ --TEST-- PEAR_Config +--SKIPIF-- +skip --FILE-- <?php diff --git a/pear/tests/pear_error.phpt b/pear/tests/pear_error.phpt index e602aa2887..51493633ea 100644 --- a/pear/tests/pear_error.phpt +++ b/pear/tests/pear_error.phpt @@ -1,6 +1,7 @@ --TEST-- PEAR_Error: basic test --SKIPIF-- +skip --FILE-- <?php // -*- PHP -*- diff --git a/pear/tests/pear_error2.phpt b/pear/tests/pear_error2.phpt index 476374cba4..4ae1c4b701 100644 --- a/pear/tests/pear_error2.phpt +++ b/pear/tests/pear_error2.phpt @@ -1,6 +1,7 @@ --TEST-- PEAR_Error: die mode --SKIPIF-- +skip --FILE-- <?php // -*- C++ -*- diff --git a/pear/tests/pear_error3.phpt b/pear/tests/pear_error3.phpt index fb26c9a2b0..4c89ae5a69 100644 --- a/pear/tests/pear_error3.phpt +++ b/pear/tests/pear_error3.phpt @@ -1,5 +1,7 @@ --TEST-- PEAR_Error: default error handling +--SKIPIF-- +skip --FILE-- <?php // -*- PHP -*- diff --git a/pear/tests/pear_error4.phpt b/pear/tests/pear_error4.phpt index a648df49c6..57f69359b8 100644 --- a/pear/tests/pear_error4.phpt +++ b/pear/tests/pear_error4.phpt @@ -1,5 +1,7 @@ --TEST-- PEAR_Error: expected errors +--SKIPIF-- +skip --FILE-- <?php // -*- PHP -*- diff --git a/pear/tests/pear_registry.phpt b/pear/tests/pear_registry.phpt index becc971f89..0295ed922e 100644 --- a/pear/tests/pear_registry.phpt +++ b/pear/tests/pear_registry.phpt @@ -1,5 +1,7 @@ --TEST-- PEAR_Registry +--SKIPIF-- +skip --FILE-- <?php diff --git a/pear/tests/pear_system.phpt b/pear/tests/pear_system.phpt index a797cb65ca..64f3d1143e 100644 --- a/pear/tests/pear_system.phpt +++ b/pear/tests/pear_system.phpt @@ -1,6 +1,7 @@ --TEST-- System commands tests --SKIPIF-- +skip --FILE-- <?php error_reporting(E_ALL); |