aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2023-08-11 20:39:42 +0000
committerAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2023-08-11 20:39:42 +0000
commitec4c89c1ba8e3c428b7bee5615202e980f54abdc (patch)
tree78003dfb9f5c17f1cb766b9e8e0c61d52b52fd92
parent8632dbfa681373fd3133373dd35076b9ab3bae13 (diff)
parent308b9463446080acb9c9ae27363d0c0f5fa8ce24 (diff)
downloadwycheproof-ec4c89c1ba8e3c428b7bee5615202e980f54abdc.tar.gz
Snap for 10647597 from 308b9463446080acb9c9ae27363d0c0f5fa8ce24 to mainline-healthfitness-release
Change-Id: Ic585b989b5d7e9327e2e06aec12002bb98507303
-rw-r--r--keystore-cts/java/com/google/security/wycheproof/testcases/MacTest.java12
1 files changed, 12 insertions, 0 deletions
diff --git a/keystore-cts/java/com/google/security/wycheproof/testcases/MacTest.java b/keystore-cts/java/com/google/security/wycheproof/testcases/MacTest.java
index 81be1bd..7e84a4f 100644
--- a/keystore-cts/java/com/google/security/wycheproof/testcases/MacTest.java
+++ b/keystore-cts/java/com/google/security/wycheproof/testcases/MacTest.java
@@ -331,6 +331,9 @@ public class MacTest {
}
@Test
+ // Long-running MAC tests expose inefficiencies on some devices. Ignore the test until
+ // performance requirements can be defined. See http://b/288588810#comment27
+ @Ignore
public void testLongMacSha1() throws Exception {
// b/244609904#comment64
KeyStoreUtil.assumeKeyMintV1OrNewer(false);
@@ -350,6 +353,9 @@ public class MacTest {
}
@Test
+ // Long-running MAC tests expose inefficiencies on some devices. Ignore the test until
+ // performance requirements can be defined. See http://b/288588810#comment27
+ @Ignore
public void testLongMacSha256() throws Exception {
// b/244609904#comment64
KeyStoreUtil.assumeKeyMintV1OrNewer(false);
@@ -379,6 +385,9 @@ public class MacTest {
}
@Test
+ // Long-running MAC tests expose inefficiencies on some devices. Ignore the test until
+ // performance requirements can be defined. See http://b/288588810#comment27
+ @Ignore
public void testLongMacSha384() throws Exception {
// b/244609904#comment64
KeyStoreUtil.assumeKeyMintV1OrNewer(false);
@@ -402,6 +411,9 @@ public class MacTest {
}
@Test
+ // Long-running MAC tests expose inefficiencies on some devices. Ignore the test until
+ // performance requirements can be defined. See http://b/288588810#comment27
+ @Ignore
public void testLongMacSha512() throws Exception {
// b/244609904#comment64
KeyStoreUtil.assumeKeyMintV1OrNewer(false);