Skip to content

Phpsp test marcosptf #9

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 5 commits into from
Closed

Phpsp test marcosptf #9

wants to merge 5 commits into from

Conversation

marcosptf
Copy link

was created some tests for string functions.

@rogeriopradoj
Copy link

$ vagrant up
$ vagrant ssh
$ cd /vagrant/php-src
$ time make distclean
$ time ./buildconf --force
$ time ./configure
$ time make
# or
$ time (make distclean; ./buildconf --force; ./configure; make)
$ grep "PHP_VERSION =" Makefile
$ time make test TESTS="tests/func/012.phpt tests/func/013.phpt tests/func/014.phpt tests/func/015.phpt tests/func/016.phpt"

@rogeriopradoj
Copy link

 vagrant@vm  /vagrant/php-src   phpsp-pr009  time (make distclean; ./buildconf --force; ./configure; make)
...
405.54s user 15.05s system 92% cpu 7:32.35 total
 vagrant@vm  /vagrant/php-src   phpsp-pr009  grep "PHP_VERSION =" Makefile
PHP_VERSION = 5.5.18-dev
 vagrant@vm  /vagrant/php-src   phpsp-pr009  time make test TESTS="tests/func/012.phpt tests/func/013.phpt tests/func/014.phpt tests/func/015.phpt tests/func/016.phpt"

Build complete.
Don't forget to run 'make test'.


=====================================================================
PHP         : /vagrant/php-src/sapi/cli/php
PHP_SAPI    : cli
PHP_VERSION : 5.5.18-dev
ZEND_VERSION: 2.5.0
PHP_OS      : Linux - Linux vm 3.13.0-30-generic #55-Ubuntu SMP Fri Jul 4 21:43:42 UTC 2014 i686
INI actual  : /vagrant/php-src/tmp-php.ini
More .INIs  :
CWD         : /vagrant/php-src
Extra dirs  :
VALGRIND    : Not used
=====================================================================
Running selected tests.
PASS addcslashes() fuction test [tests/func/012.phpt]
PASS addcslashes() function test [tests/func/013.phpt]
PASS addcslashes() function test [tests/func/014.phpt]
PASS addslashes(); function test [tests/func/015.phpt]
PASS bin2hex(); function test [tests/func/016.phpt]
=====================================================================
Number of tests :    5                 5
Tests skipped   :    0 (  0.0%) --------
Tests warned    :    0 (  0.0%) (  0.0%)
Tests failed    :    0 (  0.0%) (  0.0%)
Expected fail   :    0 (  0.0%) (  0.0%)
Tests passed    :    5 (100.0%) (100.0%)
---------------------------------------------------------------------
Time taken      :    0 seconds
=====================================================================
make test   0.05s user 0.02s system 54% cpu 0.125 total

@rogeriopradoj
Copy link

PR mandado para o repositório oficial:
php#861

Obs.: apenas um PR para o branch mais baixo que o teste vai rodar (PHP-5.5), conforme indicado pelo @Tyrael na lista http://news.php.net/php.qa/67367.

rogeriopradoj pushed a commit that referenced this pull request Oct 4, 2014
Simplify "-apache" images by using the Debian apache2 packages
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants