File tree Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Original file line number Diff line number Diff line change 1
1
# Mockito Tests
2
- There are two OpenJ9 user issues where a crash with Mockito is reported:
2
+ There are two OpenJ9 user issues where a crash with Mockito are reported:
3
3
4
4
- Issue: https://github.com/eclipse-openj9/openj9/issues/18750 and
5
5
6
6
- Issue: https://github.com/eclipse-openj9/openj9/issues/18781
7
7
8
- - Crash with Java 21 0.42, and set testing jdk version to 17+ as required for now
8
+ - Reported crashed with Java 21 0.42, and set testing jdk version to 17+ as required for now
9
9
10
- - Segmentation error when using Mockito with Java 21
10
+ Added MockitoMockTest test case for Java 11+ in functional MockitoTests folder.
11
11
12
- - More Testcases would be added later as required
13
12
14
- # This Mockito test cases will help identify the above crashes in our builds.
15
- Test case added: test.java.MockitoMockTest
16
-
17
- # Next test case to be added
18
- Test case: test.java.MockitoJunitTest(TBD)
13
+ # This MockitoMockTest test cases will help identify the above crashes in our builds.
14
+ Test case file added: test.java.MockitoMockTest which will working on JDK11+, it'a not avaiable (disabled) for JDK23+, nor zos platform.
15
+ - https://github.com/eclipse-openj9/openj9/issues/19331
16
+ - https://github.com/eclipse-openj9/openj9/issues/19354
17
+ For JDK8, it is having mockito compile problems with a different jdk version match from the Mockito side, refering to this issue.
18
+ - https://github.com/adoptium/infrastructure/issues/3043
19
19
20
20
# Dependencies Required:
21
21
- mockito-core
You can’t perform that action at this time.
0 commit comments