diff options
author | Brian Carlstrom <bdc@google.com> | 2010-04-02 14:13:53 -0700 |
---|---|---|
committer | Brian Carlstrom <bdc@google.com> | 2010-04-03 08:11:38 -0700 |
commit | ebabb91c8c87ac2be2dca70ae343130f9755047f (patch) | |
tree | 8917a22295547dbe57f0adfe082aab2253a78e0e /run-core-tests | |
parent | 211199a4d9a1ed96333bfa04e2bef51efed891dd (diff) | |
download | libcore-ebabb91c8c87ac2be2dca70ae343130f9755047f.zip libcore-ebabb91c8c87ac2be2dca70ae343130f9755047f.tar.gz libcore-ebabb91c8c87ac2be2dca70ae343130f9755047f.tar.bz2 |
New "from scratch" Junit tests for javax.net.ssl
These new tests focusi on areas where I am making OpenSSL
implementation chages, where I found differences from the RI when
working on that code, and places where we were missing functionality
compared to the spec. They all work on the RI, many fail on Dalvik
luni/src/test/java/javax/net/ssl/AllTests.java
luni/src/test/java/javax/net/ssl/SSLContextTest.java
luni/src/test/java/javax/net/ssl/SSLSessionContextTest.java
luni/src/test/java/javax/net/ssl/SSLSessionTest.java
luni/src/test/java/javax/net/ssl/SSLSocketFactoryTest.java
luni/src/test/java/javax/net/ssl/SSLSocketTest.java
Adding my javax.net.ssl.AllTests to the main list
luni/src/test/java/tests/AllTests.java
Adding Bouncy Castle provider /usr/share/java/bcprov.jar to host
classpath for testing with --java-home /usr/lib/jvm/java-6-openjdk
tools/runner/java/dalvik/runner/JavaVm.java
Fix usage comment to reboot to bootloader
run-core-tests
Change-Id: I7a7998fc7bedc7a00b1836517d043c6a27c8bd4d
Diffstat (limited to 'run-core-tests')
-rwxr-xr-x | run-core-tests | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/run-core-tests b/run-core-tests index 67b79ee..57120c5 100755 --- a/run-core-tests +++ b/run-core-tests @@ -16,7 +16,7 @@ # To run these tests: # mmm -j14 dalvik snod -# adb reboot && fastboot flashall +# adb reboot bootloader && fastboot flashall # adb shell run-core-tests tmp=/data/core-tests.tmp |