summaryrefslogtreecommitdiffstats
path: root/harmony-tests/src/test/java
Commit message (Expand)AuthorAgeFilesLines
* Delete Support_PortManager & OldDatagramSocketTestNarayan Kamath2014-01-069-1954/+864
* Fix test breakages due to TLSv1.2 enabled and FS preferred.Alex Klyubin2013-12-191-1/+1
* Fix broken test cases in DeflaterTest & InflaterTestNarayan Kamath2013-12-192-40/+4
* Fix broken assumption in a unit test.Narayan Kamath2013-12-191-3/+7
* Fix a brain dead mistake in DeflaterInputStreamTest.Narayan Kamath2013-12-191-2/+2
* Make DeflaterInputStream#available more consistent.Narayan Kamath2013-12-191-30/+70
* Throw an NPE in a more obvious manner.Narayan Kamath2013-12-181-24/+0
* Move tests from harmony/archive to libcore.Narayan Kamath2013-12-1825-0/+9194
* Address review comment for OutputStreamWriterTest.Narayan Kamath2013-12-121-1/+1
* Address review comments.Narayan Kamath2013-12-121-65/+66
* Fix a CharsetEncoder bug.Narayan Kamath2013-12-121-11/+16
* Fix several issues in CookieManagerTestNarayan Kamath2013-12-111-9/+15
* Fix PasswordCallback serialization test.Narayan Kamath2013-12-021-4/+17
* Fix an OutputStreamWriterTest test case.Narayan Kamath2013-11-271-4/+4
* Delete a few bad test cases from CharsetEncoderTest.Narayan Kamath2013-11-271-10/+0
* Merge "Fix a testcase in InputStreamReaderTest."Narayan Kamath2013-11-271-8/+4
|\
| * Fix a testcase in InputStreamReaderTest.Narayan Kamath2013-11-261-11/+5
* | Fix several decoder bugs.Narayan Kamath2013-11-261-9/+6
|/
* Merge "Import missing harmony tests for javax.security.auth."Narayan Kamath2013-11-2610-289/+3232
|\
| * Import missing harmony tests for javax.security.auth.Narayan Kamath2013-11-2510-289/+3232
* | am 0af9d85d: am 2e8bdf33: Merge "Make PipedWriter#flush throw if the reader i...Narayan Kamath2013-11-211-9/+6
|\ \ | |/
| * Make PipedWriter#flush throw if the reader is closed.Narayan Kamath2013-11-201-9/+6
* | am 7420e424: am 68cf52ad: Merge "Clean up & fix PipedInputStreamTest."Narayan Kamath2013-11-211-62/+40
|\ \ | |/
| * Clean up & fix PipedInputStreamTest.Narayan Kamath2013-11-201-62/+40
* | am d121f03c: am a79889ac: Merge "Remove bogus test case in TreeSetTest."Narayan Kamath2013-11-211-8/+0
|\ \ | |/
| * Merge "Remove bogus test case in TreeSetTest."Narayan Kamath2013-11-181-8/+0
| |\
| | * Remove bogus test case in TreeSetTest.Narayan Kamath2013-11-181-8/+0
* | | am 93a3a9cc: am a95d8947: Merge "Fix typos in comments."Narayan Kamath2013-11-211-2/+2
|\ \ \ | |/ /
| * | Fix typos in comments.Narayan Kamath2013-11-181-2/+2
| |/
* | am cfeab7b3: am 47f7ed46: Merge "Move tests from tests/api to harmony-tests. ...Narayan Kamath2013-11-15408-4/+156350
|\ \ | |/
| * Move tests from tests/api to harmony-tests. (Take 2)Narayan Kamath2013-11-15408-4/+156579
|/
* Revert "Move tests from tests/api to harmony-tests."Narayan Kamath2013-11-15408-156579/+4
* Move tests from tests/api to harmony-tests.Narayan Kamath2013-11-15408-4/+156579
* Use a consistent package path for harmony tests.Narayan Kamath2013-11-15142-144/+144
* Fix a varargs warning in MessageFormatTest.Elliott Hughes2013-10-151-2/+2
* Clean up CharsetDecoder and CharsetEncoder.Elliott Hughes2013-09-136-112/+131
* Fix a bug in DateFormat, clean up some SimpleDateFormat tests.Elliott Hughes2013-09-091-190/+221
* Clean up useless comments in MatcherTest.Elliott Hughes2013-09-091-69/+16
* More java.text test cleanup/fixes.Elliott Hughes2013-09-042-38/+460
* Only use public API for icu4c's FieldPositionIterator.Elliott Hughes2013-09-041-77/+0
* Fix a DecimalFormat crash when formatting the empty string.Elliott Hughes2013-08-301-0/+9
* Fix harmony java.text test failures.Elliott Hughes2013-08-3014-2058/+1908
* Add harmony java.text tests.Elliott Hughes2013-08-2731-0/+11201
* Remove bogus @test comments that confuse vogar.Elliott Hughes2013-08-231-9/+0
* Fix java.util.Scanner bugs.Elliott Hughes2013-08-201-1074/+967
* Fix a bunch of Charset tests.Elliott Hughes2013-08-154-1370/+805
* More Charset test fixes.Elliott Hughes2013-08-131-72/+44
* Fix various Charset tests, clean up the implementation.Elliott Hughes2013-08-079-145/+62
* Fix GB-18030 tests.Elliott Hughes2013-08-062-15/+9
* We never supported obsolete EBCDIC variants.Elliott Hughes2013-08-061-30/+0