summaryrefslogtreecommitdiffstats
path: root/harmony-tests
Commit message (Collapse)AuthorAgeFilesLines
* Add harmony java.nio.charset tests.Elliott Hughes2013-05-0337-0/+7009
| | | | Change-Id: I713069b35865cc01f5ed2f384dbc50b39d8a9346
* Add the harmony BufferedReaderTest.Elliott Hughes2013-05-011-0/+592
| | | | | Bug: 8778372 Change-Id: I10145bdfd90320da7d3ecd08404c4625495cec32
* Fix various of the harmony nio tests.Elliott Hughes2013-04-263-22/+42
| | | | | | | Plus one real bug, in FileChannelImpl. The expectation I've removed was for a test that doesn't seem to exist in either our tests or the harmony tests. Change-Id: I1ea99042f3f8897f07ba8b4ad8e9a15f30ace79b
* Add the harmony nio tests.Elliott Hughes2013-04-26102-0/+23248
| | | | Change-Id: I8a6d167743b20f31e769fe57d3aba89e16de24c3
* Add the harmony annotation tests.Elliott Hughes2013-04-265-0/+285
| | | | Change-Id: Ibbca52bae20e24e2d76d038d85e1ff5411ffc523
* 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