Skip to content

xmlwriter new tests #3

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 2 commits into from
Closed

Conversation

mauriciovieira
Copy link

No description provided.

@mauriciovieira mauriciovieira changed the title Tests for writeAttributeNS and xmlwriter_write_attribute_ns xmlwriter new tests Jul 5, 2014
@rogeriopradoj
Copy link

$ vagrant up
$ vagrant ssh
$ cd /vagrant/php-src
$ time make distclean
$ time ./buildconf --force
$ time ./configure
$ time make
$ grep "PHP_VERSION =" Makefile
$ time make test TESTS="ext/xmlwriter/tests/012.phpt ext/xmlwriter/tests/OO_011.phpt"

@rogeriopradoj
Copy link

vagrant@vm  /vagrant/php-src   phpsp-pr003  grep "PHP_VERSION =" Makefile
PHP_VERSION = 5.5.15-dev
vagrant@vm  /vagrant/php-src   phpsp-pr003  time make test TESTS="ext/xmlwriter/tests/012.phpt ext/xmlwriter/tests/OO_011.phpt"

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


=====================================================================
PHP         : /vagrant/php-src/sapi/cli/php
PHP_SAPI    : cli
PHP_VERSION : 5.5.15-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 XMLWriter: libxml2 XML Writer, full_end_element function [ext/xmlwriter/tests/012.phpt]
PASS XMLWriter: libxml2 XML Writer, fullEndElement method [ext/xmlwriter/tests/OO_011.phpt]
=====================================================================
Number of tests :    2                 2
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    :    2 (100.0%) (100.0%)
---------------------------------------------------------------------
Time taken      :    0 seconds
=====================================================================
make test TESTS="ext/xmlwriter/tests/012.phpt ext/xmlwriter/tests/OO_011.phpt  0.04s user 0.00s system 37% cpu 0.107 total

@rogeriopradoj
Copy link

vagrant@vm  /vagrant/php-src   phpsp-pr003-56  grep "PHP_VERSION =" Makefile
PHP_VERSION = 5.6.0-dev
 vagrant@vm  /vagrant/php-src   phpsp-pr003-56  time make test TESTS="ext/xmlwriter/tests/012.phpt ext/xmlwriter/tests/OO_011.phpt"

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


=====================================================================
PHP         : /vagrant/php-src/sapi/cli/php
PHP_SAPI    : cli
PHP_VERSION : 5.6.0-dev
ZEND_VERSION: 2.6.0-dev
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 XMLWriter: libxml2 XML Writer, full_end_element function [ext/xmlwriter/tests/012.phpt]
PASS XMLWriter: libxml2 XML Writer, fullEndElement method [ext/xmlwriter/tests/OO_011.phpt]
=====================================================================
Number of tests :    2                 2
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    :    2 (100.0%) (100.0%)
---------------------------------------------------------------------
Time taken      :    0 seconds
=====================================================================
make test TESTS="ext/xmlwriter/tests/012.phpt ext/xmlwriter/tests/OO_011.phpt  0.04s user 0.02s system 49% cpu 0.121 total

@rogeriopradoj
Copy link

 vagrant@vm  /vagrant/php-src   phpsp-pr003-master  grep "PHP_VERSION =" Makefile
PHP_VERSION = 5.7.0-dev
 vagrant@vm  /vagrant/php-src   phpsp-pr003-master  time make test TESTS="ext/xmlwriter/tests/012.phpt ext/xmlwriter/tests/OO_011.phpt"

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


=====================================================================
PHP         : /vagrant/php-src/sapi/cli/php
PHP_SAPI    : cli
PHP_VERSION : 5.7.0-dev
ZEND_VERSION: 2.7.0-dev
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 XMLWriter: libxml2 XML Writer, full_end_element function [ext/xmlwriter/tests/012.phpt]
PASS XMLWriter: libxml2 XML Writer, fullEndElement method [ext/xmlwriter/tests/OO_011.phpt]
=====================================================================
Number of tests :    2                 2
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    :    2 (100.0%) (100.0%)
---------------------------------------------------------------------
Time taken      :    0 seconds
=====================================================================
make test TESTS="ext/xmlwriter/tests/012.phpt ext/xmlwriter/tests/OO_011.phpt  0.04s user 0.01s system 44% cpu 0.107 total

@rogeriopradoj
Copy link

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

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
Change default command to httpd
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