sebb wrote:
On 23/11/2009, Jesse Wilson <[email protected]> wrote:

On the other hand, if there are lots of failing tests, it can be
difficult to spot tests that fail occasionally.

Test cases that are known to fail could document this, e.g. by
printing a message to say that the failure is expected.

If Harmony uses JUnit4, then the @Ignored annotation could be used for
tests that are not expected to pass; AIUI the test summary shows how
many tests have been ignored.
There are probably similar features in other unit test implementations.


It sounds good. I'm not familiar with this "new" feature, does @ignored annotation could separate tests by OS and JVM? Currently we have different exclude lists on different JVM and OS.


--
Best Regards,
Regis.

Reply via email to