blob: 95f0c2dcf2020d3defea92d6315b07ac650f6b3c [file] [log] [blame]
Roland Levillainafd6f9e2016-01-11 15:51:00 +00001/*
2 * This file contains expectations for ART's buildbot's concurrent collector
3 * configurations. The purpose of this file is to temporary and quickly list
4 * failing tests and not break the bots on the CC configurations, until they
5 * are fixed or until the libcore expectation files get properly updated. The
6 * script that uses this file is art/tools/run-libcore-tests.sh.
7 *
8 * It is also used to enable AOSP experiments, and not mess up with CTS's
9 * expectations.
10 */
11
12[
13{
14 description: "Assertion failing on the concurrent collector configuration.",
15 result: EXEC_FAILED,
16 names: ["jsr166.LinkedTransferQueueTest#testTransfer2",
17 "jsr166.LinkedTransferQueueTest#testWaitingConsumer"],
18 bug: 25883050
Roland Levillainafd6f9e2016-01-11 15:51:00 +000019}
20]