JDK 9 RFR of JDK-8078334: Mark regression tests using randomness

2015-04-21 Thread Joseph D. Darcy
Hello, As the next step of implementing "Proposed new policies for JDK 9 regression tests: tiered testing, intermittent failures, and randomness" [1], please review this changeset which adds a "randomness" jtreg keyword and tags 240 regression tests in the jdk repository with the keyword:

Re: CertificateExtensions

2015-04-21 Thread Sean Mullan
On 03/30/2015 11:57 PM, Wang Weijun wrote: Hi Sean Are you OK with this? CertificateExtensions.java == Since we don't use names as keys, CertificateExtensions is not a typical CertAttrSet now. Remove the implements clause. Almost every class in the x509 package is b

[9] RFR: 8075007: Additional tests for krb5-related cipher suites with unbound server

2015-04-21 Thread Artem Smotrakov
Hello, Please review a couple of new tests for krb5 cipher suites with unbound server: - tests check if an unbound server can handle connections only for allowed service principals - tests check if an unbound server picks up a correct key from keytab - tests check if an unbound server uses a s

[9] RFR: 8048138: Tests for JAAS callbacks

2015-04-21 Thread Artem Smotrakov
Hello, Please review a couple of new tests for JAAS: - StandardCallbacks.java is for standard JAAS callbacks (except RealmCallback and RealmChoiceCallback since the test is not about Sasl, and actually those two callback extends ChoiceCallback which is used in the test) - SharedState.java che