Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[jdt-core-dev] Tests number drop down



I recently made a verification about Javadoc tests and realized that whole
Javadoc tests were run twice: the former with javadoc options enabled and
the latter with options disabled.
As there are specific tests to verify that no warning is reported when
javadoc options are disabled, it appears that second was not really
necessary...

This explains the tests number drop for jdt-core

FYI: There are 480 Javadoc compiler tests. Per compliance, it takes
approximatively 90 sec to run these tests. So, while running tests on all
compliances, 1438 (2 are not executed in 1.3) Javadoc compiler tests were
executed for a complete duration of 4mn 30s. Of course doing this twice
double number of tests and duration...

Frédéric




Back to the top