-
Notifications
You must be signed in to change notification settings - Fork 729
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
Migrate testSCCMLTests2 to openj9/test #943
Conversation
<?xml version="1.0" encoding="UTF-8" standalone="no"?> | ||
|
||
<!-- | ||
Copyright (c) 2012, 2017 IBM Corp. and others |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
need to update to 2018
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
updated. thanks.
<variable name="CP_SPEC2000" value="-cp $JVM_TEST_ROOT$$PATHSEP$VM$PATHSEP$specJBB$PATHSEP$SPECjbb2000$PATHSEP$jbb.jar$CPDL$$JVM_TEST_ROOT$$PATHSEP$VM$PATHSEP$specJBB$PATHSEP$SPECjbb2000$PATHSEP$jbb_no_precompile.jar$CPDL$$JVM_TEST_ROOT$$PATHSEP$VM$PATHSEP$specJBB$PATHSEP$SPECjbb2000$PATHSEP$check.jar$CPDL$$JVM_TEST_ROOT$$PATHSEP$VM$PATHSEP$specJBB$PATHSEP$SPECjbb2000$PATHSEP$reporter.jar" /> | ||
<variable name="PROGRAM_SPEC2000" value="spec.jbb.JBBmain" /> | ||
|
||
<variable name="CP_HANOI" value="-cp $UTILSJAR$" /> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
good catch to remove
$(TEST_STATUS)</command> | ||
<tags> | ||
<tag>extended</tag> | ||
<tag>J9_Local</tag> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
what is the j9_local tag for?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Not sure actually. Just moved from original playlist in case it will be needed later. However seem no need anymore. Should I remove it?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
yes, remove for now please
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
removed.
Jenkins test extended |
@hangshao0 to work with openj9 successful criteria has been updated to support regex with (java|openjdk) version. Is it good? |
The same case in ShareClassesCMLTests-1.xml is checking only for version.
Better to be consistent. You may want to change ShareClassesCMLTests-1.xml to check for (java|openjdk) version as well. |
|
||
<!-- #### RUN TokenHelperTests SUITE #### --> | ||
<suite id="Shared Classes CommandLineOptionTests Suite - Windows Configuration"> | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can " - Windows Configuration" be removed ?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should be.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Or could be leave as is. Those window setup are related with tests with cacheDirPerm sub option, which are in ShareClassesCMLTests-4(5). Together with other variable setting and tests "Start : Cleanup: persistent" and test "Start: Cleanup: nonpersistent" are the common beginning part of all those ShareClassesCMLTests-1//2/3/4/5/6.xml files.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I don't know what "Windows Configuration" means here. It gives a false impression that the following variables are for Windows only. My preference is to remove it. But I will leave it to you.
Checked history all existing commandline tests with "java version" has been updated with "version" by |
<variable name="PROGRAM_SPEC2000" value="spec.jbb.JBBmain" /> | ||
|
||
<variable name="CP_HANOI" value="-cp $UTILSJAR$" /> | ||
<variable name="CP_HANOI" value="-cp $UTILSJAR$" /> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Don't forget to update the copyright date
221b68f
to
c0ddc46
Compare
Signed-off-by: Sophia Guo <[email protected]>
Jenkins test extended |
Jenkins test sanity |
Signed-off-by: Sophia Guo [email protected]