aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEran Messeri <eranm@google.com>2023-08-11 08:17:54 +0000
committerAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>2023-08-11 08:17:54 +0000
commitce97881363b136c83ad4e33c5f29396c0b0d810b (patch)
tree78003dfb9f5c17f1cb766b9e8e0c61d52b52fd92
parent4ae6fe0f1371e5b9c57890e915ed6242a55bd0f0 (diff)
parent27396c150f72bb17abcda02bdc6c5fd939a389a8 (diff)
downloadwycheproof-ce97881363b136c83ad4e33c5f29396c0b0d810b.tar.gz
Ignore long MAC tests am: 27396c150f
Original change: https://googleplex-android-review.googlesource.com/c/platform/external/wycheproof/+/24370376 Change-Id: Ib3d6f2c3d3494599bbf404092aa4e8eb49cfb3fd Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
-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);