blob: 54d5f4fdcca29ccb10f953448547a22ce3741a19 [file] [log] [blame]
Orion Hodsona57e1032021-04-12 12:11:57 +01001/*
2 * This file contains expectations for ART's buildbot when running in debug mode
3 * (without gcstress).
4 *
5 * The script that uses this file is art/tools/run-libcore-tests.sh.
6 */
7
8[
9{
10 description: "Timeouts with device for debug builds.",
11 result: EXEC_FAILED,
12 bug: 181968447,
13 modes: [device],
14 names: ["libcore.java.math.BigIntegerTest#test_Constructor_IILjava_util_Random",
15 "libcore.java.math.BigIntegerTest#test_probablePrime"]
16}
17]