unread
Internals,
Recently, during some tests clean up, I've fixed some SKIPIF sections in
our tests, and due to this work (
http://gcov.php.net/viewer.php?version=PHP_HEAD&func=skip&file=ext%2Ffileinfo%2Ftests%2Ffinfo_file_stream_001.phpt),
I noticed that we aren't running our Zip extension tests in GCOV.
The --enable-zip
flag is missing during our configuration:
http://gcov.php.net/viewer.php?version=PHP_HEAD&func=system.
Is there a specific reason why we don't run them there? In contrast, we do
run them in our CIs, Travis (
http://git.php.net/?p=php-src.git;a=blob;f=travis/compile.sh;hb=HEAD#l47)
for example.
Also, for topics like that, is there a specific list for this discussion,
or internals@ is fine?
Thanks,
Gabriel Caruso