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.58 by jsr166, Fri Feb 22 19:27:47 2019 UTC vs.
Revision 1.59 by jsr166, Tue Apr 30 00:50:31 2019 UTC

# Line 928 | Line 928 | public class Collection8Test extends JSR
928          } catch (java.io.NotSerializableException acceptable) {}
929      }
930  
931 <    public void testReplaceAllIsNotStructuralModification() {
931 >    /**
932 >     * TODO: move out of limbo
933 >     * 8203662: remove increment of modCount from ArrayList and Vector replaceAll()
934 >     */
935 >    public void DISABLED_testReplaceAllIsNotStructuralModification() {
936          Collection c = impl.emptyCollection();
937          if (!(c instanceof List))
938              return;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines