summaryrefslogtreecommitdiffstats
path: root/x-net/src/test
Commit message (Collapse)AuthorAgeFilesLines
* Re-enable SSL handshake cutthrough support (and fixed unittest)Nagendra Modadugu2009-10-221-3/+8
|
* Add missing calls to ReleaseByteArrayElements.Elliott Hughes2009-09-082-0/+45
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Without this fix, the two new tests cause the VM to abort like this: W/dalvikvm( 386): ReferenceTable overflow (max=1024) W/dalvikvm( 386): Last 10 entries in JNI pinned array reference table: W/dalvikvm( 386): 1014: 0x4038e018 cls=[B (1044 bytes) W/dalvikvm( 386): 1015: 0x4038e430 cls=[B (1044 bytes) W/dalvikvm( 386): 1016: 0x4038e848 cls=[B (1044 bytes) W/dalvikvm( 386): 1017: 0x4038ec60 cls=[B (1044 bytes) W/dalvikvm( 386): 1018: 0x4038f078 cls=[B (1044 bytes) W/dalvikvm( 386): 1019: 0x4038f490 cls=[B (1044 bytes) W/dalvikvm( 386): 1020: 0x4038f8a8 cls=[B (1044 bytes) W/dalvikvm( 386): 1021: 0x4038fcc0 cls=[B (1044 bytes) W/dalvikvm( 386): 1022: 0x403900d8 cls=[B (1044 bytes) W/dalvikvm( 386): 1023: 0x403904f0 cls=[B (1044 bytes) W/dalvikvm( 386): JNI pinned array reference table summary (1024 entries): W/dalvikvm( 386): 1024 of [B 1044B (1024 unique) W/dalvikvm( 386): Memory held directly by native code is 1069056 bytes E/dalvikvm( 386): Failed adding to JNI pinned array ref table (1024 entries) I/dalvikvm( 386): "main" prio=5 tid=3 RUNNABLE I/dalvikvm( 386): | group="main" sCount=0 dsCount=0 s=N obj=0x4001e2b8 self=0xb488 I/dalvikvm( 386): | sysTid=386 nice=0 sched=0/0 cgrp=default handle=-1344005452 I/dalvikvm( 386): at org.apache.harmony.xnet.provider.jsse.OpenSSLSocketImpl.nativeinit(Native Method) I/dalvikvm( 386): at org.apache.harmony.xnet.provider.jsse.OpenSSLSocketImpl.init(OpenSSLSocketImpl.java:126) I/dalvikvm( 386): at org.apache.harmony.xnet.provider.jsse.OpenSSLSocketImpl.<init>(OpenSSLSocketImpl.java:158) I/dalvikvm( 386): at org.apache.harmony.xnet.provider.jsse.OpenSSLSocketFactoryImpl.createSocket(OpenSSLSocketFactoryImpl.java:61) I/dalvikvm( 386): at tests.api.javax.net.ssl.SSLSocketTest.test_creationStressTest(SSLSocketTest.java:359) ... Tested on sapphire-eng. No bug; found by inspection when investigating bug 1639287.
* Cleanup CTS core failing tests.Brett Chabot2009-08-141-2/+0
| | | | BUG 2053939
* AI 147120: am: CL 147118 Several fixes to reduce failing tests in the cts hostUrs Grob2009-04-213-0/+0
| | | | | | | | | | | | | | | | - Removing tests that are placed in a protected package name. They were not part of the cts tests. - Fixing a case of an Exception thrown in the static initializer of GBCharsetEncoderTest. - Remove copy/paste code which led to an exception in a 2nd thread (the test did not fail, but its output was reported in logcat) - fixing a test case in FileTest - removing test code in StmtTest that tested badly specified operations and failed. Original author: ursg Merged from: //branches/cupcake/... Automated import of CL 147120
* AI 145615: am: CL 145291 Fixes from the review of 'Bringing XNET down to ↵Urs Grob2009-04-096-313/+253
| | | | | | | | | zero broken tests.' Original author: ursg Merged from: //branches/cupcake/... Automated import of CL 145615
* AI 144820: am: CL 144816 Bringing XNET down to zero broken tests.Jorg Pleumann2009-04-078-190/+821
| | | | | | | Original author: jorgp Merged from: //branches/cupcake/... Automated import of CL 144820
* Automated import from //branches/donutburger/...@141709,141709Urs Grob2009-03-2423-1424/+2690
|
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-0344-0/+12431
|
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-0341-12174/+0
|
* auto import from //depot/cupcake/@132589The Android Open Source Project2009-03-033-257/+0
|
* auto import from //depot/cupcake/@137055The Android Open Source Project2009-03-023-0/+257
|
* auto import from //branches/cupcake/...@132276The Android Open Source Project2009-02-191-1/+413
|
* auto import from //branches/cupcake/...@130745The Android Open Source Project2009-02-105-60/+0
|
* auto import from //branches/cupcake/...@125939The Android Open Source Project2009-01-0941-1966/+7386
|
* Code drop from //branches/cupcake/...@124589The Android Open Source Project2008-12-1723-558/+1839
|
* Initial ContributionThe Android Open Source Project2008-10-2124-0/+5121