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

Comparing jsr166/src/test/tck/JSR166TestCase.java (file contents):
Revision 1.263 by jsr166, Thu Sep 5 22:05:30 2019 UTC vs.
Revision 1.264 by jsr166, Sat Sep 7 14:28:47 2019 UTC

# Line 1108 | Line 1108 | public class JSR166TestCase extends Test
1108                  && (lockName = info.getLockName()) != null
1109                  && lockName.startsWith("java.lang.ref.Reference$Lock"))
1110                  continue;
1111 <            if ("Finalizer".equals(name)
1111 >            if (("Finalizer".equals(name) || "Common-Cleaner".equals(name))
1112                  && (lockName = info.getLockName()) != null
1113 <                && lockName.startsWith("java.lang.ref.ReferenceQueue$Lock"))
1113 >                && lockName.startsWith("java.lang.ref"))
1114                  continue;
1115              if ("checkForWedgedTest".equals(name))
1116                  continue;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines