-
Notifications
You must be signed in to change notification settings - Fork 738
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add test cases for the DDR commands_Command 3.1 and 3.2 #2191
Conversation
75f6ab8
to
fee0a6b
Compare
@Ailloviee can you rebase this on the latest openj9 |
@llxia can you please review |
I did not see test for |
|
LGTM. Please add description in commit msg. |
|
|
If it is only a temporary exclude until DDR is ready on aix and zos , please add a comment in playlist.xml. In this way, we can easy enable the test on these platforms later. Thanks. |
@llxia No DDR is not supported on aix or zos yet |
Please add comment in playlist and ref #1511. Thanks |
7222635
to
356044b
Compare
Added test cases for !dumpmoduleexports and !dumpmodulereads. Example output: Testing: Run !dumpmoduleexports Test start time: 2018/06/14 13:13:11 Eastern Standard Time Running command: C:/bluebird/builds/bld_389348/wa6490/bin/jdmpview.exe -core j9core.dmp Time spent starting: 4 milliseconds Time spent executing: 3388 milliseconds Test result: PASSED Testing: Verify !dumpmoduleexports Test start time: 2018/06/14 13:13:15 Eastern Standard Time Running command: C:/bluebird/builds/bld_389348/wa6490/bin/jdmpview.exe -core j9core.dmp Time spent starting: 3 milliseconds Time spent executing: 3145 milliseconds Test result: PASSED Testing: Run !dumpmodulereads Test start time: 2018/06/14 13:13:18 Eastern Standard Time Running command: C:/bluebird/builds/bld_389348/wa6490/bin/jdmpview.exe -core j9core.dmp Time spent starting: 3 milliseconds Time spent executing: 3255 milliseconds Test result: PASSED Testing: Verify !dumpmodulereads Test start time: 2018/06/14 13:13:21 Eastern Standard Time Running command: C:/bluebird/builds/bld_389348/wa6490/bin/jdmpview.exe -core j9core.dmp Time spent starting: 5 milliseconds Time spent executing: 3167 milliseconds Test result: PASSED Signed-off-by: Charles_Zheng <Juntian.Zheng@ibm.com>
Jenkins test extended win jdk10 |
Jenkins test extended xlinux jdk10 |
PR build failed:
|
Sorry, this pr should also depend on #2192 where I made changes to add print names to |
Jenkins test extended xlinux jdk10 |
Jenkins test extended win jdk10 |
1 similar comment
Jenkins test extended win jdk10 |
Added test cases for
!dumpmoduleexports
and!dumpmodulereads
.Example output:
\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\
NOTE: This pull request depends on PR#1987 and PR#2021