You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
13 lines
325 B
13 lines
325 B
/* |
|
* This file contains expectations for ART's buildbot when running gcstress. |
|
* The script that uses this file is art/tools/run-libcore-tests.sh. |
|
*/ |
|
|
|
[ |
|
{ |
|
description: "Timeouts on target with gcstress.", |
|
result: EXEC_FAILED, |
|
modes: [device], |
|
names: ["libcore.javax.crypto.CipherBasicsTest#testGcmEncryption"] |
|
} |
|
]
|
|
|