Skip to content
This repository was archived by the owner on Feb 25, 2024. It is now read-only.

Commit 03535c0

Browse files
committed
cleanup test configuration, add EntrySetIterator test
1 parent e7c2151 commit 03535c0

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

testng_all.xml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -122,10 +122,6 @@
122122
<class name="org.openjdk.tests.java.util.SpliteratorFailFastTest"/>
123123
<class name="org.openjdk.tests.java.util.SpliteratorLateBindingTest"/>
124124
<class name="org.openjdk.tests.java.util.IteratorFromSpliteratorTest"/>
125-
<class name="org.openjdk.tests.java.util.MOAT"/>
126-
<class name="org.openjdk.tests.java.util.ListFactories"/>
127-
<class name="org.openjdk.tests.java.util.MapFactories"/>
128-
<class name="org.openjdk.tests.java.util.SetFactories"/>
129125
<class name="org.openjdk.other.tests.java.util.arrays.ParallelSorting"/>
130126

131127
<!-- block 10 (Java9: Stream takeWhile / dropWhile) -->
@@ -182,6 +178,7 @@
182178
<class name="org.openjdk.tests.tck.LinkedBlockingDeque8Test"/>
183179

184180
<!-- block 14 (JEP-269, JDK-8177290, JDK-8184690 tests) -->
181+
<class name="org.openjdk.tests.java.util.EntrySetIterator"/>
185182
<class name="org.openjdk.tests.java.util.MOAT"/>
186183
<class name="org.openjdk.tests.java.util.ListFactories"/>
187184
<class name="org.openjdk.tests.java.util.MapFactories"/>

0 commit comments

Comments
 (0)