hotspot/test/compiler/intrinsics/sha/cli/testcases/UseSHASpecificTestCaseForSupportedSparcCPU.java
author eistepan
Tue, 16 Dec 2014 14:52:57 +0300
changeset 28200 38d3bf236c31
parent 26439 0fa6c2cb6007
child 30604 b8d532cb6420
permissions -rw-r--r--
8054892: Improve compiler's CLI tests error reporting Reviewed-by: roland, twisti
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
26439
0fa6c2cb6007 8055904: Develop tests for new command-line options related to SHA intrinsics
fzhinkin
parents:
diff changeset
     1
/*
0fa6c2cb6007 8055904: Develop tests for new command-line options related to SHA intrinsics
fzhinkin
parents:
diff changeset
     2
 * Copyright (c) 2014, Oracle and/or its affiliates. All rights reserved.
0fa6c2cb6007 8055904: Develop tests for new command-line options related to SHA intrinsics
fzhinkin
parents:
diff changeset
     3
 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
0fa6c2cb6007 8055904: Develop tests for new command-line options related to SHA intrinsics
fzhinkin
parents:
diff changeset
     4
 *
0fa6c2cb6007 8055904: Develop tests for new command-line options related to SHA intrinsics
fzhinkin
parents:
diff changeset
     5
 * This code is free software; you can redistribute it and/or modify it
0fa6c2cb6007 8055904: Develop tests for new command-line options related to SHA intrinsics
fzhinkin
parents:
diff changeset
     6
 * under the terms of the GNU General Public License version 2 only, as
0fa6c2cb6007 8055904: Develop tests for new command-line options related to SHA intrinsics
fzhinkin
parents:
diff changeset
     7
 * published by the Free Software Foundation.
0fa6c2cb6007 8055904: Develop tests for new command-line options related to SHA intrinsics
fzhinkin
parents:
diff changeset
     8
 *
0fa6c2cb6007 8055904: Develop tests for new command-line options related to SHA intrinsics
fzhinkin
parents:
diff changeset
     9
 * This code is distributed in the hope that it will be useful, but WITHOUT
0fa6c2cb6007 8055904: Develop tests for new command-line options related to SHA intrinsics
fzhinkin
parents:
diff changeset
    10
 * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
0fa6c2cb6007 8055904: Develop tests for new command-line options related to SHA intrinsics
fzhinkin
parents:
diff changeset
    11
 * FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
0fa6c2cb6007 8055904: Develop tests for new command-line options related to SHA intrinsics
fzhinkin
parents:
diff changeset
    12
 * version 2 for more details (a copy is included in the LICENSE file that
0fa6c2cb6007 8055904: Develop tests for new command-line options related to SHA intrinsics
fzhinkin
parents:
diff changeset
    13
 * accompanied this code).
0fa6c2cb6007 8055904: Develop tests for new command-line options related to SHA intrinsics
fzhinkin
parents:
diff changeset
    14
 *
0fa6c2cb6007 8055904: Develop tests for new command-line options related to SHA intrinsics
fzhinkin
parents:
diff changeset
    15
 * You should have received a copy of the GNU General Public License version
0fa6c2cb6007 8055904: Develop tests for new command-line options related to SHA intrinsics
fzhinkin
parents:
diff changeset
    16
 * 2 along with this work; if not, write to the Free Software Foundation,
0fa6c2cb6007 8055904: Develop tests for new command-line options related to SHA intrinsics
fzhinkin
parents:
diff changeset
    17
 * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
0fa6c2cb6007 8055904: Develop tests for new command-line options related to SHA intrinsics
fzhinkin
parents:
diff changeset
    18
 *
0fa6c2cb6007 8055904: Develop tests for new command-line options related to SHA intrinsics
fzhinkin
parents:
diff changeset
    19
 * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
0fa6c2cb6007 8055904: Develop tests for new command-line options related to SHA intrinsics
fzhinkin
parents:
diff changeset
    20
 * or visit www.oracle.com if you need additional information or have any
0fa6c2cb6007 8055904: Develop tests for new command-line options related to SHA intrinsics
fzhinkin
parents:
diff changeset
    21
 * questions.
0fa6c2cb6007 8055904: Develop tests for new command-line options related to SHA intrinsics
fzhinkin
parents:
diff changeset
    22
 */
