ViewVC Help
View File | Revision Log | Show Annotations | Download File | Root Listing
root/jsr166/jsr166/src/test/tck/Collection8Test.java
(Generate patch)

Comparing jsr166/src/test/tck/Collection8Test.java (file contents):
Revision 1.7 by jsr166, Mon Oct 31 20:08:40 2016 UTC vs.
Revision 1.8 by jsr166, Thu Nov 3 15:31:25 2016 UTC

# Line 182 | Line 182 | public class Collection8Test extends JSR
182              }
183          };
184          try {
185 +            assertFalse(survivors.contains(null));
186              try {
187                  boolean modified = c.removeIf(randomPredicate);
188                  if (!modified) {
# Line 203 | Line 204 | public class Collection8Test extends JSR
204              System.err.printf("n=%d%n", n);
205              System.err.printf("accepts=%s%n", accepts);
206              System.err.printf("rejects=%s%n", rejects);
207 <            System.err.println(survivors);
207 >            System.err.printf("survivors=%s%n", survivors);
208              System.err.printf("threw=%s%n", threwAt.get());
209              throw ex;
210          }

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines