forked from junit-team/junit5
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'fix-standalone-test-java8' into fix-java-22-console-tes…
…t-failures Temporary merge to see if new tip of pull request junit-team#3416 fixes issue in the Java 22 pull request.
- Loading branch information
Showing
5 changed files
with
87 additions
and
21 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
21 changes: 21 additions & 0 deletions
21
platform-tooling-support-tests/projects/standalone/expected-err-java8.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
>> JAVA VERSION >> | ||
.+ org.junit.platform.launcher.core.ServiceLoaderRegistry load | ||
.+ Loaded LauncherInterceptor instances: .. | ||
.+ org.junit.platform.launcher.core.ServiceLoaderRegistry load | ||
.+ Loaded LauncherSessionListener instances: .. | ||
.+ org.junit.platform.launcher.core.ServiceLoaderTestEngineRegistry loadTestEngines | ||
.+ Discovered TestEngines: | ||
- junit-jupiter .+ | ||
- junit-vintage .+ | ||
- junit-platform-suite .+ | ||
.+ org.junit.platform.launcher.core.ServiceLoaderRegistry load | ||
.+ Loaded PostDiscoveryFilter instances: .. | ||
.+ org.junit.platform.launcher.core.ServiceLoaderRegistry load | ||
.+ Loaded LauncherDiscoveryListener instances: .. | ||
.+ org.junit.platform.launcher.core.ServiceLoaderRegistry load | ||
.+ Loaded TestExecutionListener instances: .+ | ||
.+ org.junit.platform.launcher.core.ServiceLoaderTestEngineRegistry loadTestEngines | ||
.+ Discovered TestEngines: | ||
- junit-jupiter .+ | ||
- junit-vintage .+ | ||
- junit-platform-suite .+ |
18 changes: 18 additions & 0 deletions
18
platform-tooling-support-tests/projects/standalone/expected-out-java8.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
>> TREE >> | ||
Failures (2): | ||
>> STACKTRACE >> | ||
|
||
Test run finished after \d+ ms | ||
[ 11 containers found ] | ||
[ 0 containers skipped ] | ||
[ 11 containers started ] | ||
[ 0 containers aborted ] | ||
[ 11 containers successful ] | ||
[ 0 containers failed ] | ||
[ 10 tests found ] | ||
[ 2 tests skipped ] | ||
[ 8 tests started ] | ||
[ 1 tests aborted ] | ||
[ 5 tests successful ] | ||
[ 2 tests failed ] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters