Skip to content

Commit

Permalink
8266401: mark hotspot compiler/intrinsics/sha/cli tests which ignore …
Browse files Browse the repository at this point in the history
…VM flags

Reviewed-by: iignatyev, kvn
  • Loading branch information
DamonFool committed May 2, 2021
1 parent dedddd5 commit 7e30130
Show file tree
Hide file tree
Showing 12 changed files with 14 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@
* @bug 8035968
* @summary Verify UseMD5Intrinsics option processing on supported CPU.
* @library /test/lib testcases /
* @requires vm.flagless
* @modules java.base/jdk.internal.misc
* java.management
*
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@
* @bug 8035968
* @summary Verify UseMD5Intrinsics option processing on unsupported CPU.
* @library /test/lib testcases /
* @requires vm.flagless
* @modules java.base/jdk.internal.misc
* java.management
*
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@
* @bug 8035968
* @summary Verify UseSHA1Intrinsics option processing on supported CPU.
* @library /test/lib testcases /
* @requires vm.flagless
* @modules java.base/jdk.internal.misc
* java.management
*
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@
* @bug 8035968
* @summary Verify UseSHA1Intrinsics option processing on unsupported CPU.
* @library /test/lib testcases /
* @requires vm.flagless
* @modules java.base/jdk.internal.misc
* java.management
*
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@
* @bug 8035968
* @summary Verify UseSHA256Intrinsics option processing on supported CPU.
* @library /test/lib testcases /
* @requires vm.flagless
* @modules java.base/jdk.internal.misc
* java.management
*
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@
* @bug 8035968
* @summary Verify UseSHA256Intrinsics option processing on unsupported CPU.
* @library /test/lib testcases /
* @requires vm.flagless
* @modules java.base/jdk.internal.misc
* java.management
*
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
/*
* Copyright (c) 2020, Huawei Technologies Co., Ltd. All rights reserved.
* Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
Expand All @@ -26,6 +27,7 @@
* @bug 8252204
* @summary Verify UseSHA3Intrinsics option processing on supported CPU.
* @library /test/lib testcases /
* @requires vm.flagless
* @modules java.base/jdk.internal.misc
* java.management
*
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
/*
* Copyright (c) 2020, Huawei Technologies Co., Ltd. All rights reserved.
* Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
Expand All @@ -26,6 +27,7 @@
* @bug 8252204
* @summary Verify UseSHA3Intrinsics option processing on unsupported CPU.
* @library /test/lib testcases /
* @requires vm.flagless
* @modules java.base/jdk.internal.misc
* java.management
*
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@
* @summary Verify UseSHA512Intrinsics option processing on supported CPU.
* @requires os.arch!="x86" & os.arch!="i386"
* @library /test/lib testcases /
* @requires vm.flagless
* @modules java.base/jdk.internal.misc
* java.management
*
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@
* @bug 8035968
* @summary Verify UseSHA512Intrinsics option processing on unsupported CPU.
* @library /test/lib testcases /
* @requires vm.flagless
* @modules java.base/jdk.internal.misc
* java.management
*
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@
* @bug 8035968
* @summary Verify UseSHA option processing on supported CPU.
* @library /test/lib testcases /
* @requires vm.flagless
* @modules java.base/jdk.internal.misc
* java.management
*
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@
* @bug 8035968
* @summary Verify UseSHA option processing on unsupported CPU.
* @library /test/lib testcases /
* @requires vm.flagless
* @modules java.base/jdk.internal.misc
* java.management
* @build sun.hotspot.WhiteBox
Expand Down

1 comment on commit 7e30130

@openjdk-notifier
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.