History log of /libcore/luni/src/test/java/libcore/javax/crypto/spec/KeyPairGeneratorTestDH.java
Revision Date Author Comments
2216155c3066236eb450f307983019f69a10303d 19-Oct-2016 Kenny Root <kroot@google.com> Address various ErrorProne warnings

Test: mmma -j32 libcore
Test: cts-tradefed run cts -m CtsLibcoreTestCases -a arm64-v8a
Change-Id: Ib42abe9c1a21b1d3cb103c769787c44fb7e793ae
420ea38aecdef0f5895c5e82751ebabe26bc0bd5 05-Feb-2016 Kenny Root <kroot@google.com> Fix AlgorithmParameter tests to have better errors

The previous test was catching all the exceptions and printing out the
message of the exception which erased all the useful information.

Bug: 26413503
Change-Id: Id4c9f6db59d19b67c2f4e098fbe79587fcbabb34
6cc167354969859a27919a8d7f546cb4bd74d51e 27-Feb-2014 Brett Chabot <brettchabot@google.com> Deprecate use of BrokenTest and SideEffect

Use expectations files instead.

(cherry picked from commit 6a6b612286976cc185c898803fe51e4e062bd9eb)

Bug: 12924356
Change-Id: I9b7e71805a80176c873cffe46bed65f81de1903d
6a6b612286976cc185c898803fe51e4e062bd9eb 27-Feb-2014 Brett Chabot <brettchabot@google.com> Deprecate use of BrokenTest and SideEffect

Use expectations files instead.

Bug: 12924356

Change-Id: I0ea7917384adf7849404b6da5b7704e6f0c0c1c7
52b939cbcc060c6bf71b65f2588e9837a86f7c5f 04-Feb-2011 Elliott Hughes <enh@google.com> Remove @Test cruft from all tests under luni/src/test/java/libcore.

Change-Id: I1c5a4f3109147830009d5fc1780e43ed875313ca
4557728efb66c455a52b7669a8eefef7a9e54854 11-Aug-2010 Jesse Wilson <jessewilson@google.com> Moving tests to be under the libcore.* package.

This is indended to make it easier to run on VMs that restrict the packages
from which application classes can be loaded. For example, on the RI you need
to use the bootclasspath to load these tests.

Change-Id: I52193f35c5fcca18b5a3e1d280505b1e29b388af