1/* 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 19} 20] 21