Looks fine to me. Thanks! Xuelei
On 3/11/2016 2:14 PM, joe darcy wrote: > Hello, > > The test > > sun/security/mscapi/SignatureOffsets.java > > has been observed to intermittently fail (JDK-8134265). Until the root > cause is found, the test should be marked accordingly. Please review the > patch below which does this. > > Thanks, > > -Joe > > diff -r 1c7bad079890 test/sun/security/mscapi/SignatureOffsets.java > --- a/test/sun/security/mscapi/SignatureOffsets.java Mon Mar 07 > 12:10:55 2016 -0800 > +++ b/test/sun/security/mscapi/SignatureOffsets.java Thu Mar 10 > 22:14:03 2016 -0800 > @@ -1,5 +1,5 @@ > /* > - * Copyright (c) 2015, Oracle and/or its affiliates. All rights reserved. > + * Copyright (c) 2015, 2016, Oracle and/or its affiliates. All rights > reserved. > * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. > * > * This code is free software; you can redistribute it and/or modify it > @@ -28,7 +28,7 @@ > /* > * @test > * @bug 8050374 > - * @key randomness > + * @key randomness intermittent > * @summary This test validates signature verification > * Signature.verify(byte[], int, int). The test uses > RandomFactory to > * get random set of clear text data to sign. After the signature >
