From 246f424f254fe745328bfd44a2caf15e515e641c Mon Sep 17 00:00:00 2001 From: Przemyslaw Szczepaniak Date: Fri, 18 Mar 2016 15:38:14 +0000 Subject: [PATCH] Disable jsr166.Collection8Test tests from running. This class shouldn't be run on its own, it's made to be extended. Bug: 27673907 Change-Id: If224104736344697947f9549b5e8a0bb513416dc --- tools/libcore_failures.txt | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/tools/libcore_failures.txt b/tools/libcore_failures.txt index 4c3aea4c2..168e2c163 100644 --- a/tools/libcore_failures.txt +++ b/tools/libcore_failures.txt @@ -272,8 +272,10 @@ names: [ "libcore.java.io.FileTest#testJavaIoTmpdirMutable" ] }, { - description: "Wrong junit constructor for test", + description: "Made for extending, shouldn't be run", result: EXEC_FAILED, - names: [ "jsr166.CollectionTest#testEmptyMeansEmpty" ] + names: ["jsr166.CollectionTest#testEmptyMeansEmpty, + "jsr166.Collection8Test#testForEach", + "jsr166.Collection8Test#testForEachConcurrentStressTest"] } ] -- 2.11.0