This is an automated email from the ASF dual-hosted git repository. olamy pushed a change to branch test-junit-platform-runner-junit4 in repository https://gitbox.apache.org/repos/asf/maven-surefire.git
from d4fc4efd0 fix turning parallel from junit4 to junit.vintage.execution.parallel add a5a035db0 enable test launchers to expect errors in log after execution add f237545df add unsupported error and test add f2c2acf57 remove unnecessary packages from test add 6dd2390c3 use version range, add tests for JUnit 4 versions, adjust naming of similar JUnit 3 test add 206434f28 move unsupported versions tests to one file add e0c050188 refine method call of expected failing tests with specific error message add 28f2c42ae tidy up add 7e003b7d9 apply spotless add d24a2b714 use junit 4 in failsafe plugin ITs add 19376f1bb add null safety, more usable exception message No new revisions were added by this update. Summary of changes: .../src/it/multiple-summaries-failing/pom.xml | 2 +- .../src/it/working-directory/pom.xml | 2 +- .../plugin/surefire/AbstractSurefireMojo.java | 19 +++++++++--------- ...ionsIT.java => JUnitUnsupportedVersionsIT.java} | 23 +++++++++++----------- .../apache/maven/surefire/its/JUnitVersion.java | 2 ++ .../maven/surefire/its/fixture/MavenLauncher.java | 9 ++++++--- .../pom.xml | 8 ++++---- .../src/test/java/junitUnsupported/BasicTest.java | 14 +++++++++++++ 8 files changed, 50 insertions(+), 29 deletions(-) copy surefire-its/src/test/java/org/apache/maven/surefire/its/{JUnit4VersionsIT.java => JUnitUnsupportedVersionsIT.java} (73%) copy surefire-its/src/test/resources/{junit4-rerun-failing-tests => junit-unsupported}/pom.xml (88%) create mode 100644 surefire-its/src/test/resources/junit-unsupported/src/test/java/junitUnsupported/BasicTest.java