summaryrefslogtreecommitdiffstats
path: root/harmony-tests/src/test/java
Commit message (Collapse)AuthorAgeFilesLines
...
* Fix a bug in DatagramChannel.send.Elliott Hughes2013-04-242-0/+2638
| | | | | | | | | Calling sendto(2) binds your socket as a side-effect, but we'd still report false from isBound. Also bring in the harmony tests that would have caught this earlier. Change-Id: I26baa15c8178edab9136a37742faddd11f381c7b
* Reads from /dev/urandom can't really block.Elliott Hughes2013-04-241-0/+457
| | | | | | | | Move RandomBitsSupplier into its only caller. Bring over the harmony UUIDTest. Switch the SHA1_Data constants over to the more modern static import idiom. Bug: https://code.google.com/p/android/issues/detail?id=54168 Change-Id: I4e659e252ab43f481f39d003cf373100c84013d7
* Fix an outdated BigInteger test.Elliott Hughes2013-04-191-4/+4
| | | | | | I fixed BigInteger's behavior recently, so this test needs to change. Change-Id: I2cafa987ef290afd2a56f910d58b7a9a21b2d9e0
* Fix BigInteger test failures.Elliott Hughes2013-04-102-46/+38
| | | | | | | | We were hitting a couple of OpenSSL bugs. I've reported them upstream, and work around them in the meantime. Bug: 2943474 Change-Id: Ia06bcf3025f525a954d9b918669d09531631a266
* Fix two tests that weren't passing on Android or the RI.Elliott Hughes2013-04-081-2/+2
| | | | Change-Id: I8d3cc490a24211ffaff1bafec835f6dbbd877920
* Move the external/apache-harmony/math tests into libcore.Elliott Hughes2013-04-0422-0/+13169
Change-Id: Ic4acfcf8553e0108e6ad127afa2745bb551acba3