test/compiler/intrinsics/sha/cli/testcases/GenericTestCaseForOtherCPU.java

changeset 9713
c4567d28f31f
parent 7141
fe6dafcd8ed0
     1.1 --- a/test/compiler/intrinsics/sha/cli/testcases/GenericTestCaseForOtherCPU.java	Mon Jun 17 17:20:10 2019 +0100
     1.2 +++ b/test/compiler/intrinsics/sha/cli/testcases/GenericTestCaseForOtherCPU.java	Tue Jun 18 09:33:34 2019 -0400
     1.3 @@ -36,7 +36,8 @@
     1.4      public GenericTestCaseForOtherCPU(String optionName) {
     1.5          // Execute the test case on any CPU except SPARC and X86
     1.6          super(optionName, new NotPredicate(new OrPredicate(Platform::isSparc,
     1.7 -                new OrPredicate(Platform::isX64, Platform::isX86))));
     1.8 +                new OrPredicate(Platform::isPPC,
     1.9 +                new OrPredicate(Platform::isX64, Platform::isX86)))));
    1.10      }
    1.11  
    1.12      @Override

mercurial