commit | caad53d890652b87766d58697c7491cbe04ed09d | [log] [tgz] |
---|---|---|
author | Roland Levillain <rpl@google.com> | Wed Dec 16 15:15:17 2015 +0000 |
committer | Roland Levillain <rpl@google.com> | Wed Dec 16 15:15:58 2015 +0000 |
tree | 5517bfce935d2337bfc202043085b13505b704a1 | |
parent | 7f3b38cc23b638ab84ac01a94e90f0456da3b688 [diff] |
Disable LinkedTransferQueueTest tests failing on the CC. The following libcore tests randomly fail on the concurrent collector (CC) configuration: - jsr166.LinkedTransferQueueTest#testTransfer2 - jsr166.LinkedTransferQueueTest#testWaitingConsumer It seems that it is due to SR166TestCase.waitForThreadToEnterWaitState timing out. Disable those tests while we investigate. Bug: 25883050 Change-Id: I4f310c677869d9e2701738e9734a1f53b5939f18