Skip to content

Commit d085252

Browse files
authored
Updated MockitoTest ReadMe (#5364)
Signed-off-by: sophiaxu0424 <[email protected]>
1 parent c713839 commit d085252

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

functional/MockitoTests/README.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,21 @@
11
# 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:
33

44
- Issue: https://github.com/eclipse-openj9/openj9/issues/18750 and
55

66
- Issue: https://github.com/eclipse-openj9/openj9/issues/18781
77

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
99

10-
- Segmentation error when using Mockito with Java 21
10+
Added MockitoMockTest test case for Java 11+ in functional MockitoTests folder.
1111

12-
- More Testcases would be added later as required
1312

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
1919

2020
# Dependencies Required:
2121
- mockito-core

0 commit comments

Comments
 (0)