0fa6c2cb6007 8055904: Develop tests for new command-line options related to SHA intrinsics
fzhinkin
parents:
diff changeset
    23
0fa6c2cb6007 8055904: Develop tests for new command-line options related to SHA intrinsics
fzhinkin
parents:
diff changeset
    24
import com.oracle.java.testlibrary.Asserts;
0fa6c2cb6007 8055904: Develop tests for new command-line options related to SHA intrinsics
fzhinkin
parents:
diff changeset
    25
import com.oracle.java.testlibrary.ExitCode;
0fa6c2cb6007 8055904: Develop tests for new command-line options related to SHA intrinsics
fzhinkin
parents:
diff changeset
    26
import com.oracle.java.testlibrary.Platform;
0fa6c2cb6007 8055904: Develop tests for new command-line options related to SHA intrinsics
fzhinkin
parents:
diff changeset
    27
import com.oracle.java.testlibrary.cli.CommandLineOptionTest;
0fa6c2cb6007 8055904: Develop tests for new command-line options related to SHA intrinsics
fzhinkin
parents:
diff changeset
    28
import com.oracle.java.testlibrary.cli.predicate.AndPredicate;
0fa6c2cb6007 8055904: Develop tests for new command-line options related to SHA intrinsics
fzhinkin
parents:
diff changeset
    29
import sha.predicate.IntrinsicPredicates;
0fa6c2cb6007 8055904: Develop tests for new command-line options related to SHA intrinsics
fzhinkin
parents:
diff changeset
    30
0fa6c2cb6007 8055904: Develop tests for new command-line options related to SHA intrinsics
fzhinkin
parents:
diff changeset
    31
/**
0fa6c2cb6007 8055904: Develop tests for new command-line options related to SHA intrinsics
fzhinkin
parents:
diff changeset
    32
 * UseSHA specific test case targeted to SPARC CPUs which support any sha*
0fa6c2cb6007 8055904: Develop tests for new command-line options related to SHA intrinsics
fzhinkin
parents:
diff changeset
    33
 * instruction.
0fa6c2cb6007 8055904: Develop tests for new command-line options related to SHA intrinsics
fzhinkin
parents:
diff changeset
    34
 */
0fa6c2cb6007 8055904: Develop tests for new command-line options related to SHA intrinsics
fzhinkin
parents:
diff changeset
    35
