This commit is contained in:
Harold Seigel 2015-05-08 13:25:11 -04:00
commit da4711381d
512 changed files with 13059 additions and 8663 deletions

View file

@ -88,7 +88,7 @@ public abstract class RTMGenericCommandLineOptionTest
@Override
public void runTestCases() throws Throwable {
if (Platform.isX86() || Platform.isX64()) {
if (Platform.isX86() || Platform.isX64() || Platform.isPPC()) {
if (Platform.isServer() && !Platform.isEmbedded()) {
runX86SupportedVMTestCases();
} else {
@ -108,7 +108,7 @@ public abstract class RTMGenericCommandLineOptionTest
}
/**
* Runs test cases on non-X86 CPU if VM does not support RTM locking.
* Runs test cases on X86 CPU if VM does not support RTM locking.
* @throws Throwable
*/
protected void runX86UnsupportedVMTestCases() throws Throwable {