e98fbf8686c5289bf03fe5c3de7ff82d3a77104d |
28-Apr-2011 |
Elliott Hughes <enh@google.com> |
Get the harmony test suite building. Support_Jetty needs to be rewritten in terms of MockWebServer. I've removed the concurrent tests on the assumption that we'll keep those separate for now (and that they won't be updated by harmony ever again, even though the true upstream will). I've removed all the 'main' methods (which add a dependency on code we don't have), and I've added the harmony support tree, which was classlib/support rather than classlib/modules/support, so didn't get included last time. Change-Id: Ifba2d420bb1cc4c3e4ee76d6a8ee68e7cf846ed9
pache/harmony/crypto/tests/javax/crypto/MacTest.java
pache/harmony/crypto/tests/javax/crypto/serialization/BadPaddingExceptionTest.java
pache/harmony/crypto/tests/javax/crypto/serialization/ExemptionMechanismExceptionTest.java
pache/harmony/crypto/tests/javax/crypto/serialization/IllegalBlockSizeExceptionTest.java
pache/harmony/crypto/tests/javax/crypto/serialization/NoSuchPaddingExceptionTest.java
pache/harmony/crypto/tests/javax/crypto/serialization/ShortBufferExceptionTest.java
pache/harmony/crypto/tests/javax/crypto/spec/DESKeySpecTest.java
pache/harmony/crypto/tests/javax/crypto/spec/DESedeKeySpecTest.java
pache/harmony/crypto/tests/javax/crypto/spec/DHGenParameterSpecTest.java
pache/harmony/crypto/tests/javax/crypto/spec/DHParameterSpecTest.java
pache/harmony/crypto/tests/javax/crypto/spec/DHPrivateKeySpecTest.java
pache/harmony/crypto/tests/javax/crypto/spec/DHPublicKeySpecTest.java
pache/harmony/crypto/tests/javax/crypto/spec/IvParameterSpecTest.java
pache/harmony/crypto/tests/javax/crypto/spec/OAEPParameterSpecTest.java
pache/harmony/crypto/tests/javax/crypto/spec/PBEKeySpecTest.java
pache/harmony/crypto/tests/javax/crypto/spec/PBEParameterSpecTest.java
pache/harmony/crypto/tests/javax/crypto/spec/RC2ParameterSpecTest.java
pache/harmony/crypto/tests/javax/crypto/spec/RC5ParameterSpecTest.java
pache/harmony/crypto/tests/javax/crypto/spec/SecretKeySpecTest.java
|