There are bunch of methods for determining os.version, etc in
jdk/testlibrary/Platform that might be better to reuse.
Did you consider caching the value of "uname -v" so it can be reused by
other tests? It seems expensive to exec a process just to get that value
every time one of these tests is run.
--Sean
On 08/11/2015 07:34 AM, Vincent Ryan wrote:
Please review this change to omit several PKCS11 tests from test runs on
Solaris SPARC 11.1 and earlier.
The tests had been failing intermittently.
Webrev: http://cr.openjdk.java.net/~vinnie/8133318/webrev.00/
Bug: https://bugs.openjdk.java.net/browse/JDK-8133318
Thanks.