bytedance / bytedance/CompoundVM
[Test][CI] jdk8u test status
- Dominant language
- Java
- Stars
- 118
- Forks
- 22
- Avg merge
- 8d 8h
- Merged PRs (30d)
- 4
Description
[This CI run](https://github.com/bytedance/CompoundVM/actions/runs/14508088772/job/40701730607) shows a bunch of failures in jdk8u test. Some failures are due to implementation difference in JVM 8 and 17. We may modify the expected result in test cases to reflect the details, but for now just ignore them since it's not of high priority
## Ignore for now
jdk_tier1:
```
com/sun/jdi/BreakpointWithFullGC.sh
com/sun/jdi/RedefineCrossEvent.java
java/lang/System/Versions.java
sun/misc/Version/Version.java
```
langtools:
```
tools/javac/6508981/TestInferBinaryName.java
tools/javac/annotations/8218152/MalformedAnnotationProcessorTests.java
```
hotspot:
We don't expect to pass hotspot tests for now, because now we are using JVM 17.
## Fix later
So we expect to pass all jdk_tier1 tests. And some failure in langtools
3 tests in langtools are real failures:
```
tools/javac/defaultMethods/Assertions.java
tools/javac/Paths/Diagnostics.sh
tools/javac/Paths/MineField.sh
```
1 test is occasional failure:
```
tools/jdeps/DotFileTest.java
```
Contributor guide
Assessment
This issue has not been assessed yet.