blob: e049cb3ee9ac9862e11f00810331fbf9ed44e066 [file] [log] [blame]
Nicolas Geoffray5b455d32017-07-05 10:51:06 +01001/*
2 * This file contains expectations for ART's buildbot when running gcstress.
3 * The script that uses this file is art/tools/run-libcore-tests.sh.
4 */
5
6[
7{
8 description: "Timeouts on target with gcstress.",
9 result: EXEC_FAILED,
10 modes: [device],
11 names: ["libcore.javax.crypto.CipherBasicsTest#testGcmEncryption"]
12}
13]