Derick Rethans wrote:
On Wed, 17 Oct 2007, jean jayet wrote:

i have the following naive question : how can get a reference of test
results

smth to be able to find :

such set of test case id MUST pass
such set test case id MUST fail
such set test case id skip if such extension missing etc,...

Well, they should all pass - skipped tests depends totally on the configuration - I don't think we've any information on that at all.

Jean - if the tests don't pass on your system it would be helpful if you could raise defects (http://bugs.php.net/) checking first to make sure that someone hasn't already done so, and make the .diff and .out files available. In some cases when we write tests it isn't possible to test on ALL platforms, so sometimes the tests may fail because they really should not pass on a specific platform (if so we will fix by adding a --SKIPIFF-- to the test case), sometimes it's because of an implementation difference - we can't tell till we see the output from the test.

As Derick says, they should all pass :-)

Zoe




regards,
Derick


--
PHP Internals - PHP Runtime Development Mailing List
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to