This is an automated email from the ASF dual-hosted git repository.
tibordigana pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/maven-surefire.git.
from 05c3f34 [SUREFIRE-1882] Fix failures when compiled on Java 9+ and run
on Java 8
new 75239c9 [SUREFIRE-1878] Add failOnFlakeCount option
new 1c2e739 Simplify SurefireHelperTest
The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
.../apache/maven/plugin/failsafe/VerifyMojo.java | 24 +++++++
.../plugin/surefire/AbstractSurefireMojo.java | 6 ++
.../maven/plugin/surefire/SurefireHelper.java | 30 +++++++-
.../plugin/surefire/SurefireReportParameters.java | 4 ++
.../plugin/surefire/AbstractSurefireMojoTest.java | 13 ++++
.../maven/plugin/surefire/SurefireHelperTest.java | 83 +++++++++++++---------
.../maven/plugin/surefire/SurefirePlugin.java | 35 +++++++++
.../maven/plugin/surefire/SurefirePluginTest.java | 13 ++++
.../its/JUnitPlatformRerunFailingTestsIT.java | 13 ++++
9 files changed, 187 insertions(+), 34 deletions(-)