OSDN Git Service

Disable jsr166.Collection8Test tests from running.
authorPrzemyslaw Szczepaniak <pszczepaniak@google.com>
Fri, 18 Mar 2016 15:38:14 +0000 (15:38 +0000)
committerPrzemyslaw Szczepaniak <pszczepaniak@google.com>
Fri, 18 Mar 2016 15:44:28 +0000 (15:44 +0000)
This class shouldn't be run on its own, it's made to
be extended.

Bug: 27673907
Change-Id: If224104736344697947f9549b5e8a0bb513416dc

tools/libcore_failures.txt

index 4c3aea4..168e2c1 100644 (file)
   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"]
 }
 ]