aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEran Messeri <eranm@google.com>2023-08-11 09:02:30 +0000
committerAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>2023-08-11 09:02:30 +0000
commit308b9463446080acb9c9ae27363d0c0f5fa8ce24 (patch)
tree78003dfb9f5c17f1cb766b9e8e0c61d52b52fd92
parent8b45ed5019e871bc909ba7577e08e12eaba8f585 (diff)
parentce97881363b136c83ad4e33c5f29396c0b0d810b (diff)
downloadwycheproof-308b9463446080acb9c9ae27363d0c0f5fa8ce24.tar.gz
Ignore long MAC tests am: 27396c150f am: ce97881363
Original change: https://googleplex-android-review.googlesource.com/c/platform/external/wycheproof/+/24370376 Change-Id: I2af3cd7d96e12d60e803f4cc2881ffd7272bd228 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);