Name: aaR10208 Date: 09/03/2003
Filed By : J2SE-SQA [###@###.###
Version : all versions
Platform[s] : generic
Current implementation of regression testbase support for JavaTest (jtreg.jar)
has inconvenient reports for the tests excluded from the test run via @ignore tag.
Those tests are placed into error.html together with tests which really fail because
of error.
This may lead to mistakes and dramatically affects effectivity by increasing time of analyzing
test run results.
It seems as a good idea to place such excluded tests, say, into "excluded.html" and leave
only real errors in the error.html.
======================================================================
Filed By : J2SE-SQA [###@###.###
Version : all versions
Platform[s] : generic
Current implementation of regression testbase support for JavaTest (jtreg.jar)
has inconvenient reports for the tests excluded from the test run via @ignore tag.
Those tests are placed into error.html together with tests which really fail because
of error.
This may lead to mistakes and dramatically affects effectivity by increasing time of analyzing
test run results.
It seems as a good idea to place such excluded tests, say, into "excluded.html" and leave
only real errors in the error.html.
======================================================================
- relates to
-
CODETOOLS-6349967 JavaTest reports should include an optional "known-failure-list" comparison
- Closed