| Orion Hodson | a57e103 | 2021-04-12 12:11:57 +0100 | [diff] [blame] | 1 | /* |
| 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 | ] |