8151225: Mark SpecTest.java as intermittently failing

Reviewed-by: mullan
This commit is contained in:
Joe Darcy 2016-03-04 10:09:54 -08:00
parent 510bcb3a35
commit 23734438ce

View File

@ -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
@ -34,6 +34,7 @@ import java.security.spec.RSAKeyGenParameterSpec;
/**
* @test
* @bug 8044199
* @key intermittent
* @summary Check same KeyPair's private key and public key have same modulus.
* also check public key's public exponent equals to given spec's public
* exponent.