You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@vxquery.apache.org by Vinayak Borkar <vb...@yahoo.com> on 2012/07/03 06:43:19 UTC

XTest in place

Guys,


XTest is now back in place. It runs through tests in the XQTS.

As of r1356572, XTest statistics running against XQTS 1.0.3 are:

Test Count	 19426
EXPECTED_RESULT_GOT_SAME_RESULT	 231
EXPECTED_ERROR_GOT_SAME_ERROR	 1073
EXPECTED_RESULT_GOT_DIFFERENT_RESULT	 95
EXPECTED_RESULT_GOT_ERROR	 14335
EXPECTED_ERROR_GOT_DIFFERENT_ERROR	 3005
EXPECTED_ERROR_GOT_RESULT	 101
EXPECTED_RESULT_GOT_FAILURE	 386
EXPECTED_ERROR_GOT_FAILURE	 200


7% of the tests have expected behavior :).


Vinayak

Re: XTest in place

Posted by Till Westmann <ti...@westmann.org>.

On Jul 2, 2012, at 9:43 PM, Vinayak Borkar <vb...@yahoo.com> wrote:

> 7% of the tests have expected behavior :).

We've got to start somewhere. It's pretty neat to have that in place now.

Till