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.
squash! Run StandaloneTests for Java 8 under Java 8
Because option `-showversion` of Java 8 behaves slightly differently to option `--show-version` of later versions of Java, prepare two new files for expected stdout and stderr -- expected-out-java8.txt and expected-err-java8.txt -- which are similar to existing files expected-out.txt and expected-err.txt, but have different layout of fastforward lines "JAVA VERSION" and "TREE".
- Loading branch information
Showing
3 changed files
with
43 additions
and
4 deletions.
There are no files selected for viewing
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