On Jun 24, 2015, at 10:05 AM, Amy Lu <amy...@oracle.com> wrote:
> Testcase testStable was newly introduced in JDK-8129120 in DistinctOpTest, 
> this test should be marked as serialization-hostile. (such tests will ignored 
> by by lambda serialization testing framework). 
> testSkipLimitOpsWithNonSplittingSpliterator from SliceOpTest also need same 
> change.
> 
> Please review and sponsor this change:
> 
> bug: https://bugs.openjdk.java.net/browse/JDK-8129759
> webrev: http://cr.openjdk.java.net/~amlu/8129759/webrev.00/
> 

+1

 193     @Test(groups = { "serialization-hostile" })
 194     public void testSkipLimitOpsWithNonSplittingSpliterator() {

I wonder why you needed to add since the changeset for JDK-8129120 did not 
modify SliceOpTest.

Paul.

Reply via email to