public class UseSHASpecificTestCaseForSupportedSparcCPU
0fa6c2cb6007 8055904: Develop tests for new command-line options related to SHA intrinsics
fzhinkin
parents:
diff changeset
    36
        extends SHAOptionsBase.TestCase {
0fa6c2cb6007 8055904: Develop tests for new command-line options related to SHA intrinsics
fzhinkin
parents:
diff changeset
    37
    public UseSHASpecificTestCaseForSupportedSparcCPU(String optionName) {
0fa6c2cb6007 8055904: Develop tests for new command-line options related to SHA intrinsics
fzhinkin
parents:
diff changeset
    38
        super(SHAOptionsBase.USE_SHA_OPTION, new AndPredicate(Platform::isSparc,
0fa6c2cb6007 8055904: Develop tests for new command-line options related to SHA intrinsics
fzhinkin
parents:
diff changeset
    39
                IntrinsicPredicates.ANY_SHA_INSTRUCTION_AVAILABLE));
0fa6c2cb6007 8055904: Develop tests for new command-line options related to SHA intrinsics
fzhinkin
parents:
diff changeset
    40
0fa6c2cb6007 8055904: Develop tests for new command-line options related to SHA intrinsics
fzhinkin
parents:
diff changeset
    41
        Asserts.assertEQ(optionName, SHAOptionsBase.USE_SHA_OPTION,
28200
38d3bf236c31 8054892: Improve compiler's CLI tests error reporting
eistepan
parents: 26439
diff changeset
    42
                String.format("Test case should be used for '%s' option only.",
38d3bf236c31 8054892: Improve compiler's CLI tests error reporting
eistepan
parents: 26439
diff changeset
    43
                        SHAOptionsBase.USE_SHA_OPTION));
26439
0fa6c2cb6007 8055904: Develop tests for new command-line options related to SHA intrinsics
fzhinkin
parents:
diff changeset
    44
    }
0fa6c2cb6007 8055904: Develop tests for new command-line options related to SHA intrinsics
fzhinkin
parents:
diff changeset
    45
0fa6c2cb6007 8055904: Develop tests for new command-line options related to SHA intrinsics
fzhinkin
parents:
diff changeset
    46
    @Override
0fa6c2cb6007 8055904: Develop tests for new command-line options related to SHA intrinsics
fzhinkin
parents:
diff changeset
    47
    protected void verifyWarnings() throws Throwable {
28200
38d3bf236c31 8054892: Improve compiler's CLI tests error reporting
eistepan
parents: 26439
diff changeset
    48
        String shouldPassMessage = String.format("JVM startup should pass when"
38d3bf236c31 8054892: Improve compiler's CLI tests error reporting
eistepan
parents: 26439
diff changeset
    49
                        + " %s was passed and all UseSHA*Intrinsics options "
38d3bf236c31 8054892: Improve compiler's CLI tests error reporting
eistepan
parents: 26439
diff changeset
    50
                        + "were disabled",
38d3bf236c31 8054892: Improve compiler's CLI tests error reporting
eistepan
parents: 26439
diff changeset
    51
                        CommandLineOptionTest.prepareBooleanFlag(
38d3bf236c31 8054892: Improve compiler's CLI tests error reporting
eistepan
parents: 26439
diff changeset
    52
                            SHAOptionsBase.USE_SHA_OPTION, true));
26439
0fa6c2cb6007 8055904: Develop tests for new command-line options related to SHA intrinsics
fzhinkin
parents:
diff changeset
    53
        // Verify that there will be no warnings when +UseSHA was passed and
0fa6c2cb6007 8055904: Develop tests for new command-line options related to SHA intrinsics
fzhinkin
parents:
diff changeset
    54
        // all UseSHA*Intrinsics options were disabled.
0fa6c2cb6007 8055904: Develop tests for new command-line options related to SHA intrinsics
fzhinkin
parents:
diff changeset
    55
        CommandLineOptionTest.verifySameJVMStartup(
28200
38d3bf236c31 8054892: Improve compiler's CLI tests error reporting
eistepan
parents: 26439
diff changeset
    56
                null, new String[] { ".*UseSHA.*" }, shouldPassMessage,
38d3bf236c31 8054892: Improve compiler's CLI tests error reporting
eistepan
parents: 26439
diff changeset
    57
                shouldPassMessage, ExitCode.OK,
26439
0fa6c2cb6007 8055904: Develop tests for new command-line options related to SHA intrinsics
fzhinkin
parents:
diff changeset
    58
                CommandLineOptionTest.prepareBooleanFlag(
0fa6c2cb6007 8055904: Develop tests for new command-line options related to SHA intrinsics
fzhinkin
parents:
diff changeset
    59
                        SHAOptionsBase.USE_SHA_OPTION, true),
0fa6c2cb6007 8055904: Develop tests for new command-line options related to SHA intrinsics
fzhinkin
parents:
diff changeset
    60
                CommandLineOptionTest.prepareBooleanFlag(
0fa6c2cb6007 8055904: Develop tests for new command-line options related to SHA intrinsics
fzhinkin
parents:
diff changeset
    61
                        SHAOptionsBase.USE_SHA1_INTRINSICS_OPTION, false),
0fa6c2cb6007 8055904: Develop tests for new command-line options related to SHA intrinsics
fzhinkin
parents:
diff changeset
    62
                CommandLineOptionTest.prepareBooleanFlag(
0fa6c2cb6007 8055904: Develop tests for new command-line options related to SHA intrinsics
fzhinkin
parents:
diff changeset
    63
                        SHAOptionsBase.USE_SHA256_INTRINSICS_OPTION, false),
0fa6c2cb6007 8055904: Develop tests for new command-line options related to SHA intrinsics
fzhinkin
parents:
diff changeset
    64
                CommandLineOptionTest.prepareBooleanFlag(
0fa6c2cb6007 8055904: Develop tests for new command-line options related to SHA intrinsics
fzhinkin
parents:
diff changeset
    65
                        SHAOptionsBase.USE_SHA512_INTRINSICS_OPTION, false));
0fa6c2cb6007 8055904: Develop tests for new command-line options related to SHA intrinsics
fzhinkin
parents:
diff changeset
    66
    }
0fa6c2cb6007 8055904: Develop tests for new command-line options related to SHA intrinsics
fzhinkin
parents:
diff changeset
    67
0fa6c2cb6007 8055904: Develop tests for new command-line options related to SHA intrinsics
fzhinkin
parents:
diff changeset
    68
    @Override
0fa6c2cb6007 8055904: Develop tests for new command-line options related to SHA intrinsics
fzhinkin
parents:
diff changeset
    69
    protected void verifyOptionValues() throws Throwable {
28200
38d3bf236c31 8054892: Improve compiler's CLI tests error reporting
eistepan
parents: 26439
diff changeset
    70
        // Verify that UseSHA is disabled when all UseSHA*Intrinsics are
26439
0fa6c2cb6007 8055904: Develop tests for new command-line options related to SHA intrinsics
fzhinkin
parents:
diff changeset
    71
        // disabled.
0fa6c2cb6007 8055904: Develop tests for new command-line options related to SHA intrinsics
fzhinkin
parents:
diff changeset
    72
        CommandLineOptionTest.verifyOptionValueForSameVM(
28200
38d3bf236c31 8054892: Improve compiler's CLI tests error reporting
eistepan
parents: 26439
diff changeset
    73
                SHAOptionsBase.USE_SHA_OPTION, "false", String.format(
38d3bf236c31 8054892: Improve compiler's CLI tests error reporting
eistepan
parents: 26439
diff changeset
    74
                "'%s' option should be disabled when all UseSHA*Intrinsics are"
38d3bf236c31 8054892: Improve compiler's CLI tests error reporting
eistepan
parents: 26439
diff changeset
    75
                        + " disabled", SHAOptionsBase.USE_SHA_OPTION),
26439
0fa6c2cb6007 8055904: Develop tests for new command-line options related to SHA intrinsics
fzhinkin
parents:
diff changeset
    76
                CommandLineOptionTest.prepareBooleanFlag(
0fa6c2cb6007 8055904: Develop tests for new command-line options related to SHA intrinsics
fzhinkin
parents:
diff changeset
    77
                        SHAOptionsBase.USE_SHA1_INTRINSICS_OPTION, false),
0fa6c2cb6007 8055904: Develop tests for new command-line options related to SHA intrinsics
fzhinkin
parents:
diff changeset
    78
                CommandLineOptionTest.prepareBooleanFlag(
0fa6c2cb6007 8055904: Develop tests for new command-line options related to SHA intrinsics
fzhinkin
parents:
diff changeset
    79
                        SHAOptionsBase.USE_SHA256_INTRINSICS_OPTION, false),
0fa6c2cb6007 8055904: Develop tests for new command-line options related to SHA intrinsics
fzhinkin
parents:
diff changeset
    80
                CommandLineOptionTest.prepareBooleanFlag(
0fa6c2cb6007 8055904: Develop tests for new command-line options related to SHA intrinsics
fzhinkin
parents:
diff changeset
    81
                        SHAOptionsBase.USE_SHA512_INTRINSICS_OPTION, false));
0fa6c2cb6007 8055904: Develop tests for new command-line options related to SHA intrinsics
fzhinkin
parents:
diff changeset
    82
0fa6c2cb6007 8055904: Develop tests for new command-line options related to SHA intrinsics
fzhinkin
parents:
diff changeset
    83
        CommandLineOptionTest.verifyOptionValueForSameVM(
28200
38d3bf236c31 8054892: Improve compiler's CLI tests error reporting
eistepan
parents: 26439
diff changeset
    84
                // Verify that UseSHA is disabled when all UseSHA*Intrinsics are
26439
0fa6c2cb6007 8055904: Develop tests for new command-line options related to SHA intrinsics
fzhinkin
parents:
diff changeset
    85
                // disabled even if it was explicitly enabled.
0fa6c2cb6007 8055904: Develop tests for new command-line options related to SHA intrinsics
fzhinkin
parents:
diff changeset
    86
                SHAOptionsBase.USE_SHA_OPTION, "false",
28200
38d3bf236c31 8054892: Improve compiler's CLI tests error reporting
eistepan
parents: 26439
diff changeset
    87
                String.format("'%s' option should be disabled when all "
38d3bf236c31 8054892: Improve compiler's CLI tests error reporting
eistepan
parents: 26439
diff changeset
    88
                        + "UseSHA*Intrinsics are disabled even if %s flag set "
38d3bf236c31 8054892: Improve compiler's CLI tests error reporting
eistepan
parents: 26439
diff changeset
    89
                        + "to JVM", SHAOptionsBase.USE_SHA_OPTION,
38d3bf236c31 8054892: Improve compiler's CLI tests error reporting
eistepan
parents: 26439
diff changeset
    90
                        CommandLineOptionTest.prepareBooleanFlag(
38d3bf236c31 8054892: Improve compiler's CLI tests error reporting
eistepan
parents: 26439
diff changeset
    91
                             SHAOptionsBase.USE_SHA_OPTION, true)),
26439
0fa6c2cb6007 8055904: Develop tests for new command-line options related to SHA intrinsics
fzhinkin
parents:
diff changeset
    92
                CommandLineOptionTest.prepareBooleanFlag(
0fa6c2cb6007 8055904: Develop tests for new command-line options related to SHA intrinsics
fzhinkin
parents:
diff changeset
    93
                        SHAOptionsBase.USE_SHA_OPTION, true),
0fa6c2cb6007 8055904: Develop tests for new command-line options related to SHA intrinsics
fzhinkin
parents:
diff changeset
    94
                CommandLineOptionTest.prepareBooleanFlag(
0fa6c2cb6007 8055904: Develop tests for new command-line options related to SHA intrinsics
fzhinkin
parents:
diff changeset
    95
                        SHAOptionsBase.USE_SHA1_INTRINSICS_OPTION, false),
0fa6c2cb6007 8055904: Develop tests for new command-line options related to SHA intrinsics
fzhinkin
parents:
diff changeset
    96
                CommandLineOptionTest.prepareBooleanFlag(
0fa6c2cb6007 8055904: Develop tests for new command-line options related to SHA intrinsics
fzhinkin
parents:
diff changeset
    97
                        SHAOptionsBase.USE_SHA256_INTRINSICS_OPTION, false),
0fa6c2cb6007 8055904: Develop tests for new command-line options related to SHA intrinsics
fzhinkin
parents:
diff changeset
    98
                CommandLineOptionTest.prepareBooleanFlag(
0fa6c2cb6007 8055904: Develop tests for new command-line options related to SHA intrinsics
fzhinkin
parents:
diff changeset
    99
                        SHAOptionsBase.USE_SHA512_INTRINSICS_OPTION, false));
0fa6c2cb6007 8055904: Develop tests for new command-line options related to SHA intrinsics
fzhinkin
parents:
diff changeset
   100
0fa6c2cb6007 8055904: Develop tests for new command-line options related to SHA intrinsics
fzhinkin
parents:
diff changeset
   101
        // Verify that explicitly disabled UseSHA option remains disabled even
0fa6c2cb6007 8055904: Develop tests for new command-line options related to SHA intrinsics
fzhinkin
parents:
diff changeset
   102
        // if all UseSHA*Intrinsics options were enabled.
0fa6c2cb6007 8055904: Develop tests for new command-line options related to SHA intrinsics
fzhinkin
parents:
diff changeset
   103
        CommandLineOptionTest.verifyOptionValueForSameVM(
0fa6c2cb6007 8055904: Develop tests for new command-line options related to SHA intrinsics
fzhinkin
parents:
diff changeset
   104
                SHAOptionsBase.USE_SHA_OPTION, "false",
28200
38d3bf236c31 8054892: Improve compiler's CLI tests error reporting
eistepan
parents: 26439
diff changeset
   105
                String.format("'%s' option should be disabled if %s flag "
38d3bf236c31 8054892: Improve compiler's CLI tests error reporting
eistepan
parents: 26439
diff changeset
   106
                        + "set even if all UseSHA*Intrinsics were enabled",
38d3bf236c31 8054892: Improve compiler's CLI tests error reporting
eistepan
parents: 26439
diff changeset
   107
                        SHAOptionsBase.USE_SHA_OPTION,
38d3bf236c31 8054892: Improve compiler's CLI tests error reporting
eistepan
parents: 26439
diff changeset
   108
                        CommandLineOptionTest.prepareBooleanFlag(
38d3bf236c31 8054892: Improve compiler's CLI tests error reporting
eistepan
parents: 26439
diff changeset
   109
                            SHAOptionsBase.USE_SHA_OPTION, false)),
26439
0fa6c2cb6007 8055904: Develop tests for new command-line options related to SHA intrinsics
fzhinkin
parents:
diff changeset
   110
                CommandLineOptionTest.prepareBooleanFlag(
0fa6c2cb6007 8055904: Develop tests for new command-line options related to SHA intrinsics
fzhinkin
parents:
diff changeset
   111
                        SHAOptionsBase.USE_SHA_OPTION, false),
0fa6c2cb6007 8055904: Develop tests for new command-line options related to SHA intrinsics
fzhinkin
parents:
diff changeset
   112
                CommandLineOptionTest.prepareBooleanFlag(
0fa6c2cb6007 8055904: Develop tests for new command-line options related to SHA intrinsics
fzhinkin
parents:
diff changeset
   113
                        SHAOptionsBase.USE_SHA1_INTRINSICS_OPTION, true),
0fa6c2cb6007 8055904: Develop tests for new command-line options related to SHA intrinsics
fzhinkin
parents:
diff changeset
   114
                CommandLineOptionTest.prepareBooleanFlag(
0fa6c2cb6007 8055904: Develop tests for new command-line options related to SHA intrinsics
fzhinkin
parents:
diff changeset
   115
                        SHAOptionsBase.USE_SHA256_INTRINSICS_OPTION, true),
0fa6c2cb6007 8055904: Develop tests for new command-line options related to SHA intrinsics
fzhinkin
parents:
diff changeset
   116
                CommandLineOptionTest.prepareBooleanFlag(
0fa6c2cb6007 8055904: Develop tests for new command-line options related to SHA intrinsics
fzhinkin
parents:
diff changeset
   117
                        SHAOptionsBase.USE_SHA512_INTRINSICS_OPTION, true));
0fa6c2cb6007 8055904: Develop tests for new command-line options related to SHA intrinsics
fzhinkin
parents:
diff changeset
   118
    }
0fa6c2cb6007 8055904: Develop tests for new command-line options related to SHA intrinsics
fzhinkin
parents:
diff changeset
   119
}